https://github.com/moment/moment

sort by:
Revision Author Date Message Commit Date
a9bdd42 Actually run prettier everywhere 26 April 2020, 23:14:39 UTC
38fe036 Run prettier --write 26 April 2020, 23:14:38 UTC
54ecdd9 Fix eslint issues 26 April 2020, 23:14:38 UTC
9fe4c79 Add eslint, prettier 26 April 2020, 23:14:38 UTC
94edb2e Merge pull request #4433 from ZachGawlik:string-input-duration [feature] Support strings repr numbers in duration constructor 25 April 2020, 22:44:49 UTC
a021ade [feature] Add support for creating duration from numeric string Similar to other moment methods, a string representing a number is (unfortunately) supported. This change adds support in duration constructor. moment.duration('5') # 5 milliseconds moment.duration('5', 'seconds') # 5 seconds 25 April 2020, 22:39:34 UTC
ebfd8da [bugfix] Use ISO Year for weeksInISOYear instead of calendar year. (#4410) * Use calendar year of day at end of week for ISO year week count * Fix ambiguously constructed test moments * Add some spacing 25 April 2020, 22:30:25 UTC
4f8a1a1 [locale] bo: Improvements (#4368) * fix(bo): align monthsShort with CLDR monthsShort is aligned to calendar type=“gregorian” => months => monthContext => monthWidth type="abbreviated" * fix(bo): align weekdaysMin with CLDR weekdaysMin is aligned to calendar type=“gregorian” => days => dayContext => dayWidth type=“narrow” * test(bo): fix broken test 25 April 2020, 22:29:02 UTC
757d4ff Merge pull request #4296 from TedDriggs:develop [feature] Accept custom relative thresholds in duration.humanize 25 April 2020, 22:20:51 UTC
a26ea03 [feature] Accept custom relative thresholds in duration.humanize Fixes #4295 25 April 2020, 22:17:06 UTC
7165c2d [feature] Support relative weeks (#5461) This patch adds support for relative time in the form '%d weeks'. It is by default disabled. To enable it set relativeTimeThreshold for 'w' to a number (like 4), and optionally lower the 'd' threshold (like 7), so anything >= 7 days is considered a week, and 4 weeks are considered a month. 25 April 2020, 22:11:04 UTC
8058876 Revert "Merge pull request #4910 from nanomosfet:add-weeks-to-relative" This reverts commit 9bd2dc74209ec21c327aa2af6620e3d2dd3ae4b6, reversing changes made to ed6fd040527d0a81b86695f898ac0b6e6f479295. 25 April 2020, 21:42:34 UTC
831cfd6 [bugfix] Force four digits in Y token (#3846) 25 April 2020, 20:50:48 UTC
4dfb749 [bugfix] Properly fallback to base locales in array getter (#5459) It looks like the existing implementation of this feature was pretty well thought out and correct, the problem was that a compareArray function was used which was comparing arrays in a rather bizzare fashion that was not in line with what a "normal person" would expect. So now the array comparator is correct, and the logic works properly. The logic works as follows -- the next locale is picked and tried as-is. If that fails, the code normally tries to chop the last bit (normally the country designation) and try again. However, if the next array element has the same or longer prefix as the one to be tried, the iteration continues. So for example if the array has the sequence "AA-BB", "AA-CC", "XX-YY" then first "AA-BB" is tried, then a naive solution would try "AA", but this one instead checks to see that "AA-CC" is actually more concrete than "AA", so it tries "AA-CC" next, and only after it fails (if it fails) it tries "AA", because "XX-YY" does not have "AA" as prefix. So in the end the following locales are tried in this order (assuming all fail so the next one is tried): "AA-BB", "AA-CC", "AA", "XX-YY", "XX" Fixes #4780 25 April 2020, 20:41:27 UTC
8eb71ae [feature] Calendar function handles formats only arg (#3666) * Issue no. 3658 adding overload for single parameter to calendar function Corrected the formatting on calendarjs unit test file Corrected autoformatting * Removed trailing space... * fixed comment per request * added helper utils for better type and property checking, updated calendar functionality to properly identify time and formats inputs. added a bunch of unit tests 25 April 2020, 20:04:33 UTC
16a14f8 [bugfix] Support ISO 8601 YYYYMM format (#5458) 25 April 2020, 19:58:44 UTC
541336f [feature] add support for [YYYY] as ISO8601 format (#4470) * [feature] add support for [YYYY] as ISO8601 format (issue #3918) (#4470) * [feature] add support for [YYYY] as ISO8601 format (issue #3918) (#4470) revert support for extended years [+/-YYYYYY], it needs more discussion and work 25 April 2020, 19:18:37 UTC
4c29207 Merge pull request #4873 from ktomi42:develop [locale] hr: Improve relative time for Wed, Sun 25 April 2020, 18:11:09 UTC
6855b72 [locale] hr: Improvements on relative time 25 April 2020, 18:09:57 UTC
c2aa0b0 [misc] Fix ts3.1 tests, reenable them in pipeline 25 April 2020, 18:00:43 UTC
1f88f6d Merge pull request #4883 from OjasM:develop [bugfix] Invalid duration gets valid when wrapping/cloning (#4323) 24 April 2020, 21:10:17 UTC
bd4950b [bugfix] Clone/wrapper of invalid duration should be invalid (#4323) 24 April 2020, 21:08:49 UTC
9bd2dc7 Merge pull request #4910 from nanomosfet:add-weeks-to-relative [feature] Add week as unit for relative time calc 24 April 2020, 20:57:40 UTC
fcc5974 Add week relative time threshold 24 April 2020, 20:57:14 UTC
5a25537 [feature] Add week as possible relative time unit 24 April 2020, 20:55:02 UTC
ed6fd04 Merge pull request #5133 from brgrz:develop [locale] sl: Fix date format 24 April 2020, 20:35:40 UTC
17dcc40 [locale] sl: Improve date format 24 April 2020, 20:34:51 UTC
696576a [locale] eo: Multiple corrections (#5457) * [locale] eo: Fixes some expressions Line 12: adding the letter "t" for the months "marto" and "septembro" to distinguish them from "mardo" (=tuesday) and "sep" (=seven) Lines 20, 21, 22, 38 and 40: correction of some date expressions in which accusative is needed. Line 46: adding the word "kelkaj" (=some), because "post sekundoj" and "antaŭ sekundoj" don't really make sense. Lines 48, 50, 52, 54 and 56: adding the word "unu" (=one) because it's about the quantity "1", and not about an indefinite thing. * [locale] eo: Fixes tests to match new expressions Adding the letter "t" for the months "marto" and "septembro" to distinguish them from "mardo" (=tuesday) and "sep" (=seven) Correction of some expressions in which accusative is needed. Adding the word "kelkaj" (=some), because "post sekundoj" and "antaŭ sekundoj" don't really make sense. Adding the word "unu" (=one) because it's about the quantity "1", and not about an indefinite thing introduced by the article a/an. * [locale] eo: Fixes some typos in tests * [locale] eo: Drops accusative -n from short day name in llll format Co-authored-by: Vivakvo <ybachimont@esperanto.org> 24 April 2020, 20:14:43 UTC
7ddde05 [locale] ar-ma: Fix a typo in monday (#5427) 24 April 2020, 19:40:31 UTC
5450264 Revert "[locale] sk: Improve future tense (#5206)" This reverts commit 2e3388171450f39ed4799123737f7aed4addec8e. Based on https://github.com/moment/moment/pull/5409#issuecomment-618482801 24 April 2020, 18:55:42 UTC
d944b1b [locale] sv: Improve ordinals (#5445) * [locale] Correct Swedish ordinals Moment is currently formatting Swedish ordinals incorrectly. Added colon between number and ordinal character. Sources: * https://learningswedish.se/courses/1/pages/ordinal-numbers * http://swedishbitz.com/ordinal-numbers/ * Update Swedish ordinal tests * Revert "[locale] Correct Swedish ordinals" This reverts commit f5aa499d75effd5153b571fd616633f7a9e715cd. * Update swedish ordinals, in correct file 24 April 2020, 18:47:11 UTC
8dac92c Merge pull request #5411 from rodoch:develop [locale] ga: Improve month/weekday strings 24 April 2020, 18:44:36 UTC
4822a29 [locale] ga: Improve month/weekday strings 24 April 2020, 18:43:46 UTC
b308b60 [locale] ro: Improve Feb translation (#5387) 24 April 2020, 18:31:03 UTC
dd457ef [new locale] zh-mo: Chinese (Macau) (#5356) * Add locale support for zh-mo * Update zh-mo.js 24 April 2020, 18:28:35 UTC
d9913b2 [new locale] en-in: English (India) 24 April 2020, 18:26:04 UTC
48b5ef7 [locale] ka: Standalone/format/longformat improvements (#5279) * Fixed typo in the Georgian locale * fixed month formatting * removed am/pm from longDateFormat * fix ka locale tests * updated author username 24 April 2020, 18:17:22 UTC
2e33881 [locale] sk: Improve future tense (#5206) "Za" is commonly (and _incorrectly_) used to relatively refer to a moment in the future. This error is mainly influenced by Czech language, which is very similar and most Slovaks will understand it, many times domesticating phrases from Czech language. In Czech, "za" is used, though in Slovak, "o" must be used. Here are references to both "za" and "o" in the official dictionary of Slovak language: https://slovnik.juls.savba.sk/?w=o&s=exact&d=kssj4 https://slovnik.juls.savba.sk/?w=za&s=exact&d=kssj4 And here is a more readable unofficial explanation: https://www.pravopisne.sk/o-hodinu-x-za-hodinu/ 24 April 2020, 18:14:26 UTC
a207d78 Merge pull request #5269 from vdmtrv:fix/locale-require [bugfix] Use __dirname for locale import if available 24 April 2020, 18:11:03 UTC
e5105e4 [bugfix] Use __dirname for locale import if available React native doesn't like relative require calls. So use __dirname and replace relative requires with absolute ones. Fall back to relative require if __dirname is not present (for whatever reason). Fixes #5252 and #5214 24 April 2020, 18:09:29 UTC
0d0eabd Merge pull request #5340 from howel52:fix-packageJSNext [misc] Add module in addition to jsnext:main in package.json 24 April 2020, 18:02:12 UTC
9ce89e7 [misc] Add module in addition to jsnext:main in package.json 24 April 2020, 18:01:36 UTC
fc8885c Merge pull request #5331 from dimichgh:develop [misc] Cache loadLocale failures to reduce FS ops 24 April 2020, 17:57:15 UTC
ea03455 [benchmark] Load a missing locale 24 April 2020, 17:56:41 UTC
6bb5b01 [perf] Cache loadLocale misses to avoid FS ops 24 April 2020, 17:46:17 UTC
01e59f2 Merge pull request #5310 from StoyanDimitrov:patch-1 [locale] bg: Improve cardinal nouns 24 April 2020, 17:42:20 UTC
97bbc3b Update bg.js The required tests 24 April 2020, 17:41:50 UTC
613acdb [locale] Update bg.js Fixed cardinal noun. Sigh… 24 April 2020, 17:41:50 UTC
01e9feb Merge pull request #5294 from harkue:develop [pkg] Enable source maps for minified artefacts 24 April 2020, 17:38:24 UTC
4dfe59b [misc] Add `sourceMap` when uglifying 24 April 2020, 17:37:35 UTC
790bb77 Merge pull request #5303 from Neob91:fix/add-tests-for-2020-leap-year-bug [tests] Add tests for string year + leap bug 24 April 2020, 17:33:21 UTC
6f75a3a Add tests for updating last day of february on a leap year to 2020 provided as string 24 April 2020, 17:33:06 UTC
15f1628 Merge pull request #5261 from eliedrian:2020-leap-year-fix [bugfix] Fix string year setter + leap The computation for leap year wants an integer, and passing a string messes that up. Other than that js Date handles string no-problem. 24 April 2020, 17:30:43 UTC
982ae03 Cast year input to int 24 April 2020, 17:29:18 UTC
0683b95 Merge pull request #5064 from mariomc:fixLocaleInheritance [bugfix] Long date format was interpolating characters inside brackets 24 April 2020, 15:36:16 UTC
0666d68 Fix long date format inheritance interpolating characters inside square brackets 24 April 2020, 15:35:49 UTC
d090325 Merge pull request #5029 from bluelovers:pr/002 [misc] Fix nodejs complaining about inspect 24 April 2020, 15:22:23 UTC
39dcea8 [bugfix] Make nodejs util inspect happy Newer versions of nodejs use a special symbol for inspecting a value instead of the old-school obj.inspect function. 24 April 2020, 15:20:50 UTC
ba58de9 Merge branch 'pr_4809' into develop 24 April 2020, 14:47:44 UTC
73316dd Export unitOfTime namespace This allows developers to annotate variables as units of time. Example: ```typescript let unitOfTime: moment.unitOfTime.DurationConstructor = 'd'; // Here some code that might change unitOfTime // ... // TypeScript can make sure `unitOfTime` will have a valid value. moment().add(x, unitOfTime); ``` 24 April 2020, 14:46:48 UTC
b285b5e [bugfix] Fix circular dependency issue (#4906) * split out isLeapYear into separate util * update month to use isLeapYear util for consistency 24 April 2020, 11:41:32 UTC
f3d4e1e [bugfix] Ignore enumerable Object.prototype extensions (#4953) * [bugfix] Ignore enumerable Object.prototype extensions * Waste time with jshint * Waste time with jscs Co-authored-by: Iskren Ivov Chernev <iskren.chernev@gmail.com> 24 April 2020, 11:40:00 UTC
c1177f4 [misc] Add general benchmarks: get, set, compare (#2659) (#4963) Add grunt benchmark sub tasks: get, set, endOf, startOf, compare Add grunt benchmark sub task for running all: all 24 April 2020, 11:30:44 UTC
37e71cd Revert "[locale] ja: fix long month names (#4590)" (#4991) This reverts commit cf30706573f537b904fd7ee8bf78f8576a45a87e. 24 April 2020, 11:28:25 UTC
cac86fc Disable TS3 tests for now 24 April 2020, 11:25:04 UTC
135b85e [locale] Tweak bg translation for last week (#5006) * Tweak bg translation for last week The current translation adds a very specific and mostly unnecessary 'at' in the beginning. It just looks/sounds wrong. Maybe there are cases when this might be correct but surely not most of the time. [insert 'change my mind' meme] * move bg changes to proper files 24 April 2020, 11:23:12 UTC
c39c646 [bugfix] ts: Add isoWeek option for duration constructor (fix #5007) (#5008) 24 April 2020, 11:21:34 UTC
8fa1b46 [locale] fa: Fix typo (#5013) 24 April 2020, 11:17:42 UTC
d9d588f [locale] gom-latn: Improve processRelativeTime (#5069) * Correct processRelativeTime The function processRelativeTime should check whether the time is in the future, and not whether there is a suffix * Correct processRelativeTime Updated tests based on the change in the function processRelativeTime 24 April 2020, 10:40:41 UTC
c7e0b36 [bugfix] Invalid parse against array still picks best format (fixes #4435) (#5080) 24 April 2020, 10:35:57 UTC
37a7389 [bugfix] Uniform handling of day/date when 0 is used (#5098) 23 April 2020, 20:50:28 UTC
a607155 Merge branch 'pr_5151' into develop 23 April 2020, 20:17:27 UTC
409156c fix grunt task for ts3.1 tests 23 April 2020, 20:17:08 UTC
f9e9fe2 introduce typescript typesversions 23 April 2020, 20:17:06 UTC
451b506 [locale] hr: Fix month declension in Croation LL, LLL, LLLL formats (#5152) Months should be in the accusative case in these formats, but they are returned in the nominative case. This is because these formats hard-code the dot after the day ("D.") rather than using ordinal notation ("Do"). The regex for detecting accusative case matches "Do" but not "D.". Many other locales have the same problem, with L* formats using "D." where "Do" should be used instead, but none of them have different grammatical forms for months, so nothing breaks for them. Croatian is the only one where "D." causes this bug. Downstream bug report from Wikipedia: https://phabricator.wikimedia.org/T223988 23 April 2020, 20:08:07 UTC
c82d159 [locale] pt,pt-br: Uncapitalization of month names (#5158) 23 April 2020, 20:06:34 UTC
7793c0b [locale] zh-hk: Update meridiem hour range (#5160) 23 April 2020, 20:04:33 UTC
0d5da35 [locale] nb,nn: use correct abbreviations for months and weekdays (#5165) 23 April 2020, 20:03:19 UTC
d37cf37 [bugfix] Fixing isFunction when Function is undefined (#5174) Preventing any `Uncaught ReferenceError: Function is not defined` error as per suggested in PR thread. 23 April 2020, 19:59:02 UTC
cd6f72f Fix #4995: typo in Bulgarian abbreviation for January (#5203) 23 April 2020, 19:50:07 UTC
fac1e18 [misc] Update moment URL to https (#5204) 23 April 2020, 19:48:28 UTC
8e8b321 [bugfix] Support unusual historic timezone offsets (fixes #5236) (#5237) 23 April 2020, 19:12:05 UTC
b3dc6c2 [locale] tet: Fix seconds translation 23 April 2020, 19:05:46 UTC
c23b495 [misc] Remove unused imports (#5260) 23 April 2020, 19:04:27 UTC
a19f4f2 Do not run tests twice in travis 23 April 2020, 18:12:06 UTC
0149170 Update node versions in travis.yml 23 April 2020, 18:05:44 UTC
30983f6 Update some deps 23 April 2020, 17:59:55 UTC
a34058d Export QUnit.only 23 April 2020, 16:43:06 UTC
56b1808 Fix weird test issue 23 April 2020, 16:42:33 UTC
0428585 [misc] Remove stray second arg from `parseFloat` (#5277) Looks like someone was thinking of parseInt which takes a `radix` param. In parseFloat there should be one argument only. 23 April 2020, 16:07:27 UTC
ff30dbe [bugfix] moment#5327 output wrong next week in ja locale (#5329) * Fix moment#5327 output wrong next week string when in last week of the year in ja locale * Fix moment#5327 output wrong next week string when in next week of the year in ja locale 23 April 2020, 15:04:18 UTC
8fa073d [locale] (en-li) Support ss (#5399) 23 April 2020, 14:26:31 UTC
e2194fe [tests] Fix the humanize test message (#5400) 23 April 2020, 14:25:03 UTC
a94b55d [misc] add FAQ.md (#5452) Add FAQ addressing some typescript related problems. More to be added in the future. 23 April 2020, 13:52:53 UTC
13a61b2 [locale] bn: Improve translation as per Bangla Academy (#5055) 10 June 2019, 08:05:56 UTC
63420bc [locale] (br) Breton move from 12-hour to 24-hour notation (#4975) * Breton : move from 12-hour to 24-hour notation #4974 https://github.com/moment/moment/issues/4974 * Replace [e] by : 10 June 2019, 08:03:33 UTC
4827327 [locale] typos in Irish locale for months (#5127) Fixed some typos in the Irish locale regarding months. 10 June 2019, 07:59:27 UTC
92a58a5 [locale] (en-sg) Rename locale en-SG to en-sg (#5025) 07 May 2019, 07:38:48 UTC
d0f0dd8 [locale] correct translation of locale for Vietnam (#4874) * correct translation of locale for Vietnam * correct translation of locale for Vietnam (edit proper src files) * Update author comment line 11 March 2019, 05:06:09 UTC
e160186 [locale] mr (Marathi) (#4990) * tests according to changes in mr.js * [locale] mr (Marathi) We Marathi people follow standards mentioned below, to label timespans. Label | Time Span ------------ | ------------- पहाटे (post midnight, pre-sunrise) | >= 12am to < 6am सकाळी (post sunrise, pre-noon) | >= 6am to < 12pm दुपारी (afternoon) | >= 12pm to < 5pm सायंकाळी (evening) | >= 5pm to < 8pm रात्री (night) | >= 8pm to < 12am Actually, 12am is confusing in Marathi tradition. In modern clock system, Moment 12am is considered in arriving date as 0am. And in Marathi tradition it is referred to as final moment of the previous date (Sort of, 0:01 is starting minute of the arriving date) . To comply with modern clock system, I propose to refer to 0am as पहाटे , so that it is considered as moment in the arriving date. Hope this discription itself is not confusing :) Another point is about range of पहाटे, ie. >= 0am to < 6am. Though conventionally, upto 2 am, we refer to the time as रात्री or पहाटे, both alternatively, I want to specifically call पहाटे for early times in the arriving date and रात्री for late times in the departing date, to make it more specific and well-defined, avoiding confusion about date of the time. 11 February 2019, 22:57:06 UTC
back to top