Skip to content

Releases: jordanbrauer/unit-converter

v0.8.8

30 Dec 01:17
0b8dc7f
Compare
Choose a tag to compare
v0.8.8 Pre-release
Pre-release

What's Changed

  • [Bugfix] Include Byte Unit Class to measure.php by @Fakhruu in #176
  • Run PHPUnit against 8.0, 8.1, fix 8.1 deprecation warnings, drop PHP 7.3 by @Ocramius in #179

New Contributors

Full Changelog: v0.8.7...v0.8.8

v0.8.5

26 Mar 03:30
Compare
Choose a tag to compare
v0.8.5 Pre-release
Pre-release
  • 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

28 Apr 00:11
Compare
Choose a tag to compare
v0.8.4 Pre-release
Pre-release

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

Version 0.8.2

26 Jul 03:39
Compare
Choose a tag to compare
Version 0.8.2 Pre-release
Pre-release

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!

Version 0.8.1

10 Dec 01:36
Compare
Choose a tag to compare
Version 0.8.1 Pre-release
Pre-release

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! 👋

Version 0.8.0

06 Aug 19:22
Compare
Choose a tag to compare
Version 0.8.0 Pre-release
Pre-release

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!

Version 0.7.1

06 Aug 19:17
Compare
Choose a tag to compare
Version 0.7.1 Pre-release
Pre-release

Summary

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

Version 0.7.0

07 May 03:01
Compare
Choose a tag to compare
Version 0.7.0 Pre-release
Pre-release

Summary

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

Version 0.6.7

06 May 02:15
Compare
Choose a tag to compare
Version 0.6.7 Pre-release
Pre-release

Release Notes

Fixes:

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

Version 0.6.0

04 Feb 02:32
Compare
Choose a tag to compare
Version 0.6.0 Pre-release
Pre-release

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