dividab / uom

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

Refactor/unit registry #14

Closed jonaskello closed 5 years ago

jonaskello commented 5 years ago

Move all export that are not const declaration of units away from unit.ts into unit-registry.ts. They are now exported as UnitRegistry so this is a breaking change.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.004%) to 52.251% when pulling ade4f4ea0b0e8371fca3d95de1acf9d719fe84a4 on refactor/unit-registry into c6326ff918ea0f416b57bec107a02fc0bab20807 on master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.004%) to 52.251% when pulling ade4f4ea0b0e8371fca3d95de1acf9d719fe84a4 on refactor/unit-registry into c6326ff918ea0f416b57bec107a02fc0bab20807 on master.

jonaskello commented 5 years ago

Related to #11.