https://github.com/moment/moment

sort by:
Revision Author Date Message Commit Date
227746b Build 2.14.1 04 July 2016, 06:39:29 UTC
e9d2560 Bump version for 2.14.1 04 July 2016, 06:38:37 UTC
39e1033 Changelog for 2.14.1 04 July 2016, 06:38:20 UTC
d2c82f5 Merge pull request #3280 from todd/fix_typings Fix Typescript definitions 04 July 2016, 06:37:20 UTC
d32e72c :bug: Fix Typings 04 July 2016, 06:20:27 UTC
d40760a Build 2.14.0 04 July 2016, 05:01:49 UTC
445f5be Bump version to 2.14.0 04 July 2016, 04:59:57 UTC
7cb51f6 Update changelog for 2.14.0 04 July 2016, 04:59:29 UTC
9c04c82 Remove calendarFormat from moment.fn (its under moment.calendarFormat) 04 July 2016, 03:25:57 UTC
5997543 Merge pull request #3275 from ichernev:ts-2.14.0 Update typescript definitions with 2.14.0 changes 04 July 2016, 03:23:09 UTC
9f7e20b Update typescript definitions with 2.14.0 changes 04 July 2016, 03:19:55 UTC
5fcecb5 Merge pull request #3063 from ichernev:add-member-info Add info on becoming a team member 02 July 2016, 18:19:30 UTC
f271e0c Add info on becoming a team member 02 July 2016, 18:19:30 UTC
d675e20 Merge pull request #3272 from ichernev:fix-af-march Fix Afrikaans March abbr 02 July 2016, 18:12:18 UTC
80e2d89 Fix Afrikaans March abbr 02 July 2016, 18:11:04 UTC
8e081f1 Fix rest of locale comments 26 June 2016, 08:20:05 UTC
4b3fc58 Change locale comments 26 June 2016, 08:16:35 UTC
470490a Merge pull request #3235 from ichernev:fix-locales Use proper locale inheritance for the base locale 20 June 2016, 08:24:28 UTC
f29eaf5 Cleanup day-of-week 20 June 2016, 08:23:21 UTC
081a482 Replace hacks with harder to spot ones 20 June 2016, 08:22:46 UTC
9175f82 Use proper locale inheritance for the base locale Previously english locale was defined mostly in Locale.prototype. Now it's moved in locale config (similar to all other locales) that is merged the same way locales are patched (updated). Fixes #3137 20 June 2016, 08:22:46 UTC
b812d4b Merge pull request #3252 from jasperSpeicher:patch-1 Add weeks to Duration interface 20 June 2016, 08:15:51 UTC
073a475 Add weeks to Duration interface Weeks are part of the spec here: http://momentjs.com/docs/#/durations/weeks/ 20 June 2016, 08:15:51 UTC
a2c9e3e Merge pull request #3244 from jvanoostveen:dts Updated moment.d.ts 20 June 2016, 08:13:53 UTC
474a7f8 Added updateLocale() in the moment namespace. According to the documentation, the locale can also be updated on the global moment, ie. moment.updateLocale(...). 20 June 2016, 08:13:53 UTC
2af5a1e Fixed return type in d.ts file for isDuration. 20 June 2016, 08:13:53 UTC
fb9a5c3 Merge pull request #3082 from dasa:amd-moment Use relative AMD moment dependency 20 June 2016, 08:12:46 UTC
ba4598f Use relative amd moment dependency 20 June 2016, 08:12:46 UTC
5dd306c Merge pull request #3241 from middagj:compute-regex-escape-fix Escape all 24 mixed pieces, not only first 12 in computeMonthsParse 15 June 2016, 09:23:57 UTC
27d25d3 Minor refactor 15 June 2016, 09:23:47 UTC
be2468e Escape all 24 mixed pieces, not only first 12 15 June 2016, 09:23:00 UTC
a4883b5 Merge pull request #3234 from ichernev:fix-mwl-comment Add comment on top of moment-with-locales.js 15 June 2016, 09:20:23 UTC
89fa774 Add comment on top of moment-with-locales.js Fixes #3159 15 June 2016, 09:20:23 UTC
3ec23a5 Merge pull request #3233 from ichernev:mont-is-format-lt Introduce month.isFormat for format/standalone discovery 15 June 2016, 09:18:29 UTC
46500ad Update isFormat to handle Do MMMM as well as MMMM Do 15 June 2016, 09:18:29 UTC
bef8102 Introduce month.isFormat for format/standalone discovery Fixes #3195 15 June 2016, 09:18:29 UTC
79597d1 Merge pull request #3236 from Moeriki:develop add() defaults string specifier to milliseconds 15 June 2016, 03:40:56 UTC
182f778 add() defaults string specifier to milliseconds 15 June 2016, 03:40:56 UTC
800fba5 Merge pull request #3238 from ichernev:fix-empty-obj Handle empty object and empty array for creation as now 15 June 2016, 03:40:15 UTC
761865b Make jscs happy 15 June 2016, 03:40:15 UTC
76fea37 Handle empty object and empty array for creation as now Redo #3111, fix #3085 15 June 2016, 03:40:15 UTC
f01ca7a Merge pull request #3232 from ichernev:neg-0-diff Fix negative 0 in certain diff cases 14 June 2016, 10:11:10 UTC
1682723 Fix negative 0 in certain diff cases Fixes #3227 14 June 2016, 10:11:10 UTC
0a7e286 Merge pull request #3230 from maggiepint:dateWithDateFormat fix passing date with format string to ignore format string 14 June 2016, 10:08:43 UTC
4b05b20 fix passing date with format string to ignore format string 14 June 2016, 10:08:43 UTC
76c0c23 Merge pull request #3213 from david-driscoll:patch-2 Added `type UnitOfTime` 14 June 2016, 10:05:42 UTC
171ce25 Update moment.d.ts 14 June 2016, 10:05:34 UTC
b06f137 Merge pull request #3192 from nickmessing:develop Adding support for rollup import. 14 June 2016, 09:56:44 UTC
fdf307b Adding support for rollup import. 14 June 2016, 09:56:44 UTC
1df38b4 Merge pull request #3191 from jonathathan:develop toDate returns a copy of the internal date object 14 June 2016, 09:49:13 UTC
697203b toDate: remove ternary, add unit test 14 June 2016, 09:49:13 UTC
b4b4efe toDate returns a copy of the internal date object 14 June 2016, 09:49:13 UTC
5f93a8a Merge pull request #3183 from sokolovstas:master Added missing functions to moment.d.ts 14 June 2016, 09:48:15 UTC
81bc463 Added missing functions to moment.d.ts Added missing isSameOrAfter and isSameOrBefore functions to typings 14 June 2016, 09:48:15 UTC
07358ff Merge pull request #3177 from nvdh:bugfix-2704 Bug Fix #2704 - isoWeekday(String) inconsistent with isoWeekday(Number) 14 June 2016, 09:46:48 UTC
f9cd922 Style changes in parseIsoWeekday 14 June 2016, 09:46:33 UTC
2f7af1e Fixes #2704 - isoWeekday(String) inconsistent with isoWeekday(Number) 14 June 2016, 09:25:23 UTC
e3439fa Merge pull request #3175 from maggiepint:calendarExtend make moment calendar extensible with ad-hoc options 14 June 2016, 09:23:52 UTC
0c0f40b make moment calendar extensible with ad-hoc options 14 June 2016, 09:23:52 UTC
3227fff Merge pull request #3160 from maggiepint:deprecateDSTShifted deprecate isDSTShifted 14 June 2016, 09:22:18 UTC
ecefea5 deprecate isDSTShifted 14 June 2016, 09:22:06 UTC
961e277 Merge pull request #3157 from Pephers:develop Add Dominican Republic Spanish (es-do) 14 June 2016, 09:16:40 UTC
92926b0 Add Dominican Republic Spanish (es-do) 14 June 2016, 09:16:40 UTC
4f347ef Merge pull request #3155 from Knagis:develop Fixed Latvian locale - 'After 211 years' 14 June 2016, 09:13:29 UTC
7cacef4 Make jscs happy 14 June 2016, 09:13:21 UTC
7586fa2 Added tests for LV locale 14 June 2016, 09:12:56 UTC
cf8ad4a Fixed Latvian locale - 'After 211 years' 14 June 2016, 09:12:56 UTC
204bf43 Merge pull request #3152 from aijo:thai-month-fixed Fixed short thai months 14 June 2016, 09:09:28 UTC
3195db2 Revert changes to locale/* 14 June 2016, 09:09:17 UTC
cd641f0 Fixed short thai months with unit-test 14 June 2016, 09:08:13 UTC
f0cd1c7 Fixed short thai months 14 June 2016, 09:08:13 UTC
8fa1934 Merge pull request #3147 from generalov:patch-1 Call calendar format function with moment context 14 June 2016, 09:07:31 UTC
f2c17e0 Call calendar format function with moment context What: the code: ``` moment().days(-1000).calendar(null, { sameElse: function() { return '[hoy a la' + ((this.hours() !== 1) ? 's' : '') + '] LT'; } }); ``` Where: on http://momentjs.com/docs/#/displaying/calendar-time/ in the Chrome console. What I got: It raises `Uncaught TypeError: this.hours is not a function` I expected use callback like in the example on http://momentjs.com/docs/#/customization/calendar/ . This PR makes the compatible call with https://github.com/moment/moment/blob/develop/src/lib/locale/calendar.js#L14 14 June 2016, 09:07:31 UTC
6d72a46 Merge pull request #3135 from tomvlk:develop Adding updateLocale and defineLocale to typescript definition. 14 June 2016, 09:06:44 UTC
d961520 Fixing argument type for updateLocale in definition file. 14 June 2016, 09:06:44 UTC
24a7abe Adding updateLocale and defineLocale to typescript definition. 14 June 2016, 09:06:44 UTC
695f070 Drop non-LTS node versions from travis 14 June 2016, 09:05:25 UTC
22c9c34 Merge pull request #3129 from david-driscoll:david-driscoll-patch-1 isDate, isMoment, isDuration as guard methods 14 June 2016, 09:03:19 UTC
7aa8201 isDate, isMoment, isDuration as guard methods 14 June 2016, 09:03:19 UTC
76f8108 Merge pull request #3127 from socketpair:rmofix Fix russian locale regexps 14 June 2016, 09:02:31 UTC
3b6a4aa Fix russian locale regexps 14 June 2016, 09:02:31 UTC
ca51844 Merge pull request #3122 from blakeembrey:update-ts-def Improve `diff` argument name (TS definition) 14 June 2016, 09:01:52 UTC
00af5ea Improve `diff` argument name From discussion in https://github.com/moment/moment/pull/2916/files/f2e45889e5d7522d7a5e8ffd607b783be320cb3c#r60102231 14 June 2016, 09:01:52 UTC
6c65ffa Merge pull request #3119 from hehachris:chris/zh-tw-improvement Chris/zh tw improvement 14 June 2016, 09:00:37 UTC
798a159 Update test cases 14 June 2016, 08:59:57 UTC
aba4cfd Update zh-tw translations 14 June 2016, 08:59:10 UTC
6db3218 Merge pull request #3115 from maggiepint:linkChanges Link changes 14 June 2016, 08:56:24 UTC
46b7f2b update links to direct to guides section 14 June 2016, 08:55:49 UTC
9aed9c5 Merge pull request #3112 from marijaselakovic:develop optimize configFromStringAndFormat 14 June 2016, 08:51:36 UTC
72f57b2 optimize configFromStringAndFormat 14 June 2016, 08:51:35 UTC
00d924a Merge pull request #3008 from maggiepint:objectSetter Object setter orders sets based on size of unit 14 June 2016, 08:26:13 UTC
7f7993d object set ordering 14 June 2016, 08:26:13 UTC
f4ab83e Merge pull request #3237 from ichernev:fix-cs Redo #2997, fix #2016 14 June 2016, 08:25:08 UTC
51d5dc5 Redo #2997, fix #2016 14 June 2016, 08:24:07 UTC
c37aa84 Merge pull request #2848 from numeraltwo:develop Allow user to get/set the rounding method used when calculating relative time 14 June 2016, 08:20:20 UTC
f3cd368 Allow user to get/set the rounding method used when calculating relative time 14 June 2016, 08:20:19 UTC
9b8a187 Merge pull request #3218 from monoblaine:jscs-editing Fix jscs 3.0 errors 12 June 2016, 04:32:16 UTC
df2b9e0 Fix code style errors reported by jscs 07 June 2016, 19:47:58 UTC
5653342 Fix jscs 3.0 error: 'The `esnext` option is enabled by default.' 07 June 2016, 19:46:05 UTC
aea2a89 Include moment.d.ts file in packages (npm) 18 April 2016, 07:41:13 UTC
back to top