fling_units 3.0.8
fling_units: ^3.0.8 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 #
Nothing, yet...
3.0.8 #
Fixed #
- Intrinsic volume unit conversion multipliers were inverted https://github.com/mongoose13/fling-units/issues/8
3.0.7 #
3.0.6 #
3.0.4 #
3.0.2 #
3.0.0 #
Changed #
- See the 2.x-3.x migration guide for details
- Derived units are standalone objects
- Syntactic sugar for many operations
- Static methods are globally accessible
- Confusing classes renamed to match standard vernacular
2.2.7 #
2.2.4 #
Added #
- Angle boolean checks: isAcute, isRight, isObtuse, isStraight
- Angle const constructors: right, straight
- Accessors for default interpreters and values
2.2.3 #
2.2.2 #
2.2.1 #
2.2.0 - 2023-02-16 #
Added #
- toString() methods on interpreters produce the standard short form of the unit
- toString() methods on measurements use the interpreter that created the measurement
- Support for metric prefixes "quecto", "ronto", "ronna", "quetta"
2.1.0 - 2022-12-11 #
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 #
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