]> git.ipfire.org Git - thirdparty/moment.git/log
thirdparty/moment.git
7 years agorevert locale fallbacks in require, re-add react native aliasing maggie/fixBuild 4232/head
Maggie Pint [Wed, 11 Oct 2017 14:53:49 +0000 (07:53 -0700)] 
revert locale fallbacks in require, re-add react native aliasing

7 years agoMerge pull request #4226 from ichernev:revert-package-json-es6
Iskren Chernev [Tue, 10 Oct 2017 23:21:38 +0000 (02:21 +0300)] 
Merge pull request #4226 from ichernev:revert-package-json-es6

[critical] Revert "jsnext:main -> module (#3904)", fixes #4216

7 years agoRevert "jsnext:main -> module (#3904)" 4226/head
Iskren Chernev [Tue, 10 Oct 2017 23:18:37 +0000 (02:18 +0300)] 
Revert "jsnext:main -> module (#3904)"

This reverts commit aea6a97463521ebadae2f0c53536f36768ddee0d.

7 years agoMerge pull request #4225 from ichernev:revert-require-rename
Iskren Chernev [Tue, 10 Oct 2017 22:28:08 +0000 (01:28 +0300)] 
Merge pull request #4225 from ichernev:revert-require-rename

[critical] Revert require rename, fixes #4216

7 years agoRevert "Rename dynamic require to avoid React Native crash" 4225/head
Iskren Chernev [Tue, 10 Oct 2017 22:24:39 +0000 (01:24 +0300)] 
Revert "Rename dynamic require to avoid React Native crash"

This reverts commit 6a230ae3b574417945b9d7bf459e296eb2585935.

7 years agoRevert "Move require rename inside try/catch"
Iskren Chernev [Tue, 10 Oct 2017 08:22:33 +0000 (11:22 +0300)] 
Revert "Move require rename inside try/catch"

This reverts commit 79e9131fdab17d0afe4211b068a353b2bb5749b5.

7 years agoBuild 2.19.0 2.19.0
Iskren Chernev [Tue, 10 Oct 2017 09:33:37 +0000 (12:33 +0300)] 
Build 2.19.0

7 years agoBump version to 2.19.0
Iskren Chernev [Tue, 10 Oct 2017 09:25:00 +0000 (12:25 +0300)] 
Bump version to 2.19.0

7 years agoUpdate changelog for 2.19.0
Iskren Chernev [Tue, 10 Oct 2017 09:24:20 +0000 (12:24 +0300)] 
Update changelog for 2.19.0

7 years agoMerge pull request #4215 from ichernev:ts-duration-clone
Iskren Chernev [Tue, 10 Oct 2017 09:07:44 +0000 (12:07 +0300)] 
Merge pull request #4215 from ichernev:ts-duration-clone

[misc] TS: Add duration.clone(), for #4080

7 years agoAdd duration clone to TS 4215/head
Iskren Chernev [Tue, 10 Oct 2017 09:05:10 +0000 (12:05 +0300)] 
Add duration clone to TS

7 years agoMerge pull request #4214 from ichernev:fixup-react-native-p2
Iskren Chernev [Tue, 10 Oct 2017 08:30:16 +0000 (11:30 +0300)] 
Merge pull request #4214 from ichernev:fixup-react-native-p2

[critical] Move require rename inside try/catch

7 years agoMove require rename inside try/catch 4214/head
Iskren Chernev [Tue, 10 Oct 2017 08:22:33 +0000 (11:22 +0300)] 
Move require rename inside try/catch

7 years agoMerge pull request #4213 from ichernev:fix-react-native
Iskren Chernev [Tue, 10 Oct 2017 06:32:37 +0000 (09:32 +0300)] 
Merge pull request #4213 from ichernev:fix-react-native

[critical] Rename dynamic require to avoid React Native crash

7 years agoRename dynamic require to avoid React Native crash 4213/head
Iskren Chernev [Mon, 9 Oct 2017 23:16:08 +0000 (02:16 +0300)] 
Rename dynamic require to avoid React Native crash

7 years agoMerge pull request #4199 from Joddsson:fix-year-setter-for-leap-years
Iskren Chernev [Mon, 9 Oct 2017 23:01:34 +0000 (02:01 +0300)] 
Merge pull request #4199 from Joddsson:fix-year-setter-for-leap-years

[bugfix] Fix year setter on leap years, fixes #4024

7 years agoSetting year from feb 29 on leap year to a non leap year returned mar 1.
Ívar Oddsson [Tue, 3 Oct 2017 01:04:39 +0000 (01:04 +0000)] 
Setting year from feb 29 on leap year to a non leap year returned mar 1.

7 years agoMerge pull request #4131 from mikeparas:mismatch-weekday
Iskren Chernev [Mon, 9 Oct 2017 22:52:21 +0000 (01:52 +0300)] 
Merge pull request #4131 from mikeparas:mismatch-weekday

[bugfix] Fix day-of-week validation, fixes #4112

7 years agoFix code style error
Mike Paras [Sat, 19 Aug 2017 17:51:21 +0000 (10:51 -0700)] 
Fix code style error

7 years agoUpdate tests for mismatching weekday
Mike Paras [Sat, 19 Aug 2017 17:43:22 +0000 (10:43 -0700)] 
Update tests for mismatching weekday

* Add test to parsing_flags test module
* Reword assertion messages

7 years agoFix day-of-week validation (issue #4112)
Mike Paras [Sat, 19 Aug 2017 01:51:41 +0000 (18:51 -0700)] 
Fix day-of-week validation (issue #4112)

* Check that day-of-week matches parsed date in configFromArray
* Add tests

7 years agoMerge pull request #4062 from ashsearle:fix/3960
Iskren Chernev [Mon, 9 Oct 2017 22:47:31 +0000 (01:47 +0300)] 
Merge pull request #4062 from ashsearle:fix/3960

[bugfix] duration toString with mixed signs, fixes #3960

7 years agoFFS
Ash Searle [Tue, 8 Aug 2017 08:30:19 +0000 (09:30 +0100)] 
FFS

7 years agoUse strict operator
Ash Searle [Tue, 8 Aug 2017 08:19:32 +0000 (09:19 +0100)] 
Use strict operator

7 years agoRewrite for clarity, and add more unit tests
Ash Searle [Tue, 8 Aug 2017 08:06:11 +0000 (09:06 +0100)] 
Rewrite for clarity, and add more unit tests

7 years agoFix: Math.sign isn't supported by IE
Ash Searle [Tue, 8 Aug 2017 07:55:02 +0000 (08:55 +0100)] 
Fix: Math.sign isn't supported by IE

7 years agoFix toString for durations with mixed sign
Ash Searle [Tue, 11 Jul 2017 18:31:02 +0000 (19:31 +0100)] 
Fix toString for durations with mixed sign

7 years agoMerge pull request #4063 from ashsearle/fix/3997
Isaac Cambron [Mon, 9 Oct 2017 22:32:26 +0000 (18:32 -0400)] 
Merge pull request #4063 from ashsearle/fix/3997

[bugfix] Add duration fields in month, day, time order, fixes #3997

7 years agoMerge pull request #4146 from ashsearle/fix/4145
Isaac Cambron [Mon, 9 Oct 2017 22:31:38 +0000 (18:31 -0400)] 
Merge pull request #4146 from ashsearle/fix/4145

Fix #4145: floating-point errors in ISO duration format

7 years agoReimplement fix: minimize and simplify change. 4146/head
Ash Searle [Wed, 30 Aug 2017 08:02:22 +0000 (09:02 +0100)] 
Reimplement fix: minimize and simplify change.

7 years agoFix v2: Some numbers still led to floating-point errors
Ash Searle [Wed, 30 Aug 2017 07:53:41 +0000 (08:53 +0100)] 
Fix v2: Some numbers still led to floating-point errors

7 years agoFix #4145: floating-point errors in ISO duration format
Ash Searle [Tue, 29 Aug 2017 18:54:07 +0000 (19:54 +0100)] 
Fix #4145: floating-point errors in ISO duration format

7 years agoMerge pull request #4093 from JimiHFord:patch-1
Iskren Chernev [Wed, 9 Aug 2017 12:31:19 +0000 (15:31 +0300)] 
Merge pull request #4093 from JimiHFord:patch-1

[misc] Whitespace changes

7 years agoimprove formatting
Jimi Ford [Mon, 31 Jul 2017 18:35:21 +0000 (14:35 -0400)] 
improve formatting

7 years agoMerge pull request #4088 from keirog:develop
Iskren Chernev [Wed, 9 Aug 2017 12:29:12 +0000 (15:29 +0300)] 
Merge pull request #4088 from keirog:develop

[misc] Fix typo in comment

7 years agoAdd missing word to comment
Keith Rogers [Thu, 27 Jul 2017 23:38:40 +0000 (00:38 +0100)] 
Add missing word to comment

7 years agoMerge pull request #3839 from FourwingsY:develop
Iskren Chernev [Wed, 9 Aug 2017 12:03:03 +0000 (15:03 +0300)] 
Merge pull request #3839 from FourwingsY:develop

[locale] ko: Update ordinal format

7 years agondo the changes to locale/ko.js
FourwingsY [Tue, 8 Aug 2017 01:30:37 +0000 (10:30 +0900)] 
ndo the changes to locale/ko.js

its autogenerated

7 years agofix ordinalMonth testing
FourwingsY [Thu, 3 Aug 2017 16:28:07 +0000 (01:28 +0900)] 
fix ordinalMonth testing

7 years agoupdate ko.js weekly ordering test
FourwingsY [Thu, 3 Aug 2017 14:53:24 +0000 (23:53 +0900)] 
update ko.js weekly ordering test

7 years agoupdate src/locale/ko.js
FourwingsY [Thu, 3 Aug 2017 14:52:34 +0000 (23:52 +0900)] 
update src/locale/ko.js

7 years agoupdate ordinal format in korean locale
양현석 [Wed, 15 Mar 2017 10:03:28 +0000 (19:03 +0900)] 
update ordinal format in korean locale

almost copied from zh-cn.js

7 years agoMerge pull request #3930 from kkopanidis:fix1
Iskren Chernev [Wed, 9 Aug 2017 11:58:46 +0000 (14:58 +0300)] 
Merge pull request #3930 from kkopanidis:fix1

[locale] es-do: Update month parsing to be dot lenient, fixes #3629

7 years agoAdd strict parsing test for es-do
Iskren Chernev [Wed, 9 Aug 2017 11:57:55 +0000 (14:57 +0300)] 
Add strict parsing test for es-do

7 years ago- Changed test
kostas [Thu, 18 May 2017 13:50:59 +0000 (16:50 +0300)] 
- Changed test

7 years ago- Changed test
kostas [Sun, 14 May 2017 14:28:47 +0000 (17:28 +0300)] 
- Changed test

7 years agoRevert: - Fixing issue #3132
kostas [Tue, 9 May 2017 08:51:55 +0000 (11:51 +0300)] 
Revert: - Fixing issue #3132

7 years ago- Fixing issue #3132
kostas [Tue, 9 May 2017 08:45:52 +0000 (11:45 +0300)] 
- Fixing issue #3132

7 years ago- Fixing
kostas [Wed, 26 Apr 2017 22:57:48 +0000 (01:57 +0300)] 
- Fixing

7 years agoMerge pull request #4108 from ichernev:fixup-rfc2822
Iskren Chernev [Wed, 9 Aug 2017 11:54:06 +0000 (14:54 +0300)] 
Merge pull request #4108 from ichernev:fixup-rfc2822

[fixup] Fix RFC2822 rewrite, fixes #4077

7 years agoMake jshint happy 4108/head
Iskren Chernev [Wed, 9 Aug 2017 11:41:45 +0000 (14:41 +0300)] 
Make jshint happy

7 years agoFix rfc2822 multiple issues
Iskren Chernev [Mon, 7 Aug 2017 21:38:17 +0000 (00:38 +0300)] 
Fix rfc2822 multiple issues

7 years agoMerge pull request #4034 from ovangle:fix/4033
Iskren Chernev [Mon, 7 Aug 2017 19:21:02 +0000 (22:21 +0300)] 
Merge pull request #4034 from ovangle:fix/4033

[misc] TS: Add specs & tests for moment.RFC_2822

7 years agoAdd typescript declaration for moment.RFC_2822
Thomas Stephenson [Sat, 24 Jun 2017 13:56:53 +0000 (23:56 +1000)] 
Add typescript declaration for moment.RFC_2822

7 years agoMerge pull request #4042 from ovangle:fix-4031
Iskren Chernev [Mon, 7 Aug 2017 19:17:08 +0000 (22:17 +0300)] 
Merge pull request #4042 from ovangle:fix-4031

[bugfix] Make auto locale loading for node not mess webpack, fixes #4031, #2979, #3872

7 years agoFix #4031 - Missing ES6 module during tree shaking
Thomas Stephenson [Tue, 27 Jun 2017 12:36:07 +0000 (22:36 +1000)] 
Fix #4031 - Missing ES6 module during tree shaking

Cannot import the locale relatively, since the code exists
in a different location in the bundled ES5 module than it
does in ES6.

In order to run tests locally (where the external 'moment'
library can't be loaded), fall back to using the relative import.

7 years agoMerge pull request #4058 from waclawjacek:pl_next_week_day_declension
Iskren Chernev [Mon, 7 Aug 2017 19:13:54 +0000 (22:13 +0300)] 
Merge pull request #4058 from waclawjacek:pl_next_week_day_declension

[locale] pl: Improve calendar for next week

7 years agoAdding a fix for Polish next week day name declension.
Wacław Jacek [Tue, 11 Jul 2017 13:57:32 +0000 (15:57 +0200)] 
Adding a fix for Polish next week day name declension.

7 years agoMerge pull request #4079 from ashsearle:fix/4072
Iskren Chernev [Mon, 7 Aug 2017 19:03:31 +0000 (22:03 +0300)] 
Merge pull request #4079 from ashsearle:fix/4072

[bugfix] Use indexOf utility for IE8 compatibility, fixes #4072

7 years agoFix #4072: Use indexOf util for IE8 compatibility
Ash Searle [Fri, 21 Jul 2017 17:11:20 +0000 (18:11 +0100)] 
Fix #4072: Use indexOf util for IE8 compatibility

7 years agoRevert "Merge pull request #3848 from marwahaha:add-coveralls"
Iskren Chernev [Mon, 7 Aug 2017 18:57:03 +0000 (21:57 +0300)] 
Revert "Merge pull request #3848 from marwahaha:add-coveralls"

This reverts commit 7c3d1ea50174826ecbbfed652b93ba534a9ec03b, reversing
changes made to 759b4a4108a6519ed4411d6d670367b4aa156c75.

7 years agoMerge pull request #4080 from ashsearle:fix/4078
Iskren Chernev [Mon, 7 Aug 2017 18:53:42 +0000 (21:53 +0300)] 
Merge pull request #4080 from ashsearle:fix/4078

[feature] Implement a clone method for durations, fixes #4078

7 years agoFix comment
Ash Searle [Wed, 26 Jul 2017 07:37:47 +0000 (08:37 +0100)] 
Fix comment

7 years agoUse notEqual for clarity
Ash Searle [Wed, 26 Jul 2017 07:35:49 +0000 (08:35 +0100)] 
Use notEqual for clarity

7 years agoFix #4078: Implement a clone method for durations
Ash Searle [Fri, 21 Jul 2017 17:30:12 +0000 (18:30 +0100)] 
Fix #4078: Implement a clone method for durations

7 years agoMerge pull request #4077 from Petrukha:fix3985
Iskren Chernev [Mon, 7 Aug 2017 01:09:50 +0000 (04:09 +0300)] 
Merge pull request #4077 from Petrukha:fix3985

[bugfix] Handle RFC2822 parsing in non-en locales, fixes #3985

7 years agoFix #3985 code review changes
Petr Potekhin [Thu, 20 Jul 2017 20:27:50 +0000 (23:27 +0300)] 
Fix #3985 code review changes

7 years agoFix #3985 fix Invalid date for RFC 2822 with some refactoring
Petr Potekhin [Wed, 19 Jul 2017 23:22:15 +0000 (02:22 +0300)] 
Fix #3985 fix Invalid date for RFC 2822 with some refactoring

7 years agoMerge pull request #4017 from erhangundogan:4006-calendar-tr-issue
Iskren Chernev [Mon, 7 Aug 2017 00:57:45 +0000 (03:57 +0300)] 
Merge pull request #4017 from erhangundogan:4006-calendar-tr-issue

[locale] tr: Improve calendar text for next/prev week

7 years agotr locale update regarding to calendar lastWeek, nestWeek issue
Erhan Gundogan [Thu, 15 Jun 2017 11:30:33 +0000 (13:30 +0200)] 
tr locale update regarding to calendar lastWeek, nestWeek issue

7 years agoMerge pull request #4007 from kshitijb:develop
Iskren Chernev [Mon, 7 Aug 2017 00:44:50 +0000 (03:44 +0300)] 
Merge pull request #4007 from kshitijb:develop

[bugfix] Support '+' for duration components when parsing

7 years agoUsing character class instead of non capturing group
Kshitij [Tue, 1 Aug 2017 11:16:41 +0000 (16:46 +0530)] 
Using character class instead of non capturing group

7 years agoAdded tests for + sign
Kshitij [Wed, 14 Jun 2017 08:29:31 +0000 (13:59 +0530)] 
Added tests for + sign

7 years agoUpdated regex to support + sign in between the string
Kshitij [Wed, 14 Jun 2017 08:26:16 +0000 (13:56 +0530)] 
Updated regex to support + sign in between the string

7 years agoSupport "+" / positive sign as well.
Kshitij Bhardwaj [Sun, 11 Jun 2017 18:04:21 +0000 (23:34 +0530)] 
Support "+" / positive sign as well.

Updated regex to support positive sign in addition to a negative sign. The `sign` is assigned a value of 1 if the regex finds "+" in the beginning.

7 years agoMerge pull request #4003 from rubycut:patch-1
Iskren Chernev [Mon, 7 Aug 2017 00:34:23 +0000 (03:34 +0300)] 
Merge pull request #4003 from rubycut:patch-1

[pkg] bower: Remove tests from package

7 years agoremove tests when installing moment through bower
Rubycut [Fri, 9 Jun 2017 12:11:50 +0000 (14:11 +0200)] 
remove tests when installing moment through bower

This file is 3.5 Mb and it's not needed in production.

7 years agoMerge pull request #3947 from rentalhost:locale-pt-br
Iskren Chernev [Mon, 7 Aug 2017 00:31:53 +0000 (03:31 +0300)] 
Merge pull request #3947 from rentalhost:locale-pt-br

[locale] pt-br: Add "ss" relative time

7 years agoAdded tests to "ss" threshold localization to pt-br;
David Rodrigues [Thu, 3 Aug 2017 12:23:30 +0000 (09:23 -0300)] 
Added tests to "ss" threshold localization to pt-br;

7 years agoUpdating "ss" threshold localization to pt-br;
David Rodrigues [Thu, 4 May 2017 14:02:40 +0000 (11:02 -0300)] 
Updating "ss" threshold localization to pt-br;

7 years agoMerge pull request #3933 from mestremuten:locale-ca-cldr
Iskren Chernev [Mon, 7 Aug 2017 00:29:04 +0000 (03:29 +0300)] 
Merge pull request #3933 from mestremuten:locale-ca-cldr

[locale] ca: Adapt to Unicode CLDR data

7 years agoAdapt [ca] locale to Unicode CLDR data
mestremuten [Fri, 28 Apr 2017 15:44:28 +0000 (17:44 +0200)] 
Adapt [ca] locale to Unicode CLDR data

http://cldr.unicode.org/index/downloads

Standard date and time formats (full, long, medium, short) for gregorian
calendar for "ca" locale don't use "el" prefix.

7 years agoMerge pull request #3924 from xizhao:patch-1
Iskren Chernev [Mon, 7 Aug 2017 00:24:22 +0000 (03:24 +0300)] 
Merge pull request #3924 from xizhao:patch-1

[misc] Add FOSSA license report and scan status

7 years agoAdd license report and scan status
Kevin Wang [Sat, 22 Apr 2017 01:19:27 +0000 (18:19 -0700)] 
Add license report and scan status

7 years agoMerge pull request #3915 from kaypro4:pt-locale-month-lowercase
Iskren Chernev [Mon, 7 Aug 2017 00:01:45 +0000 (03:01 +0300)] 
Merge pull request #3915 from kaypro4:pt-locale-month-lowercase

[locale] pt,pt-br: Lowercase month names

7 years agoLowercase the first letters of months in Portuguese
Matt Pope [Mon, 17 Apr 2017 21:33:48 +0000 (14:33 -0700)] 
Lowercase the first letters of months in Portuguese

7 years agoMerge pull request #3902 from sgorsh:develop
Iskren Chernev [Sun, 6 Aug 2017 23:45:48 +0000 (02:45 +0300)] 
Merge pull request #3902 from sgorsh:develop

[misc] perf: Use Object.keys for empty object check

7 years agoAdded isObjectEmpty benchmark.
sgorsh [Sun, 9 Apr 2017 12:00:47 +0000 (14:00 +0200)] 
Added isObjectEmpty benchmark.

7 years agoUse getOwnPropertyNames to check for empty object.
sgorsh [Sun, 9 Apr 2017 12:00:34 +0000 (14:00 +0200)] 
Use getOwnPropertyNames to check for empty object.

Added hasOwnProperty check to for..in loop.

7 years agoUse Object.keys for empty object check - improves performance.
sgorsh [Sat, 8 Apr 2017 21:34:39 +0000 (23:34 +0200)] 
Use Object.keys for empty object check - improves performance.

7 years agoMerge pull request #3894 from kkopanidis:develop
Iskren Chernev [Sun, 6 Aug 2017 23:41:49 +0000 (02:41 +0300)] 
Merge pull request #3894 from kkopanidis:develop

[locale] es: Update month parsing to be dot lenient, fixes #3629

7 years ago- Whitespace fixes
kostas [Fri, 2 Jun 2017 08:40:55 +0000 (11:40 +0300)] 
- Whitespace fixes

7 years ago--
G1NA [Tue, 23 May 2017 10:01:59 +0000 (13:01 +0300)] 
--

7 years agotest for issue #3132 - TODO: less issue specific
G1NA [Tue, 23 May 2017 09:58:18 +0000 (12:58 +0300)] 
test for issue #3132 - TODO: less issue specific

7 years ago- Changed test
kostas [Thu, 18 May 2017 13:50:34 +0000 (16:50 +0300)] 
- Changed test

7 years ago- Changed test
kostas [Sun, 14 May 2017 14:30:29 +0000 (17:30 +0300)] 
- Changed test

7 years ago-Code formatting revert
kostas [Wed, 5 Apr 2017 08:04:30 +0000 (11:04 +0300)] 
-Code formatting revert

7 years ago-Revert space changes
kostas [Wed, 5 Apr 2017 08:00:45 +0000 (11:00 +0300)] 
-Revert space changes

7 years ago-Fixed es error for DD-MMM-YYY format -Added a simple test to confirm
kostas [Tue, 4 Apr 2017 13:41:41 +0000 (16:41 +0300)] 
-Fixed es error for DD-MMM-YYY format -Added a simple test to confirm

7 years agoMerge pull request #3877 from marwahaha:fix/3487
Iskren Chernev [Sun, 6 Aug 2017 23:35:44 +0000 (02:35 +0300)] 
Merge pull request #3877 from marwahaha:fix/3487

[bugfix] Remove RTL scraping from preparse, fixes #3487