ucum 0.8.0
ucum: ^0.8.0 copied to clipboard
Dart Library Mimicking the Unified Code for Units of Measure Library Functionality
0.8.0 #
- Fix +, -, % operators to convert units before arithmetic
0.7.0 #
- Fixed 6 unit definition data bugs (Bd, Oe, [S], [diop], [mesh_i], [mu_0])
- Fixed converter precision to use 24 significant digits consistently
- Removed deprecated lints from analysis_options.yaml
- Updated dependencies (xml ^6.6.1, lints ^6.1.0, test ^1.29.0)
0.6.0 #
- Added asDouble getter to UcumDecimal
0.5.0 #
- Fixed errors with doAdd in UcumDecimal
0.4.0 #
- More lints
0.3.0 #
- Just more linting updates
0.2.0 #
- Updates for linting errors
- I want my pub points
0.1.0 #
- First publication of this package for Dart
- Based on Java-ucum package