intl4x 0.11.3
intl4x: ^0.11.3 copied to clipboard
A lightweight modular library for internationalization (i18n) functionality.
0.11.3 #
- Use new artifacts from
intl4x-icu-v.0.11.2-artifacts
release.
0.11.2 #
- Use locally modified build_tools.dart for building icu4x libs.
0.11.1 #
- Fix fraction digits parsing and allow no hook options key in the pubspec.
0.11.0 #
- Remove dep on package:js.
- Introduce link hook.
0.10.1 #
- Upgrade to new artifacts.
0.10.0 #
- Upgrade minimum SDK to
3.6.0-0
. - Move hook code to
lib/src/
.
0.9.2 #
- Copy files instead of symlinking, for easier upgrading.
- Get binaries from Github and check their hashes.
0.9.1 #
- Small fixes in imports.
0.9.0 #
- Update for
icu4x
andbuild.dart
changes. - Fix leaking API.
0.8.2 #
- Add ICU4X support for number formatting.
- Add resource identifier annotations.
- Add ICU4X support for plural rules.
- Add ICU4X support for display names.
- Add ICU4X support for list formatting.
- Add ICU4X support for datetime formatting.
0.8.1 #
- Add ICU4X support for collation.
0.7.1 #
- Export plural rules.
0.7.0 #
- Add conformance testing workflow.
- Add ECMA
PluralRules
.
0.6.0 #
- Add full ECMA locale.
0.5.1 #
- Add
copyWith
methods.
0.5.0 #
- Add
DateTime
formatting.
0.4.0 #
- Add a
Locale
class. - Update the readme to add standard markdown badges.
0.3.0 #
- Add display names.
0.2.0 #
- Add list format.
0.1.0 #
- Initial version.
- Add list collation.