Skip to content

Latest commit

 

History

History
294 lines (195 loc) · 19.8 KB

CHANGELOG.md

File metadata and controls

294 lines (195 loc) · 19.8 KB

Change Log

v0.8.3 (2019-08-16)

Full Changelog

Fixed bugs:

Merged pull requests:

v0.8.2 (2019-07-26)

Full Changelog

Fixed bugs:

  • registry tramples units with the same symbol #127

Merged pull requests:

v0.8.1 (2018-12-09)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Temperature conversions do not work with BinaryCalculator #118

Closed issues:

  • Fix "method_complexity" issue in src/UnitConverter/UnitConverter.php #96
  • Performance metrics/benchmarks? #77

Merged pull requests:

  • add php metrics library for static code analysis #125 (jordanbrauer)
  • #42 : Add support for units of measurement, Fuel Economy (#1) #117 (Progi1984)

v0.8.0 (2018-08-06)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • [7.0.1][FatalErrorException] BinaryCalculator::round must be compatible with UnitConverter\Calculator\AbstractCalculator::round #115
  • Self-converting units (such as temperature) are not logged #105

Closed issues:

  • Fix "method_lines" issue in src/UnitConverter/ConverterBuilder.php #113
  • missing the createBuilder method when installing through composer #107
  • Add PHP CS Fixer to project #101
  • Fix "method_lines" issue in src/UnitConverter/UnitConverter.php #97

Merged pull requests:

v0.7.1 (2018-08-03)

Full Changelog

Implemented enhancements:

  • List all suported units #98

Closed issues:

  • Instantiate registry with all units #99

Merged pull requests:

v0.7.0 (2018-05-07)

Full Changelog

Implemented enhancements:

  • Add methods to Time units for determining leaps #70
  • Introduce a debugging method with nice output #69
  • Implement new Unit property "siUnit" to indicate the units SI acceptance #60
  • Si units #86 (jordanbrauer)

Closed issues:

  • Fix "method_lines" issue in src/UnitConverter/UnitConverter.php #94
  • Fix "method_lines" issue in src/UnitConverter/UnitConverter.php #93
  • Fix "method_complexity" issue in src/UnitConverter/UnitConverter.php #92
  • Update README to have more information for setup/usage. #68
  • Implement a better release workflow #58
  • Fix "method_lines" issue in src/UnitConverter/Unit/Temperature/Fahrenheit.php #57
  • Fix "argument_count" issue in src/UnitConverter/UnitConverter.php #56
  • Enforce a standard such as SI for unit of measure notations (symbols) #45

Merged pull requests:

v0.6.7 (2018-05-06)

Full Changelog

Merged pull requests:

v0.6.2-rc (2018-05-06)

Full Changelog

Fixed bugs:

v0.6.1 (2018-05-06)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • BinaryCalculator requires UnitConverter to pass string values instead of int/float values #54

Closed issues:

  • Code style updates #67

Merged pull requests:

v0.6.0 (2018-02-04)

Full Changelog

Closed issues:

  • Need a New Pull Request template #62
  • Need a New Issue template #61

Merged pull requests:

v0.5.1 (2017-11-14)

Full Changelog

Closed issues:

  • Add missing unit of measurement integration tests #59

v0.5.0 (2017-11-13)

Full Changelog

Implemented enhancements:

  • Dev documentation for API + examples #43
  • Include the use of bcmath for floating point precision #12
  • Feat: implement calculator into unit converter & unit calculate methods #53 (jordanbrauer)
  • Feat: add explicit calculator classes to handle all math related operations #52 (jordanbrauer)

Closed issues:

  • Need a Changelog of sorts #28

Merged pull requests:

v0.4.1 (2017-11-12)

Full Changelog

Implemented enhancements:

Closed issues:

  • Need a Contributing Guide #27
  • Basic units of measurement for Energy (Power) #11
  • Basic units of measurement for Pressure #9
  • Basic units of measurement for Weight (Mass) #5

Merged pull requests:

v0.4.0 (2017-11-12)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Fix: add missing self conversions for temperature units #31 (jordanbrauer)
  • remove composer.lock from repo and add it to .gitignore #30 (arubacao)

Closed issues:

  • Basic units of measurement for Time #10
  • Basic units of measurement for Temperature #8
  • Basic units of measurement for Speed #6
  • Basic units of measurement for Volume #4

Merged pull requests:

v0.3.9-beta (2017-10-11)

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Basics units of measurement for Rotation #7
  • Basic units of measurement for Area #3
  • Custom ErrorException classes would be nice #2

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator