dividab / uom

Extensible unit of measure conversion with type safety for typescript
MIT License
18 stars 1 forks source link

Added units as parameter for getUnitsPerQuantity. #42

Closed johankristiansson closed 4 years ago

johankristiansson commented 4 years ago

This fixes #41

codecov[bot] commented 4 years ago

Codecov Report

Merging #42 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #42   +/-   ##
=======================================
  Coverage   57.12%   57.12%           
=======================================
  Files         147      147           
  Lines        1306     1306           
  Branches       72       73    +1     
=======================================
  Hits          746      746           
  Misses        548      548           
  Partials       12       12
Impacted Files Coverage Δ
src/format.ts 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dafdd1b...7317f9d. Read the comment docs.

jonaskello commented 4 years ago

@johankristiansson You can release this as a new minor version since it is backwards compatible.