<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>