https://github.com/moment/moment

sort by:
Revision Author Date Message Commit Date
747bb3a Build 2.8.1 01 August 2014, 17:20:20 UTC
9a80710 Bump version to 2.8.1 01 August 2014, 17:19:50 UTC
b7ac162 Add 2.8.1 changelog 01 August 2014, 17:19:24 UTC
96ee96a Merge pull request #1813 from ichernev/bugfix/maintain-lang-original-behavior Fix moment().lang([key]) backwards compatibility broken in 2.8.0. 01 August 2014, 17:17:00 UTC
0c5b586 Make jscs happy 31 July 2014, 18:12:16 UTC
b120862 Fix moment().lang() pre 2.8 behavior 31 July 2014, 18:12:16 UTC
c7521d9 Add failing unit tests asserting old moment().lang(str) behavior 31 July 2014, 18:12:16 UTC
b3f9260 Fix travis npm version bug 31 July 2014, 18:12:02 UTC
a2be05e Build 2.8.0 31 July 2014, 06:06:16 UTC
1710947 Bump version to 2.8.0 31 July 2014, 06:01:24 UTC
3283fa9 Fix Burmese code in comment (mm -> my) 31 July 2014, 05:08:48 UTC
f8eb5c5 Fix Tibetan language code (ti -> bo) 31 July 2014, 05:08:02 UTC
fa4ee2a Add 2.8.0 changelog 31 July 2014, 05:05:34 UTC
bf16388 Add bump_version grunt task 30 July 2014, 06:43:57 UTC
60f59c0 Merge pull request #1808 from ichernev/optimize_clone Optimize clone 30 July 2014, 05:45:14 UTC
059d1c0 Add test for momentProperties and cloning 30 July 2014, 05:30:42 UTC
24fbb01 moar speed 30 July 2014, 05:30:42 UTC
cff0859 optimizing clone first cut 30 July 2014, 05:30:42 UTC
c5bfe50 grunt-jscs-checker renamed to grunt-jscs 30 July 2014, 05:30:05 UTC
ebab696 Merge pull request #1807 from ichernev/fix-remaining-lang Convert 4 remaining languages to locale 30 July 2014, 05:15:23 UTC
1d916a3 Convert 4 remaining languages to locale 30 July 2014, 04:48:42 UTC
34ba8b6 Add a newline at the end of component.json 30 July 2014, 04:38:42 UTC
448066f Add package_json grunt task to update package.json package.json contains a list of locale files, that was manually updated until now. This PR adds a grunt task to update package.json and registers it to run on release. fixes #1766 30 July 2014, 04:36:30 UTC
7105b31 Merge pull request #1784 from 97jaz/develop 25 July 2014, 06:17:15 UTC
19974bc Adds comma between day-of-month and year for en-US locale. Specifically: - LL => 'MMMM D, YYYY' - LLL => 'MMMM D, YYYY LT' - LLLL => ''dddd, MMMM D, YYYY LT' ... and similarly for the lowercase variants. The use of a comma between the day-of-month and year is standard practice in US English. See: - ICU docs [http://demo.icu-project.org/icu-bin/locexp?_=en_US] (under Date & Time Patterns) - Chicago Manual of Style (by way of the Library of Congress) [http://lcweb2.loc.gov/ammem/ndlpedit/handbook/numberdate.html] - Wikipedia [http://en.wikipedia.org/wiki/Date_and_time_notation_in_the_United_States] 25 July 2014, 06:16:26 UTC
ec5c9d2 Merge pull request #1761 from icambron/language_rework s/lang/locale 25 July 2014, 06:05:48 UTC
42af025 fix jsc error 24 July 2014, 22:33:25 UTC
1c7022f fixing tests 24 July 2014, 22:31:06 UTC
b09888a some reverse compatibility 24 July 2014, 22:21:35 UTC
677db20 Fix deprecation warning on moment().locale() 23 July 2014, 04:13:07 UTC
e1394ac defineLocale() now returns the actual locale. Removed tests for the return statement in the locale definitions. 23 July 2014, 03:52:55 UTC
2abf132 Merge pull request #1789 from vajradog/develop Tibetan localization 22 July 2014, 15:16:58 UTC
c541906 fixed spacing 22 July 2014, 03:44:09 UTC
9a1fd2d more changes to calendar next week 22 July 2014, 03:39:26 UTC
216420b fixed more errors and whitespaces 22 July 2014, 03:34:09 UTC
38a61c7 deleted some whitespaces and changed date formatting 22 July 2014, 03:29:42 UTC
a5d7dee corrected some assertions in the Tibetan Localization Date formatting in Tibetan can be a bit tricky 22 July 2014, 03:11:26 UTC
32f47d5 deleted whitespace in Tibetan localization 22 July 2014, 02:37:26 UTC
0549ae2 Tibetan localization 22 July 2014, 02:21:53 UTC
50c3738 Merge pull request #1786 from wernerm/develop Added Afrikaans translation 21 July 2014, 21:08:02 UTC
ac00172 Added Afrikaans language test file 21 July 2014, 20:09:38 UTC
56b46d9 Update af.js 21 July 2014, 20:07:39 UTC
6f00115 Added Afrikaans translation 21 July 2014, 07:19:59 UTC
ef5f151 Merge pull request #1778 from gholadr/develop Myanmar localization 21 July 2014, 02:58:55 UTC
dc53ef7 my support 18 July 2014, 03:22:15 UTC
35dbc13 incorporating ichernev comments 14 July 2014, 05:12:05 UTC
961faff s/lang/locale * Deprecated moment.lang(), moment.langData(), moment#lang, and duration#lang * Added moment.locale(), moment.localeData(), moment#localeData, and druation#localeData * Added moment.defineLocale() that defines a locale but doesn't set it as the global locale (#1750) * Removed the hack in the language concatenator that set the language to English. * Refactored internal code to use moment#localeData instead of local functions, and set the language directly on the moment instance at creation. * Moved all the files and changed the build scripts so that everything lives is named "locale" instead of "lang", e.g. the locale files under the "locale" directory. * I did *not* include build-generated changes like component.json and the concated locale files, but I did inspect them to see that they look right. 14 July 2014, 04:46:19 UTC
2733206 Merge pull request #1763 from icambron/add_subtract_order deprecate pre-2.0 add/subtract 14 July 2014, 04:36:46 UTC
2b76d2b cleanup 14 July 2014, 04:36:16 UTC
26a0127 fix todo 14 July 2014, 04:34:48 UTC
afff296 deprecate pre-2.0 add/subtract 14 July 2014, 04:34:48 UTC
39d416d Merge pull request #1765 from icambron/simplify_readme Simplify readme 14 July 2014, 04:33:24 UTC
83d15ae fixed spelling 14 July 2014, 04:27:55 UTC
3128c63 Merge pull request #1759 from icambron/iso_vs_ISO Change duration.toIsoString to duration.toISOString @changelog @section deprecation @description rename duration.toIsoString to duration.toISOString 08 July 2014, 08:05:51 UTC
79ffebf fixing build 06 July 2014, 18:53:57 UTC
f045892 remove Sauce build from Travis 06 July 2014, 18:51:57 UTC
ea0a05e Merge pull request #1764 from austentalbot/develop Convert double quotes to single quotes in moment.js 06 July 2014, 18:40:15 UTC
3153f83 Merge pull request #1727 from Oire/feature/fix-1657 Fixing Belarusian language 06 July 2014, 18:36:26 UTC
dcf6694 more simplification 06 July 2014, 18:31:05 UTC
2dacad8 Move readme simplification * Rename readme.md to README.md because apparently that's the cool thing to do * Move more stuff into contributing.md. * Make CONTRIBUTING.md a little less yelly because the default branch thing seems to be working. 06 July 2014, 18:24:40 UTC
7147c43 Simplify readme * Move the changelog to its own file * Make badges look like moment-timezone 06 July 2014, 17:52:11 UTC
3aec805 Convert double quotes to single quotes in moment.js 06 July 2014, 17:18:11 UTC
08ff506 Fixing merge conflicts 06 July 2014, 12:28:38 UTC
1c50b98 Fixed tests according to changes in #1642, see @icambron's last comment 06 July 2014, 12:18:44 UTC
fbbd3eb deprecate pre-2.0 add/subtract 06 July 2014, 07:43:11 UTC
8dc55bd Fixing code style errors 05 July 2014, 13:41:02 UTC
5f0b403 Fixing Belarusian language 05 July 2014, 13:41:01 UTC
9e609c0 Change duration.toIsoString to duration.toISOString. Closes #1752 03 July 2014, 21:04:15 UTC
9a0b3b1 Merge pull request #1755 from ichernev/fix-jscs Remove padding newlines in the begining of functions 03 July 2014, 20:42:21 UTC
ea74a71 Remove padding newlines in the begining of functions 03 July 2014, 08:22:22 UTC
8897d25 Improve comments in a few tests 03 July 2014, 07:37:13 UTC
59da1ff Merge pull request #1720 from tentwentyfour/develop simplification of lb.js implementation 01 July 2014, 23:25:53 UTC
b36a84c Merge pull request #1708 from ptbrowne/perf-makeDateFromInput perf(makeDateFromInput): no need to match regex if input is a Date 01 July 2014, 23:06:18 UTC
fcb26e2 Merge pull request #1738 from ichernev/bugfix-zone2 Fix local to utc/zone switching with keepLocalTime option 01 July 2014, 19:08:05 UTC
16dcad1 Fix local to utc/zone switching with keepLocalTime option 26 June 2014, 07:39:19 UTC
3b24dc5 Fixing code style errors 20 June 2014, 09:47:17 UTC
201dba3 Fixing Belarusian language 19 June 2014, 14:50:07 UTC
1271d87 simplification of lb.js implementation 19 June 2014, 10:16:27 UTC
b5c9b3f Merge pull request #1718 from ichernev/jscs-support Jscs support @changelog @section misc @description code style checking with jscs (jshint is only for bug detection) 19 June 2014, 08:55:35 UTC
9fd1c26 All test files pass jscs 19 June 2014, 08:36:56 UTC
f9f3f9f All lang files pass jscs 19 June 2014, 08:36:56 UTC
63e2765 moment.js now passes jscs 19 June 2014, 08:36:56 UTC
973e654 Gruntfile.js now passes jscs 19 June 2014, 08:36:56 UTC
35c0d23 Fix invalid octal number 19 June 2014, 08:36:56 UTC
6a831a4 Add jscs task with options 19 June 2014, 08:36:55 UTC
bc84a17 Merge pull request #1642 from ichernev/fix-humanize Fix humanize @changelog @section bugfix @description use duration object for relative duration strings @breaking relativeTimeThreshold keys are now changed to 's', 'm', 'h', 'd' and 'M'. Also the actual thresholds for changed (46 days is now 1 month, not 2). 19 June 2014, 06:02:11 UTC
e8f8736 Fix korean test label 19 June 2014, 05:32:17 UTC
1dd10e6 Fix language tests 19 June 2014, 05:32:17 UTC
23f37dc Fix moment tests 19 June 2014, 05:32:17 UTC
bcda4cf Fix bugs in humanize and asYears 19 June 2014, 05:32:16 UTC
fea95b1 internal relativeTime now accepts only duration object 19 June 2014, 05:32:16 UTC
af40f1d Use duration object in relativeTime 19 June 2014, 05:32:16 UTC
33e1c68 Better bubbling of days to years in duration 19 June 2014, 04:56:11 UTC
621d98a Implement accurate moment.duration({from, to}) 19 June 2014, 04:56:11 UTC
ebeffba Merge pull request #1716 from jbrockmeyer/getRelativeTimeThreshold_Issue_1715 Fix issue #1715 to retrieve relativeTimeThreshold settings @changelog @section features @description Allow getting relativeTimeThreshold 17 June 2014, 06:43:34 UTC
f4aec82 Runt grunt tests for jbrockmeyer's comit for Issue 1715 16 June 2014, 23:41:00 UTC
34b877a Merge pull request #1710 from Oire/feature/fix-1706 Fixing Lithuanian @changelog @section lang-bugfix @description Fix month name in Italian 15 June 2014, 19:55:15 UTC
2707503 Fixing Lithuanian, see #1706 14 June 2014, 11:11:19 UTC
4f588be style: declare var at top 12 June 2014, 08:42:45 UTC
9acd38f Generate minified/production files 12 June 2014, 07:01:05 UTC
back to top