Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Still Maintained?? #635

Open
selected-pixel-jameson opened this issue Feb 17, 2023 · 6 comments
Open

Still Maintained?? #635

selected-pixel-jameson opened this issue Feb 17, 2023 · 6 comments
Labels

Comments

@selected-pixel-jameson
Copy link

Is this project still being maintained??

@joshaspentech
Copy link

@selected-pixel-jameson the latest release was v6.0.1 in June 2022 and averages 1 release per year. Is there something that indicates it is a dead project, asking for a friend?

@simeyla
Copy link

simeyla commented May 12, 2023

@joshaspentech Clearly a simple library for setting and reading cookies shouldn't need regular updates but not updating the project to support newer Angular versions is a red flag that it's effectively abandoned.

Unfortunately that's now hit a critical point for Angular v16 which requires libraries to be compiled for Ivy.

This issue hasn't been addressed in 9 months:
#503

This alternative project seems to have 'won' for Angular cookies https://www.npmjs.com/package/ngx-cookie-service so probably should update to this.

@joshaspentech
Copy link

Yea, that was my final assessment as well. Thanks for sharing the npm link for everyone!

@simeyla
Copy link

simeyla commented May 27, 2023

Warning: The ngx-cookie-service returns an empty string if the cookie doesn't exist whereas ngx-cookie returned null.

This likely won't catch most people out, but I had a subtle case where it did so just wanted to come back and mention it.

If it does matter to you, you can match the behavior with thiscookieService.get('cookieName') || null

@pavankjadda
Copy link

@joshaspentech Clearly a simple library for setting and reading cookies shouldn't need regular updates but not updating the project to support newer Angular versions is a red flag that it's effectively abandoned.

Unfortunately that's now hit a critical point for Angular v16 which requires libraries to be compiled for Ivy.

This issue hasn't been addressed in 9 months: #503

This alternative project seems to have 'won' for Angular cookies https://www.npmjs.com/package/ngx-cookie-service so probably should update to this.

Hello, ngx-cookie-service maintainer here. We do keep up with Angular versions and released Angular 17 version on release day. You can get started here: https://github.com/stevermeister/ngx-cookie-service?tab=readme-ov-file#installation

@pavankjadda
Copy link

Yea, that was my final assessment as well. Thanks for sharing the npm link for everyone!

See my response #635 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants