All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4.1.2 (2024-10-18)
- extend branding interface to unit-keys-value (165603c)
4.1.1 (2024-10-18)
- improve handling of unitless with pow/root functions (ad44cf3)
4.1.0 (2024-10-18)
- add ability to make brands compatible with 3rd party brands (9f7d4cd)
4.0.1 (2024-10-14)
4.0.0 (2024-10-14)
- remove things labelled deprecated (a74dd3d)
- use US english spelling for units (37d070f)
- WattPerSteradianquareMeter => WattPerSteradianSquareMeter (30639fe)
- merge all subpackages into toplevel package (90525a2)
- merge high-order functions into regular functions (67ecca0)
- improve type speed (10a86df)
- remove things labelled deprecated
- WattPerSteradianquareMeter => WattPerSteradianSquareMeter
- Metre => Meter, Litre => Liter
3.1.1 (2023-08-11)
- 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)
Pow
andRoot
now ensure that zero exponents are removed (0929ef3)
- 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)
3.0.0 (2023-08-07)
- 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)
-
type issues found from tests (6f15ac9)
-
Merge pull request #2 from RebeccaStevens/type-tests (4b590d3), closes #2
- drop product function
1.0.3 (2023-07-07)
- re-fix dist file import paths (137b8df)
1.0.2 (2023-07-07)
- dist file import paths (7fcf7b7)
1.0.1 (2023-07-07)
- critical type bugs (46ef7b9)
- Revert "build: package.json" (142c812)
- initial implementation (3547c44)