All notable changes to this project will be documented in this file.
0.9.0 (2023-08-23)
- Add environment variable to analysis check (521dd3)
0.8.8 (2021-12-29)
0.8.7 (2021-04-29)
- Also push branch after the tag (af2b44)
0.8.6 (2021-03-26)
- Replace Robofile with Makefile (#170) (1f7e63)
0.8.5 (2021-03-25)
0.8.4 (2020-04-27)
0.8.3 (2019-08-16)
0.8.2 (2019-07-25)
0.8.1 (2018-12-09)
0.8.0 (2018-08-06)
0.7.1 (2018-08-03)
0.7.0 (2018-05-06)
0.6.7 (2018-05-05)
0.6.2-rc (2018-05-05)
0.6.1 (2018-05-05)
- Commit message missing version tag (4d8cdf, ed88b2)
- Remove deprecated composer version key (013ead, b683b7)
0.6.0 (2018-02-03)
- Typo (7687d1)
0.5.1 (2017-11-14)
- Bump versions of classes that had breaking changes (name change) (f0ce4c)
- Drop "UK" from long ton class name (da92f8)
- Drop "US" from short ton class name (7a0c5c)
- Formatting (da807e)
- Remove unneccesary scientific symbol setters (6247a6)
- Spelling of area unit classes (3fce07)
- Spelling of length units (5929e8)
- Spelling of millilitre unit class (6b4ee9)
- Test docblock descriptions (730a21)
0.5.0 (2017-11-13)
0.4.1 (2017-11-11)
0.4.0 (2017-11-11)
- Add missing Time unit in list of supported units (0e370f)
0.3.9-beta (2017-10-10)
- Add a few default length units. meter is base for all length units (73f9ee)
- Add base temperature unit class (95004a)
- Add base volume unit class + integration test (620028)
- Add basic energy units (ca4f10)
- Add dev dependency phpdocumentor ^2.9 (125d33)
- Add dev dependency phpunit ^6.3 (28810e)
- Add integration test for temp' units - damn °C <-> °F conversions (b0f2bd)
- Add kelvin temperature unit (9737c4)
- Add package specific error exception classes - closes #2 (10efbd)
- Add speed base unit (b25d5c)
- Add support for acre units (56b178)
- Add support for basic pressure units w/ single integration test (ae9120)
- Add support for celsius (7c1a88)
- Add support for cubic metre units (785511)
- Add support for degree plane angle units (71f575)
- Add support for fahrenheit units (969a12)
- Add support for hectare units (5ba851)
- Add support for kilometer per hour units (0d4d4d)
- Add support for litre units (b393d2)
- Add support for metre per second units (916954)
- Add support for miles per hour units (8a6149)
- Add support for mililitre units (275274)
- Add support for radian units (42630a)
- Add support for square centimeter units (2d0664)
- Add support for square foot units (2a6bde)
- Add support for square kilometer units (e7dcd5)
- Add support for square mile units (f0cc44)
- Add support for square millimeter units (c9cbec)
- Add support for US Liquid gallon units (0a0b22)
- Add support for US liquid pint units (92ee04)
- Add switch for conditional calculations based upon temp' unit (79e72a)
- Add symfony/var-dumper dev dependency (f83ddb)
- Add the base plane angle unit for all plane angle units (65eea0)
- Add unit converter class to actually convert values from/to units (3a84d0)
- Base Area unit class (d57233)
- Convert() method to expose calculate() - allows for complex calcs (0be9e8)
- Interface and unit tests for the abstract Unit of measure class (41a2b9)
- List of default measurements via class constants (a6f639)
- Phpunit configuration file (429967)
- Square meter units support. (020330)
- Support conversion to Astronomical Units (e85984)
- Support conversion to Decimeters (3fc8d0)
- Support conversion to Feet (fa2dc1)
- Support conversion to Hands (557d42)
- Support conversion to Kilometers (aec822)
- Support conversion to Lightyears (cf453c)
- Support conversion to Micrometers (0a1295)
- Support conversion to Miles (b37712)
- Support conversion to Nanometers (c9499c)
- Support conversion to Parsecs (9dd754)
- Support conversion to Picometers (5ca7f5)
- Support conversion to Yards (d1196f)
- Unit registry class to store and retrieve supported units to/from (4e241a)
- Accidently had all classes be abstract (a1dd98)
- Add dump of conversion var for example file (253813)
- All units now use configure() method to configure data (1bc90b)
- Configure method definition (164746)
- Docblock (f870e2)
- Improper namespace (653256)
- Included missing base LengthUnit file (75c534)
- Made LengthUnit abstract to prevent instantiation (20297c)
- Misnamed test file (fd4656)
- Name spelling (5be4fe)
- Returned getter to being just that; a getter. (08d9a8)
- Swap units of miles and kilometres per hour (055417)
- Using new ::configure() method over explicit value definitions (35fadf)