Skip to content

Releases: cgatno/measuring-cup

[v1.2.0] New Units Supported!

02 Dec 07:06
98479d9
Compare
Choose a tag to compare

On the dev side of things, this release adds:

  • Flow type checking support
  • More unit tests for new supported conversions

API changes:

  • New units supported
    • pints (pt)
    • quarts (qt)
    • gallons (gal)

[v1.1.0] Conversion Factor Bug Fix and New Units

25 Nov 06:46
ccf9192
Compare
Choose a tag to compare

v1.1.0

See #1

Includes the following changes:

  • Huge bugfix for conversions. Previously, I was just retrieving the conversion factor and returning it without multiplying it by the current quantity! The unit tests didn't pick this up because there were only using a simple conversion from single quantities (e.g. 1 cup). Oops! 🤭
  • More unit tests to avoid bugs like the one above from creeping through 🐞
  • Support for teaspoon and tablespoon conversions

TODO: Next time, use a release/ branch!

[v1.0.0] First Major Release! 🎉

25 Nov 00:37
Compare
Choose a tag to compare

v1.0.0

First major release with comprehensive working README, a couple of basic conversion units, and minimal unit testing.

Roadmap for next release:

  • Support for additional units (tbsp, tsp)
  • Additional unit testing for conversion chaining, multiple input types

Now, off to the NPM registry...