Skip to content

Commit

Permalink
Merge pull request #20 from HL7/quantities
Browse files Browse the repository at this point in the history
Quantities and Date/time arithmetic
  • Loading branch information
plynchnlm authored Aug 22, 2019
2 parents 53e32ce + 24c31d9 commit d31ab85
Show file tree
Hide file tree
Showing 16 changed files with 5,601 additions and 4,629 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
This log documents significant changes for each release. This project follows
[Semantic Versioning](http://semver.org/).

## [0.17.0] - 2019-07-24
### Added
- Support for adding time-based Quantities to DateTimes and Times.
These changes included adding the ucum-lhc unit-conversion library, which has
a large data file, but the data file compresses down to about 1/10th of its
expanded size, so users are encouraged to gzip their JavaScript builds.
- The ucum-lhc instance is exported for convenience, as ucumUtils. See
https://lhncbc.github.io/ucum-lhc/ for instructions if you want to use it.

## [0.16.2] - 2019-08-01
### Fixed
- IE 10 compatibility issues were fixed (by "bpacJoseph")
Expand Down
1 change: 1 addition & 0 deletions browser-build/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//const MomentLocalesPlugin = require('moment-locales-webpack-plugin');
module.exports = {
node: {
fs: "empty"
Expand Down
Loading

0 comments on commit d31ab85

Please sign in to comment.