Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge pull request #3 from RebeccaStevens/uom-types #3

Merged
merged 80 commits into from
Aug 7, 2023
Merged

Conversation

RebeccaStevens
Copy link
Owner

@RebeccaStevens RebeccaStevens commented Jul 8, 2023

feat: increase the exponent range to +-12
feat: add predefined units
feat: add conversion functions
build: cleanup build process

BREAKING CHANGE: 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.

BREAKING CHANGE: "si-units" submodule removed. It has been replaced by "units".

@codecov
Copy link

codecov bot commented Jul 8, 2023

Codecov Report

❗ No coverage uploaded for pull request base (main@5d81095). Click here to learn what that means.
The diff coverage is 100.00%.

❗ Current head 482fd51 differs from pull request most recent head 3eedb7c. Consider uploading reports for the commit 3eedb7c to get more accurate results

@@           Coverage Diff            @@
##             main        #3   +/-   ##
========================================
  Coverage        ?   100.00%           
========================================
  Files           ?         2           
  Lines           ?       632           
  Branches        ?        12           
========================================
  Hits            ?       632           
  Misses          ?         0           
  Partials        ?         0           
Files Changed Coverage Δ
src/functions-ho/index.ts 100.00% <100.00%> (ø)
src/functions/index.ts 100.00% <100.00%> (ø)

setup script to autogenerate the exponents.ts file
BREAKING CHANGE: Extra details of a unit, such as its magnitude, now need to stored on the unit
itself, not on a subcomponent of the unit.
@RebeccaStevens RebeccaStevens added Status: In Progress Issue is currently being resolved by a developer. Breaking Change This change will require a new major release. Type: Feature New features or options. Feature Removal A feature is no longer wanted/needed (remove/deprecate it) labels Jul 10, 2023
@RebeccaStevens RebeccaStevens marked this pull request as ready for review August 7, 2023 14:15
@RebeccaStevens RebeccaStevens removed the Status: In Progress Issue is currently being resolved by a developer. label Aug 7, 2023
@RebeccaStevens RebeccaStevens merged commit d6f0c76 into main Aug 7, 2023
12 checks passed
@RebeccaStevens RebeccaStevens changed the title feat: next Merge pull request #3 from RebeccaStevens/uom-types Aug 7, 2023
github-actions bot pushed a commit that referenced this pull request Aug 7, 2023
# [3.0.0](v2.0.0...v3.0.0) (2023-08-07)

* Merge pull request #3 from RebeccaStevens/uom-types ([d6f0c76](d6f0c76)), closes [#3](#3)

### 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".
@github-actions
Copy link

github-actions bot commented Aug 7, 2023

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the Status: Released It's now live. label Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change This change will require a new major release. Feature Removal A feature is no longer wanted/needed (remove/deprecate it) Status: Released It's now live. Type: Feature New features or options.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant