Releases: dart-lang/i18n
Releases · dart-lang/i18n
package:messages_builder v0.2.0
- Remove
IntlObject
interface. - Introduce
PluralRules
to retrieve the correct message for plurals.
package:messages v0.2.0
- Remove
IntlObject
interface. - Introduce
PluralRules
to retrieve the correct message for plurals.
package:intl4x v0.7.1
- Export plural rules.
package:messages_builder v0.1.1
- Add
header
toGenerationOptions
.
package:messages v0.1.1
- Update README.
package:intl v0.19.0
- Update to CLDR v44.
- Update to CLDR v43.
- Add
tryParse
to NumberFormat. - Add
tryParse
tryParseStrict
tryParseLoose
tryParseUtc
to DateFormat. - Add fallback for deprecated locales, such as
he
<->iw
. - Switch QAR currency name to Riyal.
- Add license headers to some files.
- Update CVE currency symbol.
- Add
EEEEE
skeleton forDateFormat
, closing #176. - Switch to
3.0.0
SDK. - Fix issue #483 about date parsing with a
yy
skeleton. - Extract
NumberParserBase
abstract class
package:intl4x v0.7.0
- Add conformance testing workflow.- Add ECMA
PluralRules
.
package:intl4x v0.6.0
- Add full ECMA locale.
package:intl4x v0.5.1
- Add
copyWith
methods.
package:intl4x v0.5.0
- Add
DateTime
formatting.