fling_units 1.4.1
fling_units: ^1.4.1 copied to clipboard
Dependency-free, type-safe Dart unit conversion library. Decouple specific unit types you need to work with from the rest of your code.
Change Log for fling_units #
Dependency-free, type-safe Dart unit conversion library. Decouple specific unit types you need to work with from the rest of your code.
Unreleased #
1.4.0 - 2021-03-30 #
1.3.0 - 2021-03-28 #
Added #
- Support for quantity measurements (e.g. moles)
- Support for electric charge measurements (e.g. amperes)
- Support for luminance measurements (e.g. candela)
- Support for daltons and electron rest mass
Changed #
- Addition and subtraction use correct result precision
- Update toString methods for measurement types
- Write Good suggestions for README
1.2.0 - 2021-03-25 #
Note: we have deprecated a lot of the old methods - these methods will remain in the library until 2.0.0, but we will not enhance or expand them further. Each deprecated method has hints for migrating to the new form, and our hope is that this update will allow us to build a more flexible and scalable library for future releases. We encourage you to use the replacement methods now and to give us feedback on how well they work!
Changed #
- Refactor unit converters for more flexibility
- Deprecate duplicated functionality
- Examples and documentation for unit converters
1.1.2 - 2021-03-21 #
1.1.1 - 2021-03-20 #
1.1.0 - 2021-03-17 #
Added #
- Support for nano- and pico-seconds
- Support for micro, nano-, and pico-meters
- Add Fling logo to README
1.0.0 - 2021-03-15 #
0.4.1 - 2021-03-11 #
Added #
- Follow the Effective Dart guide to documentation
- Update README with precision example and features
0.3.1 - 2021-03-06 #
0.3.0 - 2021-03-06 #
0.2.1 - 2021-03-06 #
0.2.0 - 2021-03-05 #
Added #
- Minor version bump
- Type-safe Volume conversions
- Changelog update for 0.2.0