intl_message 0.3.2+6
intl_message: ^0.3.2+6 copied to clipboard
Parses and formats ICU Message strings. Formats strings in multiple languages.
Change Log #
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2025-09-16 #
Changes #
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
intl_message - v0.3.2+6
- REFACTOR: set min sdk to 3.0.0. (6a8808e9)
- REFACTOR: support for petitparser ^7.0.0. (6fb27725)
- REFACTOR: upgrade to intl ^0.20.0. (fc4ed6c6)
0.3.2+6 #
0.3.2+5 #
- REFACTOR: support for petitparser: ^6.0.0.
0.3.2+4 #
- FIX: serialization of date/time messages.
0.3.2+3 #
- REFACTOR: support for intl ^0.19.0.
0.3.2+2 #
- FIX: remove print statement when variable not found.
0.3.2+1 #
- FIX: missing } in toString().
0.3.2 #
- FEAT: Support intl v0.19.0 and petitparser v5.0.0.
0.3.1 #
- Support petitparser 4.1.0
0.3.0 #
- Null safety
0.2.0 #
- added
onErrorargument to format - accept async custom formatters
- accept future arguments
- allow expressions in messages
0.1.3 #
- Add toJson method to IntlMessage
0.1.2 #
- Support Dart 2 in
pubspec.yaml
0.1.1 #
- Dart 2 pre-release compatibility
0.1.0 #
- Initial version