]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update changelog for 2.18.0
authorIskren Chernev <iskren.chernev@gmail.com>
Sat, 18 Mar 2017 21:02:45 +0000 (23:02 +0200)
committerIskren Chernev <iskren.chernev@gmail.com>
Sat, 18 Mar 2017 21:02:45 +0000 (23:02 +0200)
CHANGELOG.md
Moment.js.nuspec

index 559185b00657094f258a42352aa517c681bfeeca..20eb91ca976f1b333055990a62b54d11586fa183 100644 (file)
@@ -1,6 +1,27 @@
 Changelog
 =========
 
+### 2.18.0 [See full changelog](https://gist.github.com/ichernev/78920c5a1e419fb28c6e4546d1b7235c)
+
+* Release Mar 18, 2017
+
+## Features
+
+* [#3708](https://github.com/moment/moment/pull/3708) [feature] RFC2822 parsing
+* [#3611](https://github.com/moment/moment/pull/3611) [feature] Durations gain validity
+* [#3738](https://github.com/moment/moment/pull/3738) [feature] Enable relative time for multiple seconds, request [#2558](https://github.com/moment/moment/issues/2558)
+* [#3766](https://github.com/moment/moment/pull/3766) [feature] Add support for k and kk format parsing
+
+## Bugfixes
+
+* [#3643](https://github.com/moment/moment/pull/3643) [bugfix] Fixes [#3520](https://github.com/moment/moment/issues/3520), parseZone incorrectly handled minutes under 16
+* [#3710](https://github.com/moment/moment/pull/3710) [bugfix] Fixes [#3632](https://github.com/moment/moment/issues/3632), toISOString returns null for invalid date
+* [#3787](https://github.com/moment/moment/pull/3787) [bugfix] Fixes [#3717](https://github.com/moment/moment/issues/3717), ensure day-of-year is non-zero
+* [#3780](https://github.com/moment/moment/pull/3780) [bugfix] Fixes [#3765](https://github.com/moment/moment/issues/3765): Ensure year 0 is formatted with YYYY
+* [#3806](https://github.com/moment/moment/pull/3806) [bugfix] Fixes [#3805](https://github.com/moment/moment/issues/3805), fix locale month getters for standalone/format cases
+
+7 new locales, many locale improvements and some misc changes
+
 ### 2.17.1 [Also available here](https://gist.github.com/ichernev/f38280b2b29c4932914a6d3a4e50bfb2)
 * Release Dec 03, 2016
 
index 08c763c74a1b229a7fe288678af9b984a738b34a..d8023cbda2fc00e207f0c0ff6ab915b0f289d21d 100644 (file)
@@ -7,8 +7,10 @@
         <owners>Cory Deppen, Iskren Chernev</owners>
         <description>A lightweight JavaScript date library for parsing, manipulating, and formatting dates.</description>
         <releaseNotes>
-            * Release Nov 22, 2016 -- full changelog https://gist.github.com/ichernev/ed58f76fb95205eeac653d719972b90c
-            * [#3591](https://github.com/moment/moment/pull/3591) [misc] typescript: update typescript to 2.0.8, add strictNullChecks=true
+            * Release Mar 18, 2017 -- full changelog https://gist.github.com/ichernev/78920c5a1e419fb28c6e4546d1b7235c
+            * [#3708](https://github.com/moment/moment/pull/3708) [feature] RFC2822 parsing
+            * [#3611](https://github.com/moment/moment/pull/3611) [feature] Durations gain validity
+            * many more
         </releaseNotes>
         <projectUrl>http://momentjs.com/</projectUrl>
         <iconUrl>http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>