Skip to content

Releases: speleotica/unitized

v2.0.0

01 Dec 18:09
Compare
Choose a tag to compare

2.0.0 (2019-12-01)

Bug Fixes

  • abandon callable class scheme (21ae1ec)

BREAKING CHANGES

  • Length.meters, Angle.degrees, etc. are no longer callable functions;
    use Unitize.meters, Unitize.degrees, etc. instead. Yup, this was a bad idea from a
    typing perspective.

v1.0.2

24 Nov 01:46
Compare
Choose a tag to compare

1.0.2 (2019-11-24)

Bug Fixes

  • Angle.ts: simplify function class handling (f73b37b)

v1.0.1

24 Nov 01:44
Compare
Choose a tag to compare

1.0.1 (2019-11-24)

Bug Fixes

  • unit type returned when calling a unit as a function (022b35e)

v1.0.0

21 Nov 08:24
Compare
Choose a tag to compare

1.0.0 (2019-11-21)

Bug Fixes

  • add more tests, change package name, begin README (97a1c0e)
  • type declarations (7e87072)
  • various tweaks and documentation (648b435)

Features