units_converter 1.2.0 units_converter: ^1.2.0 copied to clipboard
Simple and light units conversion package for all your needs.
1.2.0 #
Improved the formatting of the string representation of the number
(stringValue
): now it is also possibile to choose between decimal or
scientific notation. Added feet (US survey), feet squared (US survey) and
kilocalories.
1.1.1+2 #
Fix links in README.md
.
1.1.1+1 #
Updated README.md
.
1.1.1 #
Fix compatibility issue of 1.1.0 with the previous release.
1.1.0 #
In this release we added a complete CustomConversion
definition. You are not
anymore tied to SimpleCustomConversion
! Check it out in the updated README. We
also simplified all the code!
1.0.0 #
units_converter
is stable since some releases. In this first 1.x version we
made a huge work to improve the algorithm conversion. Now it is 2x faster
then the previous one and it is simpler (less line of code with known
algorithms). We added more test, the code coverage is now 100%. This release
will not break anything, it is compatible with the previous one.
0.4.1 #
Added hectoPascal. Added a bunch of other test (99% code coverage). Minor bug fix (non-critical).
0.4.0 #
Breaking. In this release we used the lints
package and changed enum to
camelCase. We also added minutes/kilometer and energy foot pounds units.
0.3.0+1 #
Added mils.
0.3.0 #
Add support for null safety. Added some test. Added fluid ounces, gill, pennyweight, troy ounce. Bugfix.
0.2.0+2 #
Fix time typo and time symbols
0.2.0+1 #
Fix force conversion. Fix some comment and README
0.2.0 #
Added Property class. It is the parent of all the properties. In this way we can also remove some code. Now you can assign a custom name to a Property object.
0.1.0 #
First release