https://github.com/moment/moment

sort by:
Revision Author Date Message Commit Date
d6651c2 Build 2.13.0 18 April 2016, 07:29:18 UTC
54ec69a Bump version to 2.13.0 18 April 2016, 07:24:39 UTC
bf914c3 Update changelog for 2.13.0 18 April 2016, 07:23:45 UTC
81859d2 Fix indexOf and Object.keys for IE8 18 April 2016, 06:39:23 UTC
3a3e6cc Merge pull request #2916 from gdi2290:typings-support feat: moment.d.ts TypeScript definition 18 April 2016, 02:39:19 UTC
f339260 Update typescript definitions for 2.13.0 18 April 2016, 02:38:58 UTC
43ddc40 feat: moment.d.ts support for typescript type definition 18 April 2016, 02:20:28 UTC
126c592 Merge pull request #2901 from JunhoKim01:patch-1 Update ko.js 16 April 2016, 08:16:38 UTC
63da4b8 Update ko.js relativeTime 일부 맞춤법 수정 // Correct relativeTime strings based on Korean gramma checker (http://speller.cs.pusan.ac.kr/PnuSpellerISAPI_201504/) 1. 몇초 --> 몇 초 2. 한시간 --> 한 시간 3. 한달 --> 한 달 4. 일년 --> 일 년 Update ko.js #2 Update ko.js #3 remove the changes locale/ko.ks 16 April 2016, 08:16:38 UTC
339b0a2 Merge pull request #3015 from gaplo917:develop Resolve issue #3014 inconsistent relativeTime locale in zh-tw 16 April 2016, 08:13:15 UTC
29e863e Resolve issue #3014 inconsistent relativeTime locale in zh-tw 16 April 2016, 08:13:15 UTC
d1332bc Merge pull request #3023 from sereysethy:develop Fix locale for Khmer - Miss spelling of March 16 April 2016, 08:11:07 UTC
410af94 Fix locale for khmer (km) - miss spelling of March 16 April 2016, 08:11:07 UTC
adb7472 Merge pull request #3024 from talgautb:develop Change months, weekdays to lowercase 16 April 2016, 08:09:58 UTC
200f7db Change months, weekdays to lowercase 16 April 2016, 08:09:58 UTC
a3393d2 Merge pull request #3028 from mj1856:fix-for-3016 Fix issue with DST transition in Chinese locale 16 April 2016, 08:08:48 UTC
7d367f5 Fix issue with DST transition in Chinese locale 16 April 2016, 08:08:48 UTC
e4856c9 Merge pull request #3030 from ksnabb:develop added kl. to the swedish times 16 April 2016, 08:07:20 UTC
2a0738e added kl. to the swedish translations 16 April 2016, 08:07:20 UTC
ba6f5f3 Merge pull request #3070 from Chyngyz:develop Kyrgyz_kg locale support 16 April 2016, 08:05:41 UTC
ea895da Update and rename kg.js to ky.js 16 April 2016, 08:05:41 UTC
a50b6c4 Update and rename kg.js to ky.js Changed to ISO language code (KY) 16 April 2016, 08:05:41 UTC
b1f3e76 Added Kyrgyz_kg locale 16 April 2016, 08:05:41 UTC
3c8ea4d Add exact parsing for weekdays in siswati, rel #3081 16 April 2016, 08:04:40 UTC
a1bd429 Merge pull request #3081 from Nicolaidavies:develop Add siSwati (ss) locale 16 April 2016, 07:48:08 UTC
fbb0dc5 Fix spelling 16 April 2016, 07:48:08 UTC
7c5855e Add siSwati (ss) locale 16 April 2016, 07:48:08 UTC
5df9e18 Merge pull request #3089 from flugger:patch-1 Update norwegian locale 16 April 2016, 07:46:27 UTC
d34aa3d Fix nn locale test 16 April 2016, 07:46:27 UTC
ea85ce1 Update nn locale as well 16 April 2016, 07:46:27 UTC
86760b5 Update locale test 16 April 2016, 07:46:27 UTC
9a4cc03 Change string in nb locale 16 April 2016, 07:46:27 UTC
aaefcb8 Revert change in wrong file 16 April 2016, 07:46:27 UTC
d536c4d Update norwegian locale The "for" is not needed for the sentence to make sense in Norwegian, and this will give the developer the chance to omit the "for" if wanted. This is also more consistent compared to the other locales in this repository. 16 April 2016, 07:46:27 UTC
5a93650 Merge pull request #3098 from lcarva:default-utc-formatting Using Z suffix when in UTC mode (#3020) 16 April 2016, 07:44:53 UTC
c593737 Using Z suffix when in UTC mode (#3020) As described in issue #3020, a moment in UTC mode should be formatted, by default, with the letter Z as a suffix instead of the time zone, +00:00. 16 April 2016, 07:44:53 UTC
6558bdb Merge pull request #3109 from wadahiro:threadsafe_on_server_side Fix #1756 Resolved thread-safe issue on server side. 16 April 2016, 07:43:12 UTC
eb337b9 Fix #1756 Resolved thread-safe issue on server side. 16 April 2016, 07:43:12 UTC
544a059 Merge pull request #2995 from akura-co:develop Using 1000 * 60 * 60 instead of 36e5 to avoid floating point rounding errors 16 April 2016, 07:39:50 UTC
968c44a Added tests for #2978 16 April 2016, 07:39:50 UTC
0cdad3f Using 1000 * 60 * 60 instead of 36e5 to avoid floating point rounding errors 16 April 2016, 07:39:50 UTC
6592ad9 Merge pull request #2955 from stephenreddek:develop Add parsing negative components in durations when ISO 8601 16 April 2016, 07:35:49 UTC
31a3338 added parsing negative components in durations when ISO 8601 16 April 2016, 07:33:30 UTC
5393485 Merge pull request #2982 from datyayu:develop Add 'date' as alias to 'day' for startOf() and endOf(). 16 April 2016, 07:00:14 UTC
bcbd728 Add 'date' as alias to 'day' for startOf() and endOf() 16 April 2016, 07:00:13 UTC
670d6c2 Merge pull request #2991 from dbkirk4211:develop Added inclusivity parameter to isBetween method. 16 April 2016, 06:57:53 UTC
8b4a7ac Refactored isBetween, related to #2991 16 April 2016, 06:57:46 UTC
90efd78 Added inclusivity param to isBetween Method 16 April 2016, 06:54:11 UTC
18d65b9 Merge pull request #3059 from maggiepint:diffNegZero fix bug where diff returns -0 in month-related diffs 16 April 2016, 06:51:51 UTC
9a7c546 fix bug where diff returns -0 in month-related diffs 16 April 2016, 06:51:51 UTC
e52fd3a Merge pull request #3036 from mj1856:set-across-dst Year setter should keep time when DST changes 16 April 2016, 06:50:43 UTC
09397bc Setting year should keep time when offset changes 16 April 2016, 06:50:43 UTC
b2cf25d Merge pull request #3060 from andrewhood125:ps Add pseudo locale (x-pseudo) 16 April 2016, 06:48:04 UTC
74d9a1f Fix x-pseudo test issues 16 April 2016, 06:47:47 UTC
82ddf62 Add pseduo locale (x-pseudo) 16 April 2016, 06:32:57 UTC
16d9750 Add custom month regexes for Russian (fixes #2977) 16 April 2016, 06:30:50 UTC
6c6989e Merge pull request #2977 from socketpair:rufix3 Russian locale: months abbreviation 16 April 2016, 05:59:35 UTC
df479ac Russian locale: Сокращения названий месяцев 16 April 2016, 05:59:35 UTC
486a9db Merge pull request #3102 from not-an-aardvark:kk-format-token Add k and kk formatting tokens 16 April 2016, 05:57:53 UTC
4609376 Add k and kk formatting tokens Fixes #2762 16 April 2016, 05:57:53 UTC
84da7c2 Merge pull request #3093 from moment:timrwood/remove-old-tasks Remove old unused grunt tasks 16 April 2016, 05:56:37 UTC
8a4857e Remove old unused grunt tasks This removes the following grunt tasks. ``` grunt size grunt history grunt embedLocales grunt zones ``` These are all out of date and no longer used. 16 April 2016, 05:56:37 UTC
2749f08 Merge pull request #2877 from topaxi:explict-valueof Use explicit .valueOf() calls instead of coercion 16 April 2016, 05:54:40 UTC
b576d2f Use explicit .valueOf() calls instead of coercion 16 April 2016, 05:54:40 UTC
1a460a9 Merge pull request #3105 from ichernev:add-locale-sorted-weekdays Add localeSorted argument to weekday listers 16 April 2016, 05:51:21 UTC
08b2661 Add localeSorted argument to weekday listers Fixes #2927, redo #3103 16 April 2016, 05:51:21 UTC
e7bb14a Merge pull request #3045 from maggiepint:parsingFlags Expose parsed date parts. Invalid date if 'a' token parsed but no date parts parsed. 16 April 2016, 05:48:55 UTC
421b784 Add parsed date parts array to parsing flags. Add meridiem to parsing flags. Change isValid to cause date to be invalid if only token parsed is meridiem. 16 April 2016, 05:48:54 UTC
41fdb58 Merge pull request #3078 from ichernev:fix-word-parsing Fix parsing for months/weekdays with weird characters 16 April 2016, 05:45:16 UTC
6900cca Enable weekdaysParseExact locale flag to fix weekday parsing on some locales 16 April 2016, 05:45:16 UTC
fc5a352 Add monthStrictParsing to all locales with dots in the names 16 April 2016, 05:45:16 UTC
c2c2472 Merge pull request #3092 from TheAlphaNerd/peg-grunt deps: peg grunt to ~0.4 06 April 2016, 22:46:17 UTC
2a55465 deps: peg grunt to ~0.4 Dev deps cannot pass with grunt > 0.4 1.0 will fail without deps themselves updating. PEgging the grunt dep ensures that npm install will work without error fixes #3091 05 April 2016, 07:31:02 UTC
877405b Merge pull request #3065 from ichernev:no-deprecations-in-tests No deprecations in tests 31 March 2016, 06:45:33 UTC
735d95c Mark unit test deprecations in tests 24 March 2016, 14:29:44 UTC
ef5b7d4 Prepare deprecation checking framework for tests 24 March 2016, 14:21:41 UTC
8906637 Merge pull request #3013 from mj1856:dont-validate-line-endings Don't validate line endings 24 March 2016, 11:39:34 UTC
e5042cf Don't validate line endings Causes excessive warnings when building on windows. 24 March 2016, 11:39:34 UTC
14f3716 Introduce end-of-line normalization 24 March 2016, 11:33:28 UTC
e2a641a Merge pull request #3032 from mj1856:restore-tests-for-1379 Restore unit tests commented out in #1379 24 March 2016, 11:03:38 UTC
ba9cdfe Use iso getters to check the iso setters 24 March 2016, 11:03:29 UTC
46f5f5f Restore unit tests commented out in #1379 24 March 2016, 11:01:31 UTC
69c259e Merge pull request #3034 from mj1856:fix-dst-tests Fix unit test failures during daylight saving time 24 March 2016, 10:57:09 UTC
94a7fcf Remove duplicate tests These are already in zone_switching.js 24 March 2016, 10:57:09 UTC
2e5163d Ignore these tests during DST 24 March 2016, 10:57:09 UTC
8ed930c Fix test for DST 24 March 2016, 10:57:09 UTC
1c2c65a Fix locale-specific unit tests for DST 24 March 2016, 10:57:09 UTC
1930d99 Merge pull request #3038 from mj1856:more-dst-fixes More DST fixes in unit tests 24 March 2016, 10:54:09 UTC
bc41288 Remove duplicate unit test This is already in common-locale.js and runs for all locales 24 March 2016, 10:54:09 UTC
8471736 Keep in UTC to avoid DST issues 24 March 2016, 10:54:09 UTC
476c123 Test mid-day to avoid DST issues 24 March 2016, 10:54:09 UTC
c133161 Merge pull request #3053 from gre:patch-1 Make Documentation link more obvious on npmjs 24 March 2016, 10:45:40 UTC
b9ec704 Update README.md It's a minor feedback, but when you look at the readme on https://www.npmjs.com/package/moment , it's really not obvious that "Documentation" was a link (because it's a title). maybe it's a bug to raise at npmjs itself, but this PR would fix it. 18 March 2016, 10:58:43 UTC
b135bf1 Build 2.12.0 07 March 2016, 09:14:46 UTC
44db95c Bump version to 2.12.0 07 March 2016, 09:13:17 UTC
3e0a6d3 Update changelog for 2.12.0 07 March 2016, 09:12:41 UTC
10e3a20 Merge pull request #3007 from ichernev:bring-back-src Add src without src/test to npm package 07 March 2016, 07:59:53 UTC
94bfeb7 Add src without src/test to npm package 06 March 2016, 09:40:32 UTC
5083c7c Merge pull request #2829 from XueWei:develop Add day marker character for Japanese.(update) 06 March 2016, 09:22:10 UTC
ada5b15 Add day marker character for Japanese.Update test again. 06 March 2016, 09:22:10 UTC
back to top