We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v0.20.0
package:intl
1 parent b437a86 commit 9314522Copy full SHA for 9314522
pkgs/intl/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.20.0-wip
+## 0.20.0
2
* Fix caching of messages in `CompositeMessageLookup`.
3
* Type `numberFormatSymbols` as a `Map<String, NumberSymbols>`.
4
* Type `dateTimeSymbolMap` as a `Map<String, DateSymbols>`.
@@ -10,6 +10,7 @@
10
* Support compiling to WASM.
11
* Update to and account for `package:lints` `^4.0.0`.
12
* rtl Detection fix in `bidi.dart` for Kordi Sorani "ckb".
13
+ * Update to CLDR v45.
14
15
## 0.19.0
16
* Update to CLDR v44.
pkgs/intl/pubspec.yaml
@@ -1,5 +1,5 @@
name: intl
-version: 0.20.0-wip
+version: 0.20.0
description: >-
Contains code to deal with internationalized/localized messages, date and
5
number formatting and parsing, bi-directional text, and other
0 commit comments