Skip to content

Releases: RebeccaStevens/uom-types

v4.1.2

18 Oct 13:10
Compare
Choose a tag to compare

4.1.2 (2024-10-18)

Bug Fixes

  • extend branding interface to unit-keys-value (165603c)

v4.1.1

18 Oct 06:53
Compare
Choose a tag to compare

4.1.1 (2024-10-18)

Bug Fixes

  • improve handling of unitless with pow/root functions (ad44cf3)

v4.1.0

18 Oct 03:03
Compare
Choose a tag to compare

4.1.0 (2024-10-18)

Features

  • add ability to make brands compatible with 3rd party brands (9f7d4cd)

v4.0.1

14 Oct 11:25
Compare
Choose a tag to compare

4.0.1 (2024-10-14)

v3.1.1

11 Aug 16:23
Compare
Choose a tag to compare

3.1.1 (2023-08-11)

Bug Fixes

  • improve core unit and prefix logic (9bf4c9f)
  • improve modifer logic (673f0b4)
  • improve unit function logic (1350c8e)
  • update UnitConversionRate type and create UnknownUnitConversionRate type (ee942be)

v3.1.0

09 Aug 15:04
Compare
Choose a tag to compare

3.1.0 (2023-08-09)

Bug Fixes

  • Pow and Root now ensure that zero exponents are removed (0929ef3)

Features

  • add root functions (6d92a98)
  • add PosExponent and NegExponent and depreate NegativeExponent infavor of NegateExponent (f3e96e1)
  • add Unit Functions Pow and Root (ae679dc)

v3.0.1

08 Aug 08:44
Compare
Choose a tag to compare

3.0.1 (2023-08-08)

Bug Fixes

  • multiplyUnitExponents and DivideUnitExponents support for AbstractUnit (#52) (88fce9e)

v3.0.0

07 Aug 14:25
Compare
Choose a tag to compare

3.0.0 (2023-08-07)

Features

  • increase the exponent range to +-12
  • add predefined units
  • add conversion functions

BREAKING CHANGES

  • Extra details of a unit, such as its scalar factor, are now stored as part of the unit's meta, not on a subcomponent of the unit.
  • "si-units" submodule removed. It has been replaced by "units".

v2.0.0

08 Jul 12:57
Compare
Choose a tag to compare

2.0.0 (2023-07-08)

Bug Fixes

  • type issues found from tests (6f15ac9)

  • Merge pull request #2 from RebeccaStevens/type-tests (4b590d3), closes #2

BREAKING CHANGES

  • drop product function

v1.0.3

07 Jul 12:03
Compare
Choose a tag to compare

1.0.3 (2023-07-07)

Bug Fixes

  • re-fix dist file import paths (137b8df)