File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.1.0 (2021-11-07)
4
+
5
+ * Stop special casing of ` Etc/GMT* ` zones
6
+ * export fromDurationLike
7
+ * memoize zone validation
8
+ * Support for fractional elements in duration ISO parsing
9
+ * Added ` uu ` and ` uuu ` tokens for fractional millisecond parsing
10
+
3
11
## 2.0.2 (2021-08-08)
4
12
5
13
Fix locale defaulting
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " luxon" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"description" : " Immutable date wrapper" ,
5
5
"author" : " Isaac Cambron" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import InvalidZone from "./zones/invalidZone.js";
9
9
import SystemZone from "./zones/systemZone.js" ;
10
10
import Settings from "./settings.js" ;
11
11
12
- const VERSION = "2.0.2 " ;
12
+ const VERSION = "2.1.0 " ;
13
13
14
14
export {
15
15
VERSION ,
You can’t perform that action at this time.
0 commit comments