Skip to content

Releases: alanhussey/unit-system

v1.13.0

09 Feb 02:23

Choose a tag to compare

1.13.0 (2019-02-09)

Features

  • 🎸 promote m from createUnitSystem to UnitSystem.measure (2527405)

v1.12.1

28 Jan 00:59

Choose a tag to compare

1.12.1 (2019-01-28)

Bug Fixes

  • 🐛 clarify error message in add() (ab79c2f)
  • 🐛 throw error if mN.alias cannot find a unit for alias (bb78df8)

v1.12.0

25 Jan 05:59

Choose a tag to compare

1.12.0 (2019-01-25)

Features

  • 🎸 add comparison methods (equal, lessThan, etc) (9af96c5)

v1.11.0

13 Jan 08:04

Choose a tag to compare

1.11.0 (2019-01-13)

Features

  • 🎸 expand/refine numeric values that can be parsed by m`` (bbd29c9)

v1.10.0

30 Dec 08:29

Choose a tag to compare

1.10.0 (2018-12-30)

Features

  • 🎸 UnitSystem#convert now accepts an alias or a unit (deca371)

v1.9.1

29 Dec 03:43

Choose a tag to compare

1.9.1 (2018-12-29)

Bug Fixes

  • 🐛 correct error message in UnitSystem#convert (c05bc2d)

v1.9.0

29 Dec 02:25

Choose a tag to compare

1.9.0 (2018-12-29)

Features

  • 🎸 add support for division (4cda25a)

v1.8.0

27 Dec 06:20

Choose a tag to compare

1.8.0 (2018-12-27)

Features

  • 🎸 add limited support for multiplication (99c998f)

v1.7.0

06 Dec 02:54

Choose a tag to compare

1.7.0 (2018-12-06)

Features

  • 🎸 add support for subtraction (8b0c9cf)

v1.6.0

17 Nov 06:19

Choose a tag to compare

1.6.0 (2018-11-17)

Features

  • 🎸 createUnitSystem returns an add method (641adc6)