Releases: jordanbrauer/unit-converter
v0.8.8
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
- 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
Version 0.8.2
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
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
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
Summary
This release is a small non-breaking fix to have composer install the correct version containing the ConverterBuilder
.
Version 0.7.0
Summary
This release various non-breaking changes. See the change log for complete details.
Version 0.6.7
Release Notes
Fixes:
- Fixed release workflow. Now all topic branches will target
master
.
Version 0.6.0
Release Notes
Changes
- Change: calculate method to check for 'binary calculator' 8eeb1d1
Fixes
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