]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update Moment.js.nuspec authors and put releaseNotes (not used for 2.15.0 unfortunately)
authorIskren Chernev <iskren.chernev@gmail.com>
Tue, 13 Sep 2016 05:06:21 +0000 (22:06 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Tue, 13 Sep 2016 05:06:21 +0000 (22:06 -0700)
Moment.js.nuspec

index 1dbb8f77f77b308a057372f2b46d1f9aaf532a52..429228bf1d14bad5178dde751c3644437b473188 100644 (file)
@@ -3,16 +3,31 @@
     <metadata>
         <id>Moment.js</id>
         <version>2.15.0</version>
-        <authors>Tim Wood</authors>
+        <authors>Tim Wood, Iskren Chernev, Moment.js contributors</authors>
         <owners>Cory Deppen, Iskren Chernev</owners>
         <description>A lightweight javascript date library for parsing, manipulating, and formatting dates.</description>
         <releaseNotes>
-            - Add LTS localised format that includes seconds
-            - Added formatToken 'x' for unix offset in milliseconds #1938
-            - Support 24:00:00.000 to mean next day, at midnight.
-            - Accept 'date' key when creating moment with object
-            - Use native toISOString when we can
-            - Some bugfixes and language improvements
+            See full changelog -- https://gist.github.com/ichernev/10e1c5bf647545c72ca30e9628a09ed3
+            Release Sept 12, 2016
+
+            * New Locales
+              * #3255 [new locale] mi: Maori language
+              * #3267 [new locale] ar-ly: Arabic (Libya) locale
+              * #3333 [new locale] zh-hk: Chinese (Hong Kong) locale
+
+            * Bugfixes
+              * #3276 [bugfix] duration: parser: Support ms durations in .NET syntax
+              * #3312 [bugfix] locales: Enable locale-data getters without moment (fixes #3284)
+              * #3381 [bugfix] parsing: Fix parseZone without timezone in string, fixes #3083
+              * #3383 [bugfix] toJSON: Fix isValid so that toJSON works after a moment is frozen
+              * #3427 [bugfix] ie8: Fix IE8 (regression in 2.14.x)
+
+            * Packaging
+              * #3299 [pkg] npm: Do not include .npmignore in npm package
+              * #3273 [pkg] jspm: Include moment.d.ts file in package
+              * #3344 [pkg] exports: use module.require for nodejs
+
+            Also some locale and typescript improvements
         </releaseNotes>
         <projectUrl>http://momentjs.com/</projectUrl>
         <iconUrl>http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>