- Add Laravel 11 support
- Add Laravel 10 support
- Add Laravel 9 support
- Add PHP 8 support
- Updated for Laravel 8.
- Updated for Laravel 7.
FIXED
array_get
references.
- BC Break: PHP 7.2 is the minimum required PHP version
- BC Break: Laravel 6.0 is the minimum supported Laravel version
ADDED
- Support for Laravel 5.5 Package Discovery.
- Support for Temperatures.
UPDATED
- Updated to Guzzle 6.
- Updated service provider for laravel 5.3+.
FIXED
- Issue when passing values as 0 (zero) it was not being properly evaluated.
UPDATED
- Updated to Guzzle 5 to remove deprecated warnings during installation through Composer.
FIXED
- Fix typo on Service Provider.
ADDED
- Laravel 5 support.
REMOVED
- Laravel 4 support.
UPDATED
- Updated to Guzzle 5 to remove deprecated warnings during installation through Composer.
REVISED
- Updated coding standards to
PSR-2
. - Bumped PHPUnit version to
~4.5
.
REMOVED
- Remove Laravel 5 requirement, support for Laravel 5 will come from on the
2.0
release version.
REVISED
- Loosen requirements to allow the usage on Laravel 5.0.
UPDATED
- Base lengths are using
meters
instead ofkilometers
. Added some more common unitsmile
,feet
andinch
. - Some unit formats updated in the config to use abbreviations so it's more consistent with the International System of Units.
UPDATED
- Updated to Guzzle 5 to remove deprecated warnings during installation through Composer.
REVISED
- Updated coding standards to
PSR-2
. - Bumped PHPUnit version to
~4.5
.
REMOVED
- Remove Laravel 5 requirement, support for Laravel 5 will come from on the
2.0
release version.
REVISED
- Loosen requirements to allow the usage on Laravel 5.0.
INIT
- Can return all the available measurements.
- Can set new measurements.
- Can return information about a given measurement.
- Can set the measurement to be converted from.
- Can return the measurement to be converted from.
- Can set the measurement to convert to.
- Can return the measurement to convert to.
- Can set the value to be converted.
- Can return the value to be converted.
- Can convert a given value or a value that was previously set.
- Can format the value using a given format or by using a default format.