@lhncbc/ucum-lhc 4.1.6 → 4.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/browser-dist/ucum-lhc.js +29 -7
- package/data/ucumDefs.min.json +1 -1
- package/package.json +9 -11
- package/source/dimension.js +0 -0
- package/source/ucumLhcUtils.js +0 -0
- package/source/unit.js +13 -2
- package/source/unitString.js +13 -2
- package/source-cjs/unit.js +13 -2
- package/source-cjs/unit.js.map +1 -1
- package/source-cjs/unitString.js +14 -4
- package/source-cjs/unitString.js.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
## [4.1.7] 2022-12-21
|
|
8
|
+
### Fixed
|
|
9
|
+
- Units from the data/ucum.csv file, which contains many unit strings with
|
|
10
|
+
prefixes, were previously permitted to take an additional prefix.
|
|
11
|
+
- Units derived from other units were previously being labeled as "base units",
|
|
12
|
+
though apparently without ill effect on the current public APIs.
|
|
13
|
+
|
|
7
14
|
## [4.1.6] 2022-09-13
|
|
8
15
|
### Changed
|
|
9
16
|
- Update version to 4.1.6 for tagging the last merge, which was to update
|