Releases: ericman314/UnitMath
Releases · ericman314/UnitMath
v0.6.0
- Implement valueOf()
- Added lessThan, lessThanOrEqual, greaterThan, greaterThanOrEqual
v0.5.0
- Added setValue
- Fixed bug with custom type formatting
- Fixed candela unit definition
v0.4.0
- Added
split
- Better support for parsing of custom types
v0.3.0
- Added abs
- Basic functionality with custom types (tested with Decimal.js, some features may not work)
v0.2.1
- Added numerous tests to improve test coverage
- Removed some unnecessary statements and branches
- Minor bug fixes
- Updated README
v0.2.0
- Major refactoring of UnitStore.js to simplify the units definitions
- Custom units now work with config options
- Added code coverage
v0.1.1
2019-05-09, v0.1.1
- This patch actually includes the built files (I hope).
Release v0.1.0
2019-05-08, v0.1.0
- First public release of UnitMath.
- README is mostly up-to-date. Some of the API has not yet been implemented.