https://github.com/moment/moment

sort by:
Revision Author Date Message Commit Date
d15943e Minifying 1.6.1 release 26 April 2012, 22:34:45 UTC
906ef6a Merge branch 'hotfix/1.6.1' into develop 26 April 2012, 22:28:15 UTC
95d6a96 Bumping version number for hotfix 26 April 2012, 22:27:37 UTC
22bc122 Emergency patch for 1.6.0 Gah, some commits got overwritten… 26 April 2012, 22:25:12 UTC
5ec9536 Adding readme for 1.6.0 26 April 2012, 20:53:03 UTC
dfaa66c Merge branch 'master' of https://github.com/timrwood/moment 26 April 2012, 16:36:18 UTC
c196bb9 Merging in version 1.6.0 26 April 2012, 16:36:12 UTC
9564ea1 Updating version number to 1.6.0 in preparation for the release. 26 April 2012, 00:20:53 UTC
3de1300 Adding make size-history to compare file size to previous versions 25 April 2012, 01:04:38 UTC
a538306 Fixing bug where moment.utc(isostringwithoutzone) does not parse as utc #275 25 April 2012, 00:17:27 UTC
3271ddc Merging in changes for 1.5.2 23 April 2012, 23:25:34 UTC
26fda75 Fixing swedish grammar #260 23 April 2012, 17:52:06 UTC
d7d9b9d Switching to using durations and moments in add/subtract private function 23 April 2012, 17:40:05 UTC
46b1686 Merging in durations into develop branch 23 April 2012, 17:12:03 UTC
902670a adding ds_store to gitignore 16 April 2012, 18:47:32 UTC
5a40251 Adding tests for eod on utc mode 16 April 2012, 18:47:17 UTC
b518149 Added the asYear, asMonth, etc. getters to Durations 15 April 2012, 09:20:35 UTC
407c948 Instituted bubbling for Durations This is according to the discussion in #265. 15 April 2012, 08:41:21 UTC
d909d28 ensure that you can create durations from an actual duration object 15 April 2012, 06:23:27 UTC
a5bc557 Added getters to the Duration prototype. These can serve as encapsulation to protect from future possible changes in internal representation. 15 April 2012, 06:20:21 UTC
9b56710 Deprecating format tokens `z zz` #227 11 April 2012, 04:01:05 UTC
a932ebe deprecating moment.fn.native #216 11 April 2012, 04:00:33 UTC
e24e543 Fixing merge conflicts with feature/parser branch 11 April 2012, 03:58:24 UTC
6ef3e64 Adding deprecation notes to read me for 1.6.0 11 April 2012, 03:56:05 UTC
c18830e Switching to formatting token regex to save filesize. 11 April 2012, 03:21:40 UTC
681aaa5 Adding millisecond parsing tests 11 April 2012, 03:13:20 UTC
067bb40 Fixing string+formats parsing with new iterative parser 11 April 2012, 03:13:03 UTC
551ea88 Adding millisecond parsing tokens 11 April 2012, 03:12:29 UTC
bac516d Deprecating z/zz removal note 11 April 2012, 03:11:59 UTC
906c669 Renaming some internal variables and functions to be more clear 11 April 2012, 03:10:55 UTC
b8b2306 Shortening parse token regexes 11 April 2012, 03:09:10 UTC
fd8da1c Add a getter for moment.lang() #266 11 April 2012, 02:18:09 UTC
cf27afe Speed improvement tests 10 April 2012, 16:36:13 UTC
78b3713 Passing tests on iterative parser 09 April 2012, 20:35:36 UTC
a789a23 Adding license file 09 April 2012, 17:42:26 UTC
b4cf85f Documenting pull requests 09 April 2012, 16:24:16 UTC
508f794 Starting work on the iterative parser 08 April 2012, 19:48:03 UTC
2daf097 Merge branch 'feature/ender_support' into develop 08 April 2012, 13:52:29 UTC
f7375b2 Simplified the dateAddRemove helper using the Duration object. 07 April 2012, 15:43:56 UTC
004b19b Started on the Duration object feature. moment.duration provides an instantiation method for Duration objects that handles three input types: an Object, key/value, or just milliseconds. I moved the functionality of moment.humanizeDuration to moment.duration.fn.humanize. I left a deprecated moment.humanizeDuration method which relies on moment.duration. moment.fn.from has been updated to use moment.duration. 07 April 2012, 15:05:49 UTC
9820316 Merge branch 'hotfix/1.5.1' 06 April 2012, 01:59:08 UTC
a5b0b71 Merge branch 'hotfix/1.5.1' of https://github.com/timrwood/moment into hotfix/1.5.1 06 April 2012, 01:58:31 UTC
71eda19 Bumping version number to 1.5.1 for a bugfix 06 April 2012, 01:58:27 UTC
9f92c18 Reverting to 1.5.1 state 06 April 2012, 01:54:23 UTC
f8afa2e play nicely within an Ender build 04 April 2012, 04:30:30 UTC
6a5d0d4 Merge branch 'master' of github.com:timrwood/moment 02 April 2012, 15:20:26 UTC
00722f8 Merge pull request #229 from baryon/master I fixed the merge conflicts and updated the jp language file to use the new meridiem function. 02 April 2012, 15:16:44 UTC
8745eb7 Added tests for Korean number months. This is according to #240. 02 April 2012, 15:04:40 UTC
bd3afa6 Merge pull request #246 from hinrik/master Icelandic translation 02 April 2012, 14:36:29 UTC
ceba696 Support for Icelandic 02 April 2012, 06:20:39 UTC
86920d9 Changing unixValueOf to unix and adding unit tests #213 30 March 2012, 17:45:07 UTC
1f4ac69 Merge pull request #213 from exploid/master Add support for creation with unix timestamp in seconds 30 March 2012, 17:37:28 UTC
a327edc Finally adding notes on contributing 30 March 2012, 17:10:01 UTC
0d8bac9 Adding support for formatting milliseconds #214 23 March 2012, 19:08:41 UTC
b34ba94 remove am/AM/pm/PM from meridiem Changing to a function. #222 #228 23 March 2012, 18:43:04 UTC
42d0c81 Removing `isFuture` parameter from `relativeTime` and calculating it manually #226 23 March 2012, 18:41:27 UTC
3935a50 Merge pull request #221 from rockymeza/zh-ordering fixed ordering of longDateFormat for traditional and simplified Chinese 23 March 2012, 17:48:15 UTC
d918b91 Merge pull request #226 from bleadof/master The Finnish translation 23 March 2012, 17:44:26 UTC
a5475f5 Merge pull request #224 from rockymeza/gl-1oclock Fixed one o'clock bug for Galician with calendar. 23 March 2012, 16:50:02 UTC
625f5d6 Fixed 'seitsämän' to 'seitsemän' 23 March 2012, 11:51:02 UTC
b094c70 Added the Finnish translation support. 23 March 2012, 11:39:24 UTC
4e68b0f Added support for isFuture argument for the relativeTime and thus to translations 23 March 2012, 11:38:49 UTC
95ad36b Fixed one o'clock bug for Galician with calendar. I also added a regression test to be able to test this without having to wake up at 1 o'clock in the morning. 23 March 2012, 07:44:39 UTC
a149106 fixed ordering of longDateFormat for traditional and simplified Chinese 23 March 2012, 06:13:16 UTC
d75cdac fixed test case for chinese/japanese 23 March 2012, 01:32:04 UTC
99f6663 add Japanese and fixed chinese 22 March 2012, 02:18:36 UTC
8a5a473 Normalizing unit tests for -05:30 timezone #217 21 March 2012, 18:14:11 UTC
97edd85 Switching to toDate instead of native in all the tests #216 #211 21 March 2012, 17:29:40 UTC
e80e0df Adding unit tests for UTC day of week #212 21 March 2012, 17:07:39 UTC
d3b1fb9 Making ISO8601 parsing regex stricter #215 21 March 2012, 17:01:53 UTC
571f9ba Use round() instead of parseInt() to be consistent. 21 March 2012, 11:55:11 UTC
107268e Add a unixValueOf that returns the unix timestamp in seconds. 21 March 2012, 11:52:33 UTC
0bf01be Formatting tweak. 21 March 2012, 02:52:56 UTC
2d485f9 Add support for creation with unix timestamp in seconds 21 March 2012, 02:47:47 UTC
033ba05 Merge pull request #212 from exploid/master Fixed weekday returned when isUTC date 20 March 2012, 19:10:08 UTC
c14917c Fixed weekday returned when isUTC date. 20 March 2012, 18:52:28 UTC
b9b035a Releasing 1.5.0 19 March 2012, 19:44:13 UTC
eca58dd Building minified languages from changes 19 March 2012, 19:43:59 UTC
d62a1ab Switching to local timezone to fix dst test bug 19 March 2012, 19:10:11 UTC
bdd04dc Merge pull request #205 from hokaccha/ismoment Add `moment.isMoment()` 19 March 2012, 18:23:53 UTC
7da723f Merge pull request #203 from fduch2k/master Correcting day of week forms in localization for .calendar method 19 March 2012, 18:23:05 UTC
5d70aa4 Add `moment.isMoment()` 15 March 2012, 09:50:00 UTC
282f0bb Tests for fixed localization of .calendar method 13 March 2012, 09:49:37 UTC
344207c Fixed order of lastWeek days for Russian language 13 March 2012, 07:33:21 UTC
58ba38a Merge pull request #193 from hsablonniere/lang-fr Fixing french locale Aujourd'hui instead of Ajourd'hui 09 March 2012, 00:08:23 UTC
8c7a659 Merge pull request #191 from suupic/master zh-cn.js fixed 09 March 2012, 00:07:24 UTC
99e21b1 Fixing french locale Aujourd'hui instead of Ajourd'hui 03 March 2012, 14:08:18 UTC
8aa4275 fix some bugs for zh-cn locale 03 March 2012, 05:36:50 UTC
b5787e7 Building lang da changes 02 March 2012, 21:42:45 UTC
552fb09 Adding longDateFormat.LT for da lang file 02 March 2012, 21:41:48 UTC
757dd3f Updating unit tests for different languages #172 02 March 2012, 20:26:09 UTC
41ce1b9 Merge pull request #187 from jllahi/patch-1 Update lang/ca.js 02 March 2012, 19:43:55 UTC
fa6a9bc Rebuilding lang files, renaming zh_CN to zh-cn to follow standard 02 March 2012, 01:07:36 UTC
e4c2b8e Updating readme for 1.4.0 changes 02 March 2012, 01:06:55 UTC
566cf30 Adding humanizeDuration function #178 02 March 2012, 00:57:47 UTC
7e5aa99 Adding disclaimer to failed moment.fn.format('z') in UTC+1 #162 02 March 2012, 00:25:37 UTC
2122ca5 Failing timezone unit tests #188 02 March 2012, 00:19:41 UTC
de853b5 Failing timezone unit tests #185 02 March 2012, 00:18:50 UTC
3e53d19 Adding utc mode #158 02 March 2012, 00:00:22 UTC
83f92a1 Handling empty string null #184 01 March 2012, 23:44:20 UTC
back to top