ericman314 / UnitMath

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

V1 #54

Closed ericman314 closed 1 year ago

ericman314 commented 1 year ago

2023-02-20, v1.0.0

V1 is a major rewrite of UnitMath in TypeScript. While most of the API remains the same, V1 does introduce several breaking changes from v0.8.7. See Migrating to v1 for details.

Acknowledgements

Many thanks to Michal Grňo @m93a for spearheading the TypeScript migration!!

And thanks to those who tried out the release candidates, your feedback was really helpful!

codecov[bot] commented 1 year ago

Codecov Report

Base: 0.00% // Head: 99.25% // Increases project coverage by +99.25% :tada:

Coverage data is based on head (e462507) compared to base (b55e8c1). Patch coverage: 99.15% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #54 +/- ## =========================================== + Coverage 0 99.25% +99.25% =========================================== Files 0 7 +7 Lines 0 937 +937 Branches 0 241 +241 =========================================== + Hits 0 930 +930 - Misses 0 7 +7 ``` | [Impacted Files](https://codecov.io/gh/ericman314/UnitMath/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eric+Mansfield) | Coverage Δ | | |---|---|---| | [test/approx.ts](https://codecov.io/gh/ericman314/UnitMath/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eric+Mansfield#diff-dGVzdC9hcHByb3gudHM=) | `75.00% <75.00%> (ø)` | | | [src/Unit.ts](https://codecov.io/gh/ericman314/UnitMath/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eric+Mansfield#diff-c3JjL1VuaXQudHM=) | `99.83% <99.83%> (ø)` | | | [src/BuiltIns.ts](https://codecov.io/gh/ericman314/UnitMath/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eric+Mansfield#diff-c3JjL0J1aWx0SW5zLnRz) | `100.00% <100.00%> (ø)` | | | [src/Parser.ts](https://codecov.io/gh/ericman314/UnitMath/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eric+Mansfield#diff-c3JjL1BhcnNlci50cw==) | `100.00% <100.00%> (ø)` | | | [src/UnitStore.ts](https://codecov.io/gh/ericman314/UnitMath/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eric+Mansfield#diff-c3JjL1VuaXRTdG9yZS50cw==) | `100.00% <100.00%> (ø)` | | | [src/types.ts](https://codecov.io/gh/ericman314/UnitMath/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eric+Mansfield#diff-c3JjL3R5cGVzLnRz) | `100.00% <100.00%> (ø)` | | | [src/utils.ts](https://codecov.io/gh/ericman314/UnitMath/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eric+Mansfield#diff-c3JjL3V0aWxzLnRz) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eric+Mansfield). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eric+Mansfield)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.