humanizer 1.0.0 humanizer: ^1.0.0 copied to clipboard
A library to convert Dart values into human-friendly representations.
1.0.0 - 16th Oct, 2021 #
- Improved the design and implementation of units of measurement, particularly around formatting
- Add ability to humanize
Enum
instances - Symbol related extensions now operate against a
SymbolName
class rather thanString
- Generalize approximate relative time to approximate time
- Switch to using
DecimalIntl
now that this issue is resolved
0.0.2 - 26th Feb, 2021 #
- Add permissible units to units of measurement
humanize
extensions - Add example
- Bump
decimal
dependency to stable, null-safe version (1.0.0
)
0.0.1-nullsafety - 25th Feb, 2021 #
- Initial release