Skip to content

Latest commit

 

History

History
92 lines (43 loc) · 3.93 KB

CHANGELOG.md

File metadata and controls

92 lines (43 loc) · 3.93 KB

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

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)

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)

3.0.1 (2023-08-08)

Bug Fixes

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

3.0.0 (2023-08-07)

  • Merge pull request #3 from RebeccaStevens/uom-types (d6f0c76), closes #3

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".

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

1.0.3 (2023-07-07)

Bug Fixes

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

1.0.2 (2023-07-07)

Bug Fixes

1.0.1 (2023-07-07)

Bug Fixes

Reverts

  • Revert "build: package.json" (142c812)

1.0.0 (2023-07-06)

Features