Skip to content

Releases: pimlie/php-unit-conversion

v1.3.0

05 Apr 08:15
fff0565
Compare
Choose a tag to compare

Features:

  • Add Velocity Units

Thanks to

v1.2.3

05 Mar 08:52
Compare
Choose a tag to compare

Fixes

  • Allow adding multiple single file units to the same unit-type (#15)

Thanks to

v1.2.2

10 Feb 07:13
Compare
Choose a tag to compare

A maintenance release for a fix by @EyaraWS to make sure the format function doesnt enforce a width

Release v1.2.1

10 Sep 18:46
Compare
Choose a tag to compare

Fixes

  • unit format() shouldnt ignore $addSymbol

Thanks to

Release v1.2.0

20 Dec 12:44
Compare
Choose a tag to compare
  • Support for custom units
  • phpdocs for IDE autocompletetion (thanks @jkrzefski and @JoshuaBehrens)
  • Add more tests and CI integration

Added amount unit type

06 Nov 10:32
Compare
Choose a tag to compare

The amount unit has two types, 'Quantity' and 'Mole'. Quantity has been added so you can define a custom quantity without a specific type. E.g. lets say you have a product specification like contents which can either be a weight, a volume or just some sort of an amount (like pills, tablets or whatever). Now you can still benefit from storing the type of the unit in the same field as you can for the values that do contain a valid SI type.

Release v1.0.0

05 Nov 17:58
Compare
Choose a tag to compare

The basic units and their tests are mostly complete now.

first release

02 Nov 15:45
Compare
Choose a tag to compare
Merge pull request #1 from Spudley/master

Adding temperature conversions, plus bugfixing the calculations to support it