]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update changelog for 2.19.0
authorIskren Chernev <iskren.chernev@gmail.com>
Tue, 10 Oct 2017 09:24:20 +0000 (12:24 +0300)
committerIskren Chernev <iskren.chernev@gmail.com>
Tue, 10 Oct 2017 09:24:20 +0000 (12:24 +0300)
CHANGELOG.md
Moment.js.nuspec

index bff62fabdb385739d889b5510eb1e0208e36f345..44da20aa50ee58dd622eaba3f2634f223f854553 100644 (file)
@@ -1,6 +1,32 @@
 Changelog
 =========
 
+### 2.19.0 [See full changelog](https://gist.github.com/ichernev/5f3f4eb02761b4f765a0cccf02cec603)
+
+* Release Oct 10, 2017
+
+## Fix React Native 0.49+ crash
+* [#4213](https://github.com/moment/moment/pull/4213) [critical] Rename dynamic
+  require to avoid React Native crash
+* [#4214](https://github.com/moment/moment/pull/4214) [fixup] Move require
+  rename inside try/catch, fixes
+  [#4213](https://github.com/moment/moment/issues/4213)
+
+## Features
+
+* [#3735](https://github.com/moment/moment/pull/3735) [feature] Ignore NaN values in setters
+* [#4106](https://github.com/moment/moment/pull/4106) [fixup] Drop isNumeric utility fn, fixes [#3735](https://github.com/moment/moment/issues/3735)
+* [#4080](https://github.com/moment/moment/pull/4080) [feature] Implement a clone method for durations, fixes [#4078](https://github.com/moment/moment/issues/4078)
+* [#4215](https://github.com/moment/moment/pull/4215) [misc] TS: Add duration.clone(), for [#4080](https://github.com/moment/moment/issues/4080)
+
+## Packaging
+
+* [#4003](https://github.com/moment/moment/pull/4003) [pkg] bower: Remove tests from package
+* [#3904](https://github.com/moment/moment/pull/3904) [pkg] jsnext:main -> module in package.json
+* [#4060](https://github.com/moment/moment/pull/4060) [pkg] Account for new rollup interface
+
+Bugfixes, new locales, locale fixes etc...
+
 ### 2.18.1
 
 * Release Mar 22, 2017
index ba64ccab191e16460c4877234a1ef54a081fa3e5..e079a48041afc49a89cbfb1231ddf6fa706e049f 100644 (file)
@@ -7,9 +7,14 @@
         <owners>Cory Deppen, Iskren Chernev</owners>
         <description>A lightweight JavaScript date library for parsing, manipulating, and formatting dates.</description>
         <releaseNotes>
-            * Release Mar 22, 2017
-            * [#3853](https://github.com/moment/moment/pull/3853) [misc] Fix invalid whitespace character causing inability to parse
-              moment.js
+            * Release Oct 10, 2017
+           * For full changelog see https://gist.github.com/ichernev/5f3f4eb02761b4f765a0cccf02cec603
+           * [#4213](https://github.com/moment/moment/pull/4213) [critical] Rename dynamic require to avoid React Native crash
+           * [#4214](https://github.com/moment/moment/pull/4214) [fixup] Move require rename inside try/catch, fixes [#4213](https://github.com/moment/moment/issues/4213)
+           * [#3735](https://github.com/moment/moment/pull/3735) [feature] Ignore NaN values in setters
+           * [#4106](https://github.com/moment/moment/pull/4106) [fixup] Drop isNumeric utility fn, fixes [#3735](https://github.com/moment/moment/issues/3735)
+           * [#4080](https://github.com/moment/moment/pull/4080) [feature] Implement a clone method for durations, fixes [#4078](https://github.com/moment/moment/issues/4078)
+           * [#4215](https://github.com/moment/moment/pull/4215) [misc] TS: Add duration.clone(), for [#4080](https://github.com/moment/moment/issues/4080)
         </releaseNotes>
         <projectUrl>http://momentjs.com/</projectUrl>
         <iconUrl>http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>