]> git.ipfire.org Git - thirdparty/moment.git/log
thirdparty/moment.git
11 years agoUse YYYYYY format in iso string for big and negative years 1349/head
Iskren Chernev [Wed, 11 Dec 2013 09:18:48 +0000 (01:18 -0800)] 
Use YYYYYY format in iso string for big and negative years

11 years agoAdd YYYYYY format for iso string
Iskren Chernev [Wed, 11 Dec 2013 09:18:24 +0000 (01:18 -0800)] 
Add YYYYYY format for iso string

11 years agoMerge pull request #1302 from icambron/fix-dst-calendar
Iskren Ivov Chernev [Tue, 26 Nov 2013 21:25:10 +0000 (13:25 -0800)] 
Merge pull request #1302 from icambron/fix-dst-calendar

simplifying diff

11 years agoMerge pull request #1303 from icambron/strict-tokens
Iskren Ivov Chernev [Tue, 26 Nov 2013 21:23:37 +0000 (13:23 -0800)] 
Merge pull request #1303 from icambron/strict-tokens

Strict tokens making strick parsing stricter

11 years agoMerge pull request #1311 from ericstob/develop
Isaac Cambron [Tue, 26 Nov 2013 19:46:15 +0000 (11:46 -0800)] 
Merge pull request #1311 from ericstob/develop

Add quarter 'q' to format string

11 years agochange name of quarterOfYear to quarter 1311/head
Eric Hartford [Tue, 26 Nov 2013 19:37:50 +0000 (11:37 -0800)] 
change name of quarterOfYear to quarter

11 years agoChange quarter format string to upper case Q
Eric Hartford [Tue, 26 Nov 2013 19:18:47 +0000 (11:18 -0800)] 
Change quarter format string to upper case Q

11 years agoAdd quarter 'q' to format string
Eric Hartford [Tue, 26 Nov 2013 18:50:28 +0000 (10:50 -0800)] 
Add quarter 'q' to format string

11 years agofixing JS hint errors for strict-tokens 1303/head
Isaac Cambron [Mon, 25 Nov 2013 17:41:28 +0000 (12:41 -0500)] 
fixing JS hint errors for strict-tokens

11 years agomade tokens strict in strict mode
Isaac Cambron [Mon, 25 Nov 2013 17:39:19 +0000 (12:39 -0500)] 
made tokens strict in strict mode

11 years agosimplifying diff. Fixes #1227 1302/head
Isaac Cambron [Mon, 25 Nov 2013 01:58:03 +0000 (20:58 -0500)] 
simplifying diff. Fixes #1227

11 years agoMerge pull request #1292 from And-re/patch-2
Isaac Cambron [Sat, 23 Nov 2013 20:22:44 +0000 (12:22 -0800)] 
Merge pull request #1292 from And-re/patch-2

Fix plural function for Polish language

11 years agoAdd 2 additional tests for Polish language 1292/head
And-re [Sat, 23 Nov 2013 04:33:13 +0000 (05:33 +0100)] 
Add 2 additional tests for Polish language

11 years agofix conflict between makeGlobal PRs
Isaac Cambron [Fri, 22 Nov 2013 18:48:26 +0000 (13:48 -0500)] 
fix conflict between makeGlobal PRs

11 years agofixing lb linting
Isaac Cambron [Fri, 22 Nov 2013 18:44:34 +0000 (13:44 -0500)] 
fixing lb linting

11 years agoMerge pull request #1264 from ichernev/bugfix/deprecated-export-static-methods
Isaac Cambron [Fri, 22 Nov 2013 18:23:08 +0000 (10:23 -0800)] 
Merge pull request #1264 from ichernev/bugfix/deprecated-export-static-methods

Add all moment static functions to deprecated global export

11 years agoMerge pull request #1296 from maiis/develop
Isaac Cambron [Fri, 22 Nov 2013 17:22:17 +0000 (09:22 -0800)] 
Merge pull request #1296 from maiis/develop

correct the command to install grunt

11 years agocorrect the command to install grunt 1296/head
Emmanuel Vuigner [Fri, 22 Nov 2013 13:13:06 +0000 (13:13 +0000)] 
correct the command to install grunt

11 years agoUpdate tests for Polish language
And-re [Fri, 22 Nov 2013 04:54:54 +0000 (05:54 +0100)] 
Update tests for Polish language

11 years agoMerge pull request #1294 from ichernev/bugfix/iso-format-z
Isaac Cambron [Fri, 22 Nov 2013 01:56:32 +0000 (17:56 -0800)] 
Merge pull request #1294 from ichernev/bugfix/iso-format-z

Handle iso format where Z is prefixed with spaces

11 years agoHandle iso format where Z is prefixed with spaces 1294/head
Iskren Chernev [Fri, 22 Nov 2013 00:02:26 +0000 (16:02 -0800)] 
Handle iso format where Z is prefixed with spaces

In response to #1290

11 years agoMerge pull request #1293 from vafada/develop
Iskren Ivov Chernev [Thu, 21 Nov 2013 23:26:11 +0000 (15:26 -0800)] 
Merge pull request #1293 from vafada/develop

make moment.js compatible with older version of requirejs

11 years agomake moment.js compatible with older version of requirejs 1293/head
Mark Bryan Yu [Thu, 21 Nov 2013 22:33:01 +0000 (17:33 -0500)] 
make moment.js compatible with older version of requirejs

11 years agoFix plural function for Polish language
And-re [Thu, 21 Nov 2013 13:11:51 +0000 (14:11 +0100)] 
Fix plural function for Polish language

Current version:
moment.duration(112, "years").humanize(); // 112 lata
moment.duration(213, "years").humanize(); // 213 lata

New version:
moment.duration(112, "years").humanize(); // 112 lat
moment.duration(213, "years").humanize(); // 213 lat

Real examples:
https://pl.wikipedia.org/wiki/Lista_najstarszych_ludzi_w_Polsce

11 years agoMerge pull request #1282 from ragulka/develop
Isaac Cambron [Wed, 20 Nov 2013 15:48:01 +0000 (07:48 -0800)] 
Merge pull request #1282 from ragulka/develop

Fix & improve estonian locale

11 years agoMerge pull request #1283 from yukulele/patch-1
Isaac Cambron [Tue, 19 Nov 2013 23:34:55 +0000 (15:34 -0800)] 
Merge pull request #1283 from yukulele/patch-1

Update readme.md

11 years agoUpdate readme.md 1283/head
yukulele [Tue, 19 Nov 2013 23:22:14 +0000 (00:22 +0100)] 
Update readme.md

fix wiki syntax error

11 years agoMerge pull request #1280 from st3redstripe/develop
Iskren Ivov Chernev [Tue, 19 Nov 2013 18:23:47 +0000 (10:23 -0800)] 
Merge pull request #1280 from st3redstripe/develop

Ensure module.config() returns an object - for Dojo compat

11 years agoFix & improve estonian locale 1282/head
Illimar Tambek [Tue, 19 Nov 2013 08:19:46 +0000 (10:19 +0200)] 
Fix & improve estonian locale

11 years agoEnsure module.config() returns an object 1280/head
Stephen Bradshaw [Mon, 18 Nov 2013 15:43:06 +0000 (15:43 +0000)] 
Ensure module.config() returns an object

11 years agoMerge pull request #1265 from ichernev/feature/moment-strict-mode-compat
Isaac Cambron [Wed, 13 Nov 2013 20:49:48 +0000 (12:49 -0800)] 
Merge pull request #1265 from ichernev/feature/moment-strict-mode-compat

Properly use global this to export moment

11 years agoProperly use global this to export moment 1265/head
Iskren Chernev [Sat, 9 Nov 2013 17:17:31 +0000 (09:17 -0800)] 
Properly use global this to export moment

This is one issue encountered in strict mode.

Related to #1179

11 years agoAdd all moment static functions to deprecated global export 1264/head
Iskren Chernev [Sat, 9 Nov 2013 17:10:20 +0000 (09:10 -0800)] 
Add all moment static functions to deprecated global export

Fixes #1239

11 years agoMerge pull request #1255 from adelgado/separator-comment-typo
Isaac Cambron [Wed, 6 Nov 2013 18:21:05 +0000 (10:21 -0800)] 
Merge pull request #1255 from adelgado/separator-comment-typo

Fix typo on word 'separator'

11 years agoFix typo on word 'separator' 1255/head
Alessandro Delgado [Wed, 6 Nov 2013 11:29:00 +0000 (12:29 +0100)] 
Fix typo on word 'separator'

11 years agoMerge pull request #1247 from mweimerskirch/lang_lb
Isaac Cambron [Sat, 2 Nov 2013 21:14:06 +0000 (14:14 -0700)] 
Merge pull request #1247 from mweimerskirch/lang_lb

Added Luxembourgish (lb)

11 years agoAdded Luxembourgish (lb) 1247/head
Michel Weimerskirch [Sat, 2 Nov 2013 13:48:14 +0000 (14:48 +0100)] 
Added Luxembourgish (lb)

11 years agoMerge pull request #1246 from tehnicaorg/develop
Isaac Cambron [Sat, 2 Nov 2013 16:34:07 +0000 (09:34 -0700)] 
Merge pull request #1246 from tehnicaorg/develop

Romanian fixes

11 years agoUse English as test output in Romanian test. 1246/head
Andrei Damian-Fekete [Sat, 2 Nov 2013 00:09:17 +0000 (01:09 +0100)] 
Use English as test output in Romanian test.

11 years agoFix Romanian plural names
Andrei Damian-Fekete [Fri, 1 Nov 2013 23:57:58 +0000 (00:57 +0100)] 
Fix Romanian plural names

"Syntactically, when a cardinal number determines a noun and when the number has certain values, the preposition de
(roughly equivalent to of) is inserted between the number name and the modified noun in a way similar to English
hundreds of birds" ( http://en.wikipedia.org/wiki/Romanian_numbers#Preposition_de )

11 years agoFix Romanian Tuesday name.
Andrei Damian-Fekete [Fri, 1 Nov 2013 22:54:31 +0000 (23:54 +0100)] 
Fix Romanian Tuesday name.

Use T-comma instead of T-cedilla.

11 years agoFix Romanian standard date format.
Andrei Damian-Fekete [Fri, 1 Nov 2013 22:53:11 +0000 (23:53 +0100)] 
Fix Romanian standard date format.

Use dot instead of slash.

11 years agoFix Romanian translations.
Andrei Damian-Fekete [Fri, 1 Nov 2013 22:51:03 +0000 (23:51 +0100)] 
Fix Romanian translations.

Lowercase for full and short month names.
Lowercase for full day names.

11 years agoMerge pull request #1243 from ichernev/bugfix/support-moment-add-duration
Isaac Cambron [Thu, 31 Oct 2013 19:28:09 +0000 (12:28 -0700)] 
Merge pull request #1243 from ichernev/bugfix/support-moment-add-duration

Fixed cloning a modified duration

11 years agoFixed cloning a modified duration 1243/head
Iskren Chernev [Thu, 31 Oct 2013 18:30:32 +0000 (11:30 -0700)] 
Fixed cloning a modified duration

Storing the _input for creating a duration doesn't work for cloning when the
original duration is modified, because input no longer corresponds to the new
duration. Instead use the ms, days and month values which uniquely identify
a duration.

This also happens to fix #1242

11 years agoMerge pull request #1238 from jgerigmeyer/develop
Iskren Ivov Chernev [Thu, 31 Oct 2013 17:06:46 +0000 (10:06 -0700)] 
Merge pull request #1238 from jgerigmeyer/develop

Add specific check for "require" in hasModule check.

11 years agoMerge pull request #1240 from YannickL/develop
Iskren Ivov Chernev [Thu, 31 Oct 2013 17:04:39 +0000 (10:04 -0700)] 
Merge pull request #1240 from YannickL/develop

Fix albanian translation

11 years ago[UPDATE] Albanian Tests 1240/head
Yannick Loriot [Wed, 30 Oct 2013 15:33:14 +0000 (16:33 +0100)] 
[UPDATE] Albanian Tests

11 years agoMerge branch 'develop' of https://github.com/moment/moment into develop
Yannick Loriot [Wed, 30 Oct 2013 15:27:43 +0000 (16:27 +0100)] 
Merge branch 'develop' of https://github.com/moment/moment into develop

11 years ago[FIX] Albanian translation
Yannick Loriot [Wed, 30 Oct 2013 13:26:30 +0000 (14:26 +0100)] 
[FIX] Albanian translation

11 years agoAdd specific check for "require" in hasModule check (fixes bug when using with QUnit). 1238/head
Jonny Gerig Meyer [Wed, 30 Oct 2013 00:01:24 +0000 (18:01 -0600)] 
Add specific check for "require" in hasModule check (fixes bug when using with QUnit).

11 years agoMerge pull request #1224 from zenozeng/develop
Isaac Cambron [Sun, 27 Oct 2013 03:25:22 +0000 (20:25 -0700)] 
Merge pull request #1224 from zenozeng/develop

update test/lang/zh-cn.js, skip next week test if target is tomorrow

11 years agoupdate test/lang/zh-cn.js, skip next week test if target is tomorrow 1224/head
Zeno Zeng [Sun, 27 Oct 2013 02:54:13 +0000 (10:54 +0800)] 
update test/lang/zh-cn.js, skip next week test if target is tomorrow

11 years agoBumping version to 2.4.0 2.4.0
Iskren Chernev [Sun, 27 Oct 2013 02:25:24 +0000 (19:25 -0700)] 
Bumping version to 2.4.0

11 years agoFix globally-exporter wrapper
Iskren Chernev [Sun, 27 Oct 2013 02:18:03 +0000 (19:18 -0700)] 
Fix globally-exporter wrapper

11 years agoMerge pull request #1220 from ichernev/deprecate-global
Isaac Cambron [Sat, 26 Oct 2013 19:56:53 +0000 (12:56 -0700)] 
Merge pull request #1220 from ichernev/deprecate-global

Deprecate use of globally exported moment in case of AMD and CommonJS

11 years agoDeprecate use of globally exported moment in case of AMD and CommonJS 1220/head
Iskren Chernev [Sat, 26 Oct 2013 07:08:38 +0000 (00:08 -0700)] 
Deprecate use of globally exported moment in case of AMD and CommonJS

This is discussed in #1214. If moment is exported as a global in AMD or
CommonJS print a warning once the global is used.

11 years agoMerge pull request #1219 from ichernev/bugfix/ie8-fixes
Iskren Ivov Chernev [Sat, 26 Oct 2013 06:08:50 +0000 (23:08 -0700)] 
Merge pull request #1219 from ichernev/bugfix/ie8-fixes

Removed forEach from format tests

11 years agoRemoved forEach from format tests 1219/head
Iskren Chernev [Fri, 25 Oct 2013 06:36:29 +0000 (23:36 -0700)] 
Removed forEach from format tests

11 years agoMerge pull request #1195 from jarosluv/develop
Isaac Cambron [Fri, 25 Oct 2013 20:25:54 +0000 (13:25 -0700)] 
Merge pull request #1195 from jarosluv/develop

Modified regular expressions for support wrapping in tags.

11 years agoMerge remote-tracking branch 'origin/develop' into develop 1195/head
jarosluv [Fri, 25 Oct 2013 20:04:23 +0000 (00:04 +0400)] 
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
lang/ru.js

11 years agoModified regular expressions for correct formatting of grammatical cases in Russian...
jarosluv [Wed, 16 Oct 2013 10:53:21 +0000 (14:53 +0400)] 
Modified regular expressions for correct formatting of grammatical cases in Russian language. Escaped symbols doesn't affect the correct format of grammatical cases in pattern 'D[oD]? MMMM?'.

11 years agoMerge pull request #1217 from hjdivad/bugfix-tolerate-mock-dates
Isaac Cambron [Fri, 25 Oct 2013 01:44:32 +0000 (18:44 -0700)] 
Merge pull request #1217 from hjdivad/bugfix-tolerate-mock-dates

Fix regression re: support for mock dates.

11 years agoFix regression re: support for mock dates. 1217/head
David J. Hamilton [Thu, 24 Oct 2013 23:13:42 +0000 (16:13 -0700)] 
Fix regression re: support for mock dates.

`moment(input)` needs to determine if `input` is a date.  The mechanism for
doing this was changed in ab7824f1dcca22bdb8b73f7f98cf660305a73211 to deal with
issue #1084, namely that in a node REPL `globals.Date` may not be the same
`Date` used by moment.

However, this prevents users from changing `Date`, for example by mocking it via
something like [Timecop.js](https://github.com/jamesarosen/Timecop.js).

This commit makes date checking lenient enough to handle both cases.

11 years agoMerge pull request #1215 from robgallen/develop
Isaac Cambron [Thu, 24 Oct 2013 18:51:42 +0000 (11:51 -0700)] 
Merge pull request #1215 from robgallen/develop

Welsh language support

11 years agoUpdate and rename cy-gb.js to cy.js 1215/head
Robert Allen [Thu, 24 Oct 2013 18:45:49 +0000 (19:45 +0100)] 
Update and rename cy-gb.js to cy.js

11 years agoUpdate and rename cy-gb.js to cy.js
Robert Allen [Thu, 24 Oct 2013 18:45:00 +0000 (19:45 +0100)] 
Update and rename cy-gb.js to cy.js

11 years agoWelsh translation tests
Robert Allen [Thu, 24 Oct 2013 15:55:50 +0000 (16:55 +0100)] 
Welsh translation tests

11 years agoWelsh translations
Robert Allen [Thu, 24 Oct 2013 15:55:15 +0000 (16:55 +0100)] 
Welsh translations

11 years agofix spelling error in tagalog test
Isaac Cambron [Thu, 24 Oct 2013 15:01:09 +0000 (11:01 -0400)] 
fix spelling error in tagalog test

11 years agoadding missing semicolons
Isaac Cambron [Thu, 24 Oct 2013 14:58:49 +0000 (10:58 -0400)] 
adding missing semicolons

11 years agoMerge pull request #1212 from ichernev/bugfix/iso-is-valid-tests
Isaac Cambron [Thu, 24 Oct 2013 14:51:28 +0000 (07:51 -0700)] 
Merge pull request #1212 from ichernev/bugfix/iso-is-valid-tests

Fixed iso is_valid tests

11 years agoMerge pull request #1213 from ichernev/bugfix/allow-arbitrary-ms-iso-format
Isaac Cambron [Thu, 24 Oct 2013 14:51:11 +0000 (07:51 -0700)] 
Merge pull request #1213 from ichernev/bugfix/allow-arbitrary-ms-iso-format

Allow arbitrary number of milliseconds in iso format

11 years agoFixed iso is_valid tests 1212/head
Iskren Chernev [Thu, 24 Oct 2013 09:12:46 +0000 (02:12 -0700)] 
Fixed iso is_valid tests

In iso date-time format time is always separated by date with 'T', so make sure
all tests that expect to go through the iso parser have a 'T'.

11 years agoAllow arbitrary number of milliseconds in iso format 1213/head
Iskren Chernev [Thu, 24 Oct 2013 09:09:59 +0000 (02:09 -0700)] 
Allow arbitrary number of milliseconds in iso format

According to the standard (I'm not sure actually), arbitrary number of
subsecond precision digits can be specified. Read all of those and ignore
everything after the third. This makes sure that iso formats actualy consume
the whole string.

11 years agoMerge pull request #1206 from ragnar123/momentjs-faroese
Isaac Cambron [Wed, 23 Oct 2013 19:28:06 +0000 (12:28 -0700)] 
Merge pull request #1206 from ragnar123/momentjs-faroese

Moment faroese language

11 years agoFixed I/Í issue (fo-locale) 1206/head
Ragnar Johannesen [Wed, 23 Oct 2013 08:55:56 +0000 (09:55 +0100)] 
Fixed I/Í issue (fo-locale)

11 years agoAdded faroese language
Ragnar Johannesen [Wed, 23 Oct 2013 08:51:18 +0000 (09:51 +0100)] 
Added faroese language

11 years agoMerge pull request #1197 from hagmandan/cldr
Isaac Cambron [Fri, 18 Oct 2013 22:38:20 +0000 (15:38 -0700)] 
Merge pull request #1197 from hagmandan/cldr

Added tagalog support

11 years agoupdated test file 1197/head
Dan Hagman [Fri, 18 Oct 2013 17:31:03 +0000 (10:31 -0700)] 
updated test file

11 years agoadded tagalog support
Daniel Hagman [Wed, 16 Oct 2013 23:24:07 +0000 (16:24 -0700)] 
added tagalog support

11 years agoModified regular expressions for support wrapping in tags.
jarosluv [Wed, 16 Oct 2013 10:53:21 +0000 (14:53 +0400)] 
Modified regular expressions for support wrapping in tags.

11 years agoadded tl-ph for tagalog
Daniel Hagman [Tue, 15 Oct 2013 22:34:07 +0000 (15:34 -0700)] 
added tl-ph for tagalog

11 years agoMerge pull request #1187 from icambron/fix-trailing-z
Iskren Ivov Chernev [Tue, 15 Oct 2013 04:24:44 +0000 (21:24 -0700)] 
Merge pull request #1187 from icambron/fix-trailing-z

fixes for Z in ISO parser

11 years agoMerge branch 'develop' of github.com:moment/moment into fix-trailing-z 1187/head
Isaac Cambron [Mon, 14 Oct 2013 17:39:54 +0000 (13:39 -0400)] 
Merge branch 'develop' of github.com:moment/moment into fix-trailing-z

11 years agoMerge pull request #1188 from zenozeng/develop
Isaac Cambron [Mon, 14 Oct 2013 17:31:29 +0000 (10:31 -0700)] 
Merge pull request #1188 from zenozeng/develop

Update test/lang/zh-cn.js, Fixes #1184

11 years agoFixes #1184 1188/head
Zeno Zeng [Mon, 14 Oct 2013 14:42:03 +0000 (22:42 +0800)] 
Fixes #1184

11 years agofixes for Z in ISO parser
Isaac Cambron [Mon, 14 Oct 2013 08:28:35 +0000 (04:28 -0400)] 
fixes for Z in ISO parser

11 years agoMerge pull request #1185 from ichernev/bugfix/do-not-handle-ampm-end-of-iso
Isaac Cambron [Mon, 14 Oct 2013 07:39:40 +0000 (00:39 -0700)] 
Merge pull request #1185 from ichernev/bugfix/do-not-handle-ampm-end-of-iso

Another breaking test because of stricter iso parser

11 years agoAnother breaking test because of stricter iso parser 1185/head
Iskren Chernev [Mon, 14 Oct 2013 07:30:41 +0000 (00:30 -0700)] 
Another breaking test because of stricter iso parser

This time there is am added at the end, which was never parsed as part of iso
format, so if it was pm it would result in a wrong parse.

Deleting this test. Docs don't say this is possible, right :)

11 years agoMerge pull request #1183 from ichernev/bugfix/utc-at-end-of-iso-format
Isaac Cambron [Mon, 14 Oct 2013 07:06:52 +0000 (00:06 -0700)] 
Merge pull request #1183 from ichernev/bugfix/utc-at-end-of-iso-format

Removed a failing iso-format parsing test

11 years agoRemoved a failing iso-format parsing test 1183/head
Iskren Chernev [Mon, 14 Oct 2013 07:01:42 +0000 (00:01 -0700)] 
Removed a failing iso-format parsing test

One of the things that is broken on Android is "including a trailing UTC in the
input should work", which is a test added a long time ago, that used the fact
that ISO format matched beginning of string.

So right now this test goes through Date, which is different on regular vs
mobile browser. Also adding UTC at the end doesn't make it parse a UTC date, so
its misleading to say the least.

I think removing the test makes the most sense in this case. The behavior (of
adding UTC at the end is not documented, so shouldn't break legitimate code).

11 years agoMerge branch 'develop' of github.com:zenozeng/moment into zenozeng-develop
Iskren Chernev [Sun, 13 Oct 2013 08:48:39 +0000 (01:48 -0700)] 
Merge branch 'develop' of github.com:zenozeng/moment into zenozeng-develop

Conflicts:
lang/zh-cn.js

11 years agoRemoved scripts reset in tasks/component.js
Iskren Chernev [Sun, 13 Oct 2013 08:40:09 +0000 (01:40 -0700)] 
Removed scripts reset in tasks/component.js

11 years agoMerge pull request #1172 from wejendorp/develop
Iskren Ivov Chernev [Sun, 13 Oct 2013 08:39:11 +0000 (01:39 -0700)] 
Merge pull request #1172 from wejendorp/develop

Fixes component.json generator

11 years agoMerge pull request #1177 from icambron/language-test-module-check
Iskren Ivov Chernev [Sun, 13 Oct 2013 08:37:55 +0000 (01:37 -0700)] 
Merge pull request #1177 from icambron/language-test-module-check

repairing language tests

11 years agorepairing language tests 1177/head
Isaac Cambron [Wed, 9 Oct 2013 16:26:19 +0000 (12:26 -0400)] 
repairing language tests

11 years agoAdded changelog in readme for 2.3.1
Iskren Chernev [Wed, 9 Oct 2013 02:57:54 +0000 (19:57 -0700)] 
Added changelog in readme for 2.3.1

11 years agoBumping version to 2.3.1 2.3.1
Iskren Chernev [Wed, 9 Oct 2013 02:37:08 +0000 (06:37 +0400)] 
Bumping version to 2.3.1

11 years agoMerge pull request #1171 from icambron/month-zero
Iskren Ivov Chernev [Wed, 9 Oct 2013 02:33:27 +0000 (19:33 -0700)] 
Merge pull request #1171 from icambron/month-zero

fix zero index for months() and weekdays()