]>
git.ipfire.org Git - thirdparty/moment.git/log
Félix Bellanger [Thu, 20 Oct 2011 00:54:50 +0000 (02:54 +0200)]
Fixed the "25 days" / "a month" ambiguity
Félix Bellanger [Thu, 20 Oct 2011 00:46:54 +0000 (02:46 +0200)]
Modified french prefix, and fixed tests related to seconds
Félix Bellanger [Wed, 19 Oct 2011 22:14:38 +0000 (00:14 +0200)]
Fixed relative time strings related to seconds to make them more human
Tim Wood [Tue, 18 Oct 2011 20:46:35 +0000 (13:46 -0700)]
Update README.markdown
Tim Wood [Tue, 18 Oct 2011 20:46:17 +0000 (13:46 -0700)]
Update README.markdown
Tim Wood [Tue, 18 Oct 2011 20:44:56 +0000 (13:44 -0700)]
Update README.markdown
Tim Wood [Tue, 18 Oct 2011 16:49:42 +0000 (09:49 -0700)]
Adding version number to namespace and updating version to 1.0.1
Tim Wood [Tue, 18 Oct 2011 16:47:31 +0000 (09:47 -0700)]
Changes to fix unit tests in browser for #25
Tim Wood [Tue, 18 Oct 2011 16:41:47 +0000 (09:41 -0700)]
Merge pull request #25 from spmason/patch-1
Fix for moment not working under browserify
Steve Mason [Tue, 18 Oct 2011 12:37:46 +0000 (14:37 +0200)]
Fix for moment not working under browserify, because "window" is defined here
Tim Wood [Mon, 17 Oct 2011 23:47:19 +0000 (16:47 -0700)]
Adding syntax highlighting to the docs.
Tim Wood [Mon, 17 Oct 2011 20:37:08 +0000 (13:37 -0700)]
Adding filesize of unminified source to build script
Tim Wood [Mon, 17 Oct 2011 20:12:47 +0000 (13:12 -0700)]
Adding to the docs
Tim Wood [Mon, 17 Oct 2011 20:04:07 +0000 (13:04 -0700)]
Removing console.log from moment.lang
Tim Wood [Mon, 17 Oct 2011 20:01:37 +0000 (13:01 -0700)]
Changing npm install to moment
Tim Wood [Mon, 17 Oct 2011 19:58:01 +0000 (12:58 -0700)]
Finishing docs and updating readme for 1.0.0 release
Tim Wood [Mon, 17 Oct 2011 16:43:07 +0000 (09:43 -0700)]
Updating the package.json and docs
Tim Wood [Sun, 16 Oct 2011 18:35:28 +0000 (11:35 -0700)]
Updating styles for docs
Tim Wood [Sun, 16 Oct 2011 17:13:05 +0000 (10:13 -0700)]
Adding docs for parsing and manipulation
Tim Wood [Sat, 15 Oct 2011 01:07:33 +0000 (18:07 -0700)]
Adding to the docs.
Tim Wood [Sat, 15 Oct 2011 00:50:25 +0000 (17:50 -0700)]
Starting to build out proper documentation page
Tim Wood [Sat, 15 Oct 2011 00:22:16 +0000 (17:22 -0700)]
Cleaning up docs a bit for rename
Tim Wood [Sat, 15 Oct 2011 00:17:53 +0000 (17:17 -0700)]
Renaming the library to 'moment'
Tim Wood [Fri, 14 Oct 2011 23:41:49 +0000 (16:41 -0700)]
Adding Italian language unit tests
Tim Wood [Fri, 14 Oct 2011 18:50:53 +0000 (11:50 -0700)]
Adding gzip size report to build script
Tim Wood [Fri, 14 Oct 2011 18:37:41 +0000 (11:37 -0700)]
Adding automatic minified author / version / license comment
Tim Wood [Fri, 14 Oct 2011 18:11:16 +0000 (11:11 -0700)]
Adding _date.native() for issue #24
_date.native() returns the native date object.
Tim Wood [Fri, 14 Oct 2011 17:58:47 +0000 (10:58 -0700)]
Adding support for `_date.add('seconds', 2)`
Added more robustness to the `.add` function. Now you can do all of the
following:
_date.add('s', 1);
_date.add('seconds', 1);
_date.add({s:1});
_date.add({seconds:1});
Tim Wood [Fri, 14 Oct 2011 16:35:23 +0000 (09:35 -0700)]
Adding French unit tests
Changing June and July abbreviated names from 'jui' + 'jui' to 'juin' +
'juil' to differentiate them.
Tim Wood [Fri, 14 Oct 2011 01:03:03 +0000 (18:03 -0700)]
Adding Portuguese unit tests
Tim Wood [Thu, 13 Oct 2011 21:53:51 +0000 (14:53 -0700)]
Changing tests to move all language related tests to language specific test file
Tim Wood [Thu, 13 Oct 2011 18:41:22 +0000 (11:41 -0700)]
Adding minifier in build script for lang files
Now builds `lang/fr.min.js` and `lang/all.min.js`
Tim Wood [Thu, 13 Oct 2011 17:07:38 +0000 (10:07 -0700)]
Changing _date.lang to require lang file if in node and lang not already loaded
Moving lang files to `./lang/` instead of `/underscore.date.lang/`
Tim Wood [Thu, 13 Oct 2011 15:56:59 +0000 (08:56 -0700)]
Renaming test.html to index.html to access tests from timrwood.github.com/test/
Tim Wood [Thu, 13 Oct 2011 05:40:00 +0000 (22:40 -0700)]
Adding convenience methods per #22
Adding `year month date day hour minute second`
Changing internal _date native `Date` object name to `_d` instead of
`date` to avoid collisions with the `_date.fn.date` method.
Tim Wood [Wed, 12 Oct 2011 05:54:52 +0000 (22:54 -0700)]
Adding exposure to UnderscoreDate.prototype through _date.fn
Tim Wood [Wed, 12 Oct 2011 05:35:05 +0000 (22:35 -0700)]
adding diff and removing 'asMilliseconds' from from
Tim Wood [Tue, 11 Oct 2011 23:38:22 +0000 (16:38 -0700)]
Updating to 0.6.1
Adding Portuguese, Italian, and French language support
Updating string arrays to use "Part_Part".split("_") instead of
["Part","Part"]
Tim Wood [Tue, 11 Oct 2011 23:13:48 +0000 (16:13 -0700)]
Adding node_modules to gitignore
Tim Wood [Thu, 6 Oct 2011 16:15:45 +0000 (09:15 -0700)]
Merge pull request #15 from aliem/italian
added italian language
Tim Wood [Thu, 6 Oct 2011 16:14:37 +0000 (09:14 -0700)]
Modified _date.lang example in node to pass correct properties.
Lorenzo Giuliani [Thu, 6 Oct 2011 09:02:14 +0000 (11:02 +0200)]
added italian language
Tim Wood [Wed, 21 Sep 2011 16:49:04 +0000 (09:49 -0700)]
Adding changelog for 0.6.0
Tim Wood [Wed, 21 Sep 2011 16:40:09 +0000 (09:40 -0700)]
Updating version number to 0.6.0
Tim Wood [Wed, 21 Sep 2011 16:38:14 +0000 (09:38 -0700)]
Finalizing home page for 0.6.0
Finishing writing teaser, cleaning up styles
Tim Wood [Wed, 21 Sep 2011 00:39:36 +0000 (17:39 -0700)]
Adding .gitignore
Tim Wood [Wed, 21 Sep 2011 00:35:39 +0000 (17:35 -0700)]
checkpoint for updating home page
reducing duplication of documentation between home page and markdown page
Tim Wood [Sat, 17 Sep 2011 00:47:31 +0000 (17:47 -0700)]
switching to regex based format timezone
Tim Wood [Thu, 15 Sep 2011 19:58:52 +0000 (12:58 -0700)]
updating docs for 0.6.0
Tim Wood [Thu, 15 Sep 2011 19:56:30 +0000 (12:56 -0700)]
updating docs for 0.6.0
Tim Wood [Thu, 15 Sep 2011 05:45:42 +0000 (22:45 -0700)]
Finishing _date.lang addition
Tim Wood [Wed, 14 Sep 2011 19:52:55 +0000 (12:52 -0700)]
adding _date.lang and test cases
_date.lang will allow developers to easily store and switch languages based on keys
Tim Wood [Wed, 14 Sep 2011 16:47:33 +0000 (09:47 -0700)]
Merge branch 'master' of git://github.com/timrwood/underscore.date into dev
Tim Wood [Wed, 14 Sep 2011 16:47:19 +0000 (09:47 -0700)]
Merge pull request #12 from jalex79/master
Create file that suport languages.
Jefferson Alexandrino [Wed, 14 Sep 2011 13:37:35 +0000 (10:37 -0300)]
FIX: readme
Jefferson Alexandrino [Wed, 14 Sep 2011 13:34:33 +0000 (10:34 -0300)]
Changes in Readme to Know hot to change _date
Jefferson Alexandrino [Wed, 14 Sep 2011 13:34:08 +0000 (10:34 -0300)]
Add modifications to portuguese language
Tim Wood [Wed, 7 Sep 2011 21:33:15 +0000 (14:33 -0700)]
_date(input, format) can now accept an array of formats as the second parameter.
Tim Wood [Thu, 1 Sep 2011 21:25:33 +0000 (14:25 -0700)]
moving performance tests to jsperf.com/underscore-date
Tim Wood [Thu, 1 Sep 2011 17:44:11 +0000 (10:44 -0700)]
made some filesize and speed improvements on _date(string, format)
_date(string, format) is now 33% faster and cut out a few kbs in the process.
cleaned up the css styles for the unit tests
Tim Wood [Tue, 23 Aug 2011 17:04:11 +0000 (10:04 -0700)]
updating docs styles
Tim Wood [Wed, 17 Aug 2011 00:00:31 +0000 (17:00 -0700)]
Adapting test suite to work in node as well as the browser
Tim Wood [Mon, 11 Jul 2011 15:57:54 +0000 (08:57 -0700)]
Adding 0.5.2 to the changelog
Tim Wood [Mon, 11 Jul 2011 15:55:51 +0000 (08:55 -0700)]
Adding 0.5.2 to the changelog
Tim Wood [Mon, 11 Jul 2011 15:50:00 +0000 (08:50 -0700)]
cleaning up the rounding on _date.from()
Adding documentation for what text would be shown when.
Fixing '1 minutes ago' bug.
Use Math.round instead of Math.floor for the nearest date.
Tim Wood [Mon, 27 Jun 2011 21:53:48 +0000 (14:53 -0700)]
adding responsive widths for the docs
Tim Wood [Mon, 27 Jun 2011 20:01:35 +0000 (13:01 -0700)]
adding documentation stylings
Tim Wood [Mon, 27 Jun 2011 18:53:58 +0000 (11:53 -0700)]
finishing themed documentation
Tim Wood [Mon, 27 Jun 2011 16:37:50 +0000 (09:37 -0700)]
Merge branch 'gh-pages' of github.com:timrwood/underscore.date into gh-pages
Tim Wood [Mon, 27 Jun 2011 16:37:11 +0000 (09:37 -0700)]
github generated gh-pages branch
Tim Wood [Thu, 23 Jun 2011 22:27:26 +0000 (15:27 -0700)]
fixing an error in the changelog
Tim Wood [Thu, 16 Jun 2011 19:41:45 +0000 (12:41 -0700)]
adding 0.5.1 to npm
Tim Wood [Thu, 16 Jun 2011 19:40:05 +0000 (12:40 -0700)]
fixing bug with underscore mixin and adding tests for underscore mixins
Tim Wood [Thu, 16 Jun 2011 19:38:07 +0000 (12:38 -0700)]
Fixing mixin with underscore
Tim Wood [Thu, 16 Jun 2011 19:37:26 +0000 (12:37 -0700)]
Fixing mixin with underscore
Tim Wood [Thu, 16 Jun 2011 19:36:58 +0000 (12:36 -0700)]
Merge pull request #5 from moll/patch-1
Fixed mixin with Underscore.
Andri Möll [Thu, 16 Jun 2011 18:48:35 +0000 (11:48 -0700)]
Fixed mixin with Underscore.
Tim Wood [Mon, 13 Jun 2011 16:20:29 +0000 (09:20 -0700)]
merging from dev
Tim Wood [Mon, 13 Jun 2011 16:19:19 +0000 (09:19 -0700)]
updating npm and readme for 0.5.0
Tim Wood [Mon, 13 Jun 2011 16:12:14 +0000 (09:12 -0700)]
more work on readme for 0.5.0
Tim Wood [Mon, 13 Jun 2011 16:00:03 +0000 (09:00 -0700)]
Finishing readme
Tim Wood [Thu, 9 Jun 2011 18:06:32 +0000 (11:06 -0700)]
working on readme
Tim Wood [Thu, 9 Jun 2011 17:30:53 +0000 (10:30 -0700)]
working on issue 4 and changes for 0.5.0
Tim Wood [Mon, 9 May 2011 16:14:05 +0000 (09:14 -0700)]
Updating npm package to 0.4.1
Tim Wood [Mon, 9 May 2011 15:46:10 +0000 (08:46 -0700)]
Adding changes to changelog
Tim Wood [Mon, 9 May 2011 15:42:13 +0000 (08:42 -0700)]
Adding documentation for adding date formats for input strings
Tim Wood [Sat, 7 May 2011 00:10:47 +0000 (17:10 -0700)]
adding jshint to build script
Tim Wood [Thu, 5 May 2011 17:19:17 +0000 (10:19 -0700)]
Adding input format for inputting date as string
Tim Wood [Mon, 2 May 2011 18:15:27 +0000 (11:15 -0700)]
updating readme to 0.4.0
Tim Wood [Mon, 2 May 2011 17:55:36 +0000 (10:55 -0700)]
Moved file to top level directory. Updated test html files accordingly
Tim Wood [Mon, 2 May 2011 17:53:27 +0000 (10:53 -0700)]
Added to npm. Removed dependancy on underscore. Now, underscore.date can be used independantly from underscore
Tim Wood [Fri, 8 Apr 2011 22:33:58 +0000 (15:33 -0700)]
typo on updated filesize
Tim Wood [Fri, 8 Apr 2011 22:21:25 +0000 (15:21 -0700)]
stripped a few more bytes off by caching the date.prototype to _DateProto
Tim Wood [Fri, 8 Apr 2011 17:50:03 +0000 (10:50 -0700)]
Added changelog for 0.3.2
Tim Wood [Fri, 8 Apr 2011 17:35:59 +0000 (10:35 -0700)]
fixed some documentation with version number and file size
Tim Wood [Fri, 8 Apr 2011 17:30:52 +0000 (10:30 -0700)]
Added documentation for the addition of _.date().format('z zz'). Changed some parseint math from 'x|0' to '~~x' based of performance results from http://jsperf.com/floor-vs-bitwise-or-vs-parseint/4
Tim Wood [Wed, 6 Apr 2011 00:36:24 +0000 (17:36 -0700)]
removed old _Date.proto.customize code that was commented out
Tim Wood [Wed, 6 Apr 2011 00:33:28 +0000 (17:33 -0700)]
Added Timezone and trimmed off some bytes.
Tim Wood [Fri, 25 Mar 2011 16:04:09 +0000 (09:04 -0700)]
Updating to version 0.3.1
Updating readme and minified version
Tim Wood [Thu, 24 Mar 2011 18:33:44 +0000 (11:33 -0700)]
Added filesize to readme