Skip to content

Releases: ericman314/UnitMath

v0.6.0

29 May 01:39
Compare
Choose a tag to compare
  • Implement valueOf()
  • Added lessThan, lessThanOrEqual, greaterThan, greaterThanOrEqual

v0.5.0

27 May 21:41
Compare
Choose a tag to compare
  • Added setValue
  • Fixed bug with custom type formatting
  • Fixed candela unit definition

v0.4.0

26 May 23:45
Compare
Choose a tag to compare
  • Added split
  • Better support for parsing of custom types

v0.3.0

24 May 02:30
Compare
Choose a tag to compare
  • Added abs
  • Basic functionality with custom types (tested with Decimal.js, some features may not work)

v0.2.1

20 May 03:55
Compare
Choose a tag to compare
  • Added numerous tests to improve test coverage
  • Removed some unnecessary statements and branches
  • Minor bug fixes
  • Updated README

v0.2.0

18 May 13:27
Compare
Choose a tag to compare
  • Major refactoring of UnitStore.js to simplify the units definitions
  • Custom units now work with config options
  • Added code coverage

v0.1.1

09 May 13:38
Compare
Choose a tag to compare

2019-05-09, v0.1.1

  • This patch actually includes the built files (I hope).

Release v0.1.0

09 May 03:43
Compare
Choose a tag to compare

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.