https://github.com/moment/moment

sort by:
Revision Author Date Message Commit Date
fea48bb Build 2.19.4 11 December 2017, 01:04:52 UTC
cfe6e92 Bump version to 2.19.4 11 December 2017, 01:03:08 UTC
4c41ca6 Update changelog for 2.19.4 11 December 2017, 01:02:44 UTC
61efe0a [misc] Add 'ss' relative time key to typescript definition (#4246) * Add 'ss' to typescript definition * add missing ss key to MomentRelativetime * add typing tests for new ss key * correct whitespacing issues 11 December 2017, 00:39:36 UTC
1c978ba [bugfix] Fix weekday verification for UTC and offset days (fixes #4227) (#4332) * Verify utc date weekdays using local weekday * add tests and change check 11 December 2017, 00:27:27 UTC
2f6b148 [bugfix] Fix #4334: Remove unused function call argument (#4336) 11 December 2017, 00:26:07 UTC
4caa268 Build 2.19.3 29 November 2017, 16:10:14 UTC
dd15d9d Bump version to 2.19.3 29 November 2017, 16:06:08 UTC
fe01aae Update changelog for 2.19.3 29 November 2017, 16:01:27 UTC
9768f60 Fixed spelling and formatting for U.S. (#4289) I believe this will fix the button near the bottom of https://momentjs.com. If not, feel free to delete this PR. 29 November 2017, 15:41:54 UTC
69ed9d4 [bugfix] Fix for ReDOS vulnerability (see #4163) (#4326) * Limiting regex match to 256 chars, fixing #4163 * Limiting regex match to 256 chars, fixing #4163 * Also limiting numbers to fix #4163 29 November 2017, 15:36:21 UTC
328d51e Build 2.19.2 11 November 2017, 20:25:07 UTC
09b1c34 Bump version to 2.19.2 11 November 2017, 20:21:17 UTC
297e7c8 Update changelog for 2.19.2 11 November 2017, 20:19:34 UTC
d26f97e Merge pull request #4242 from cmyers:develop [bugfix] updateLocale now tries to load parent, fixes #3626 11 November 2017, 19:39:54 UTC
695fd75 Added test and minor refactor 11 November 2017, 19:39:22 UTC
ebdfa5f Fix #3626 further refactor 11 November 2017, 19:39:22 UTC
9756e86 Fix #3626: updateLocale merge issue 11 November 2017, 19:39:22 UTC
6beb383 Fix year setter for random days in leap year (#4255) 04 November 2017, 14:37:49 UTC
29afed6 Build 2.19.1 11 October 2017, 20:55:53 UTC
40564b1 Bump version to 2.19.1 11 October 2017, 20:54:18 UTC
c623835 Update changelog for 2.19.1 11 October 2017, 20:53:53 UTC
fecf12e Merge pull request #4232 from moment/maggie/fixBuild revert locale fallbacks in require, re-add react native aliasing 11 October 2017, 20:50:06 UTC
a498bb8 revert locale fallbacks in require, re-add react native aliasing 11 October 2017, 14:53:49 UTC
5f94d71 Merge pull request #4226 from ichernev:revert-package-json-es6 [critical] Revert "jsnext:main -> module (#3904)", fixes #4216 10 October 2017, 23:21:38 UTC
993e026 Revert "jsnext:main -> module (#3904)" This reverts commit aea6a97463521ebadae2f0c53536f36768ddee0d. 10 October 2017, 23:18:37 UTC
43a226e Merge pull request #4225 from ichernev:revert-require-rename [critical] Revert require rename, fixes #4216 10 October 2017, 22:28:08 UTC
4c7e5d4 Revert "Rename dynamic require to avoid React Native crash" This reverts commit 6a230ae3b574417945b9d7bf459e296eb2585935. 10 October 2017, 22:24:39 UTC
5125099 Revert "Move require rename inside try/catch" This reverts commit 79e9131fdab17d0afe4211b068a353b2bb5749b5. 10 October 2017, 22:24:12 UTC
9483e2a Build 2.19.0 10 October 2017, 09:33:37 UTC
ba016c6 Bump version to 2.19.0 10 October 2017, 09:25:00 UTC
5625653 Update changelog for 2.19.0 10 October 2017, 09:24:20 UTC
98867b7 Merge pull request #4215 from ichernev:ts-duration-clone [misc] TS: Add duration.clone(), for #4080 10 October 2017, 09:07:44 UTC
8704e53 Add duration clone to TS 10 October 2017, 09:05:10 UTC
6115ae5 Merge pull request #4214 from ichernev:fixup-react-native-p2 [critical] Move require rename inside try/catch 10 October 2017, 08:30:16 UTC
79e9131 Move require rename inside try/catch 10 October 2017, 08:22:33 UTC
967ee9a Merge pull request #4213 from ichernev:fix-react-native [critical] Rename dynamic require to avoid React Native crash 10 October 2017, 06:32:37 UTC
6a230ae Rename dynamic require to avoid React Native crash 09 October 2017, 23:16:08 UTC
36f29b3 Merge pull request #4199 from Joddsson:fix-year-setter-for-leap-years [bugfix] Fix year setter on leap years, fixes #4024 09 October 2017, 23:01:34 UTC
243e4e9 Setting year from feb 29 on leap year to a non leap year returned mar 1. 09 October 2017, 23:01:02 UTC
c037874 Merge pull request #4131 from mikeparas:mismatch-weekday [bugfix] Fix day-of-week validation, fixes #4112 09 October 2017, 22:52:21 UTC
a8ba52e Fix code style error 09 October 2017, 22:51:35 UTC
6734504 Update tests for mismatching weekday * Add test to parsing_flags test module * Reword assertion messages 09 October 2017, 22:51:35 UTC
f65950f Fix day-of-week validation (issue #4112) * Check that day-of-week matches parsed date in configFromArray * Add tests 09 October 2017, 22:51:35 UTC
1ba87ac Merge pull request #4062 from ashsearle:fix/3960 [bugfix] duration toString with mixed signs, fixes #3960 09 October 2017, 22:47:31 UTC
26d3fed FFS 09 October 2017, 22:47:18 UTC
a982e89 Use strict operator 09 October 2017, 22:47:18 UTC
10518ac Rewrite for clarity, and add more unit tests 09 October 2017, 22:47:18 UTC
7b7e44c Fix: Math.sign isn't supported by IE 09 October 2017, 22:46:58 UTC
effaf87 Fix toString for durations with mixed sign 09 October 2017, 22:46:58 UTC
9a010fd Merge pull request #4063 from ashsearle/fix/3997 [bugfix] Add duration fields in month, day, time order, fixes #3997 09 October 2017, 22:32:26 UTC
a9728d0 Merge pull request #4146 from ashsearle/fix/4145 Fix #4145: floating-point errors in ISO duration format 09 October 2017, 22:31:38 UTC
2a55d07 Reimplement fix: minimize and simplify change. 30 August 2017, 08:02:22 UTC
5b5e21f Fix v2: Some numbers still led to floating-point errors 30 August 2017, 07:53:41 UTC
d031c5d Fix #4145: floating-point errors in ISO duration format 29 August 2017, 18:54:07 UTC
7ff10bd Merge pull request #4093 from JimiHFord:patch-1 [misc] Whitespace changes 09 August 2017, 12:31:19 UTC
1348cf1 improve formatting 09 August 2017, 12:31:16 UTC
a739422 Merge pull request #4088 from keirog:develop [misc] Fix typo in comment 09 August 2017, 12:29:12 UTC
6ad7ab5 Add missing word to comment 09 August 2017, 12:29:01 UTC
eef541e Merge pull request #3839 from FourwingsY:develop [locale] ko: Update ordinal format 09 August 2017, 12:03:03 UTC
7bd4dd8 ndo the changes to locale/ko.js its autogenerated 09 August 2017, 12:03:01 UTC
69be366 fix ordinalMonth testing 09 August 2017, 12:03:01 UTC
b20a979 update ko.js weekly ordering test 09 August 2017, 12:03:01 UTC
de52ab2 update src/locale/ko.js 09 August 2017, 12:03:01 UTC
fc8c624 update ordinal format in korean locale almost copied from zh-cn.js 09 August 2017, 12:03:01 UTC
c870878 Merge pull request #3930 from kkopanidis:fix1 [locale] es-do: Update month parsing to be dot lenient, fixes #3629 09 August 2017, 11:58:46 UTC
aaeb5e6 Add strict parsing test for es-do 09 August 2017, 11:57:55 UTC
a65bcc5 - Changed test 09 August 2017, 11:55:36 UTC
41efc3e - Changed test 09 August 2017, 11:55:36 UTC
40dafd3 Revert: - Fixing issue #3132 09 August 2017, 11:55:36 UTC
696e3a7 - Fixing issue #3132 09 August 2017, 11:55:36 UTC
c00cb92 - Fixing 09 August 2017, 11:55:36 UTC
2a584dd Merge pull request #4108 from ichernev:fixup-rfc2822 [fixup] Fix RFC2822 rewrite, fixes #4077 09 August 2017, 11:54:06 UTC
695ee5b Make jshint happy 09 August 2017, 11:44:32 UTC
ba763de Fix rfc2822 multiple issues 07 August 2017, 21:38:17 UTC
20a0db6 Merge pull request #4034 from ovangle:fix/4033 [misc] TS: Add specs & tests for moment.RFC_2822 07 August 2017, 19:21:02 UTC
6437917 Add typescript declaration for moment.RFC_2822 07 August 2017, 19:20:59 UTC
49819dc Merge pull request #4042 from ovangle:fix-4031 [bugfix] Make auto locale loading for node not mess webpack, fixes #4031, #2979, #3872 07 August 2017, 19:17:08 UTC
8d2df8c Fix #4031 - Missing ES6 module during tree shaking Cannot import the locale relatively, since the code exists in a different location in the bundled ES5 module than it does in ES6. In order to run tests locally (where the external 'moment' library can't be loaded), fall back to using the relative import. 07 August 2017, 19:15:42 UTC
e2fcca2 Merge pull request #4058 from waclawjacek:pl_next_week_day_declension [locale] pl: Improve calendar for next week 07 August 2017, 19:13:54 UTC
4f82466 Adding a fix for Polish next week day name declension. 07 August 2017, 19:11:10 UTC
2b51817 Merge pull request #4079 from ashsearle:fix/4072 [bugfix] Use indexOf utility for IE8 compatibility, fixes #4072 07 August 2017, 19:03:31 UTC
b97f083 Fix #4072: Use indexOf util for IE8 compatibility 07 August 2017, 19:01:51 UTC
619d0d2 Revert "Merge pull request #3848 from marwahaha:add-coveralls" This reverts commit 7c3d1ea50174826ecbbfed652b93ba534a9ec03b, reversing changes made to 759b4a4108a6519ed4411d6d670367b4aa156c75. 07 August 2017, 18:57:03 UTC
2847a99 Merge pull request #4080 from ashsearle:fix/4078 [feature] Implement a clone method for durations, fixes #4078 07 August 2017, 18:53:42 UTC
bd3d100 Fix comment 07 August 2017, 18:52:33 UTC
c67543a Use notEqual for clarity 07 August 2017, 18:52:33 UTC
77b2a3b Fix #4078: Implement a clone method for durations 07 August 2017, 18:52:33 UTC
0d0b291 Merge pull request #4077 from Petrukha:fix3985 [bugfix] Handle RFC2822 parsing in non-en locales, fixes #3985 07 August 2017, 01:09:50 UTC
c293d4b Fix #3985 code review changes 07 August 2017, 01:09:46 UTC
77307e7 Fix #3985 fix Invalid date for RFC 2822 with some refactoring 07 August 2017, 01:09:46 UTC
76f3ca0 Merge pull request #4017 from erhangundogan:4006-calendar-tr-issue [locale] tr: Improve calendar text for next/prev week 07 August 2017, 00:57:45 UTC
cfd0275 tr locale update regarding to calendar lastWeek, nestWeek issue 07 August 2017, 00:57:44 UTC
9083ea8 Merge pull request #4007 from kshitijb:develop [bugfix] Support '+' for duration components when parsing 07 August 2017, 00:44:50 UTC
4025ba4 Using character class instead of non capturing group 07 August 2017, 00:44:48 UTC
3f9bf53 Added tests for + sign 07 August 2017, 00:44:48 UTC
e390a15 Updated regex to support + sign in between the string 07 August 2017, 00:44:48 UTC
279ada1 Support "+" / positive sign as well. Updated regex to support positive sign in addition to a negative sign. The `sign` is assigned a value of 1 if the regex finds "+" in the beginning. 07 August 2017, 00:44:48 UTC
fceb92c Merge pull request #4003 from rubycut:patch-1 [pkg] bower: Remove tests from package 07 August 2017, 00:34:23 UTC
7a5ead8 remove tests when installing moment through bower This file is 3.5 Mb and it's not needed in production. 07 August 2017, 00:34:21 UTC
back to top