Unit Converter Versions Save

Convert standard units from one to another with this easy to use, lightweight package

v0.8.8

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/jordanbrauer/unit-converter/compare/v0.8.7...v0.8.8

v0.8.5

3 years ago
  • fixed division by zero errors
  • fixed scientific notation issues while using the binary calculator
  • upgrade PHP Docs and generate a new set of documentation
  • added inHg and hPa units

v0.8.4

4 years ago

This release contains the following changes:

  • new Digital Storage units are available!
  • converting units to themselves is now perfectly safe. See #132
  • various test updates and fixes
  • testing on PHP 7.4 now
  • prevent artifacts and repository meta files from being shipped with coposer package. See #153

v0.8.2

4 years ago

Summary

Small release that fixes a rather big bug (#127), as well as a small feature to pass units as "primitive" types and convert a unit to another with instantiating your converter object. Read the new section of the README for more information!

v0.8.1

5 years ago

Summary

This release consists mostly of internal improvements. However, there are some user improvements; notably the new, useful all() method, as well as the improved conversion log.

Another important user related improvement is the new available public methods on the unit converter:

  • getRegistry()
  • getCalculator()
  • registryExists()
  • calculatorExists()
  • whichCalculator()

Enjoy! 👋

v0.8.0

5 years ago

Summary

This release contains a number of under-the-hood fixes & implementations, as well as fixes a couple of bugs. For full details on the changes made to this release, see the change log entry for this release.

Keep in mind, that this is still considered a pre-release. At this stage of the project, it is safe assume that the public API of the converter will remain mostly stable. Hopefully for the 0.9.* releases, focus can shift from development to documentation & branding/marketing.

Enjoy!

v0.7.1

5 years ago

Summary

This release is a small non-breaking fix to have composer install the correct version containing the ConverterBuilder.

v0.7.0

6 years ago

Summary

This release various non-breaking changes. See the change log for complete details.

v0.6.7

6 years ago

Release Notes

Fixes:

  • Fixed release workflow. Now all topic branches will target master.

v0.6.0

6 years ago

Release Notes

Changes

  • Change: calculate method to check for 'binary calculator' 8eeb1d1

Fixes

  • Fix: typo d0ec600
  • Hack: 'fix' binary calc precision bug (#54) + unitconverter 'refactor' ffc2733

Additions

  • Add: issue template, closes (#61) b6e23a7
  • Add: pull request template, closes (#62) 1db639f
  • Add: method to determine which calculator is in use bb8b7d8
  • Add: method to cast units to a new type 8878048
  • Add: test for different calculator value equivalencies 39ffd1b
  • Add: default precision & rounding mode constants cee784b

Removals

  • Remove unused debug function (for now) 930c9f6