Skip to content

Commit ea596dc

Browse files
committed
Build and publish for 2.0.5
1 parent 64081d5 commit ea596dc

File tree

13 files changed

+2213
-1247
lines changed

13 files changed

+2213
-1247
lines changed

CHANGELOG.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
v2.0.5
22
======
33

4-
- More fixes for Typescript declarations including better handling of generics.
4+
- Fixed issue with Angular 6 breaking webpack implementation of global context.
5+
- Fixed issue with Date#get with past/future options.
6+
- Fixed issue with parsing of "Mar-3".
7+
- Fixed issue with parsing of "10:".
8+
- Fixed issue with parsing of "end of year", etc.
9+
- Fixed issue with specificity param being incorrectly set.
10+
- Fixed issue with future option causing a day shift in format "this week tuesday".
11+
- Fixed issue with inconsistency when overshooting certain units in parsing.
12+
- Fixed issue with Array#max and empty strings.
13+
- Fixed issue with incorrect order of "next/last" in Italian dates.
14+
- Fixed issues with UTC times being reset and timezone abbreviations.
15+
- Fixed issue with Finnish period as time separator interfering with date parsing.
16+
- Fixed issues with Typescript declarations including better handling of generics.
17+
- Temporary fix for bad parsing of ambiguous 일 token for day/Sunday.
518
- Restored VERSION property to the core.
6-
- Fixed issue with future dates (#572).
19+
- Fixed issue with future dates.
720

821
v2.0.4
922
======

0 commit comments

Comments
 (0)