sidorares / json-bigint

JSON.parse/stringify with bigints support
MIT License
808 stars 192 forks source link

Why is the current NPM release `1.0.0` different? #74

Open nicholaschiang opened 2 years ago

nicholaschiang commented 2 years ago

There are significant differences between the v1.0.0 tag and the master branch. Why? Why haven't you released a new version to NPM? The newest version there (v1.0.0) is over two years old...

nicholaschiang commented 2 years ago

@sidorares there seems to have been significant changes and bug fixes since that v1.0.0 tag. Could you push those to NPM?

sidorares commented 2 years ago

yes I probably should. Due to a significant time gap between releases major version bump might be a good idea ( not that I'm aware of any backwards incompatibilities, just as a precaution )

nicholaschiang commented 2 years ago

Would you need help with this? I'd be more than happy to contribute!

sidorares commented 2 years ago

Would you need help with this? I'd be more than happy to contribute!

thanks for the offer! I'm slowly migrating all the projects to gh actions - if you have time to help with that would be great

tomercohen1210 commented 2 years ago

@sidorares do you think the new version will come out soon?

ldt1997 commented 1 year ago

I meet problems with float numbers and would like to use the new version

justinpark commented 1 year ago

@sidorares any updates for the release? I also encounter the same problems with float numbers and would like to use the new version

ThallesP commented 1 year ago

Hi @sidorares could you at least publish the latest version on NPM? Even doing manually would be good with npm publish.

Currently I've to do an NPM install from this Github repository, locked at a specific commit, which isn't that good.

sidorares commented 1 year ago

@ThallesP I promise I'll give this library some attention over a coming weekend.

aladdin-add commented 1 year ago

@sidorares friendly ping! :)

riflowth commented 8 months ago

@sidorares Friendly reminder. I face some problem in my production code (related to https://github.com/sidorares/json-bigint/issues/49)

nathanmmiller commented 2 days ago

@sidorares should we expect a release with the last four years' worth of code changes or is the solution to use a forked package?