Skip to content

Latest commit

 

History

History
142 lines (67 loc) · 5.98 KB

CHANGELOG.md

File metadata and controls

142 lines (67 loc) · 5.98 KB

Changelog

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

4.1.2 (2024-10-18)

Bug Fixes

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

4.1.1 (2024-10-18)

Bug Fixes

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

4.1.0 (2024-10-18)

Features

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

4.0.1 (2024-10-14)

4.0.0 (2024-10-14)

Bug Fixes

  • remove things labelled deprecated (a74dd3d)
  • use US english spelling for units (37d070f)
  • WattPerSteradianquareMeter => WattPerSteradianSquareMeter (30639fe)

Features

  • merge all subpackages into toplevel package (90525a2)
  • merge high-order functions into regular functions (67ecca0)

Performance Improvements

BREAKING CHANGES

  • remove things labelled deprecated
  • WattPerSteradianquareMeter => WattPerSteradianSquareMeter
  • Metre => Meter, Litre => Liter

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