Releases: RebeccaStevens/uom-types
Releases · RebeccaStevens/uom-types
v4.1.2
4.1.2 (2024-10-18)
Bug Fixes
- extend branding interface to unit-keys-value (165603c)
v4.1.1
4.1.1 (2024-10-18)
Bug Fixes
- improve handling of unitless with pow/root functions (ad44cf3)
v4.1.0
4.1.0 (2024-10-18)
Features
- add ability to make brands compatible with 3rd party brands (9f7d4cd)
v3.1.1
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
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
3.0.1 (2023-08-08)
Bug Fixes
- multiplyUnitExponents and DivideUnitExponents support for AbstractUnit (#52) (88fce9e)
v3.0.0
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
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
v1.0.3
1.0.3 (2023-07-07)
Bug Fixes
- re-fix dist file import paths (137b8df)