ericman314 / UnitMath

JavaScript library for unit conversion and arithmetic
Apache License 2.0
31 stars 7 forks source link

v1.0 #45

Closed ericman314 closed 1 year ago

ericman314 commented 3 years ago

v1.0 is getting very close! Thank you to @m93a for adding typescript support, and everyone else for your helpful comments.

Just a few more things left I can think of:

josdejong commented 2 years ago

Wow @ericman314 , this looks really solid and well documented!! I love it. I wish mathjs would have such a clean API again :)

I have two small remarks after reading the docs, I'll create two issues to discuss them.

MatousAc commented 1 year ago

I love this library so far. Any news on when v1.0 will finally be released? I seem to be able to use 0.8.8 in my Svelte project, but not 1.0.0.

ericman314 commented 1 year ago

Thank you! I've been thinking lately that I would like to start working on this again. I think I could have v1 ready pretty soon (relatively speaking). There are only a few technical issues remaining that are preventing it from being ready.

MatousAc commented 1 year ago

Alright, yeah I understand. Well thanks for all the great work.

josdejong commented 1 year ago

🎉 that is great news! 😀

ericman314 commented 1 year ago

v1.0.0-rc2 is out. It solves a lot of the remaining problems I was having with simplifying units. I believe once I've done some thorough testing in some example projects, that v1 will finally be ready.