Skip to content

Releases: jordanbrauer/unit-converter

Version 0.5.1

14 Nov 19:15
Compare
Choose a tag to compare
Version 0.5.1 Pre-release
Pre-release

Release Notes

  • Added missing integration tests for all units of measurement.
  • Add Scientific Symbols for all units of measurement.
  • Change spelling for all units of measurement from American to Oxford/International.

Version 0.5.0

13 Nov 20:42
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release

Release Notes

  • Update: changelog config file & composer script 897d036
  • Feat: add explicit calculator classes to handle all math related operations (#52) 913f3fd
  • Feat: implement calculator into unit converter & unit calculate methods (#53) 7e3ed21
  • Update: scripts 1922847
  • Update: readme to reflect new api 9c43c8d
  • Fix: formatting & docblocks 9118f1e
  • Update: add codeclimate config & travis script updates a559376
  • Update: Add codeclimate badges 3355dd5
  • Fix: unit test missing @Covers & @uses docblock annotations df44955
  • Update: coverage scripts 0b6a50e
  • Update: add missing Code Climate YAML config file 19f14da

ATTENTION: This release contains breaking changes for the UnitConverter.

Version 0.4.1

12 Nov 05:54
4242abf
Compare
Choose a tag to compare
Version 0.4.1 Pre-release
Pre-release

Release Notes

Version 0.4.0

12 Nov 03:21
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

Release Notes

Version 0.3.9-beta

11 Oct 04:15
Compare
Choose a tag to compare
Version 0.3.9-beta Pre-release
Pre-release

Release Notes

  • Base working package (#26)
  • Feat: add speed base unit
  • Feat: add support for metre per second units
  • Feat: add support for kilometer per hour units
  • Feat: add support for miles per hour units
  • Fix: name spelling
  • Fix: swap units of miles and kilometres per hour
  • Fix: all units now use configure() method to configure data
  • Feat: add base temperature unit class
  • Feat: add kelvin temperature unit
  • Feat: add support for celsius
  • Feat: add support for fahrenheit units
  • Fix: using new ::configure() method over explicit value definitions
  • Fix: configure method definition
  • Update: add conversion formulae to calculate methods
  • Feat: add integration test for temp' units - damn °C <-> °F conversions
  • Fix: returned getter to being just that; a getter.
  • Feat: convert() method to expose calculate() - allows for complex calcs
  • Feat: add switch for conditional calculations based upon temp' unit
  • Fix: improper namespace
  • Feat: add base volume unit class + integration test
  • Feat: add support for litre units
  • Feat: add support for mililitre units
  • Feat: add support for US liquid pint units
  • Feat: add support for US Liquid gallon units
  • Feat: add support for cubic metre units
  • Fix: misnamed test file
  • Feat: add support for basic pressure units w/ single integration test
  • Feat: add basic energy units
  • Feat: add gram unit support
  • Feat: add base mass unit class
  • Feat: add kilogram unit support
  • Fix: changed use of "weight" with "mass"
  • Feat: add support for milligram units
  • Feat: add support for Newton units
  • Feat: add support for Pound units
  • Feat: add support for ounce units
  • Feat: add support for metric tonne units
  • Update: move example file
  • Feat: add phpdoc configurations
  • Fix: broken tests using incorrect type of measure for mass, was 'volume'
  • Update: temporary readme 'overhaul'
  • Upgrade: package version