Release Jan 21, 2019
#4338 [bugfix] Fix startOf/endOf DST issues while boosting performance
#4553 [feature] Add localeSort param to Locale weekday methods
#4887 [bugfix] Make Duration#as work with quarters
3 new locales (it-ch, ga, en-SG)
Lots of locale improvements
Release Dec 12, 2018
#4863 [new locale] added Kurdish language (ku)
#4417 [bugfix] isBetween should return false for invalid dates
#4700 [bugfix] Fix #4698: Use ISO WeekYear for HTML5_FMT.WEEK
#4563 [feature] Fix #4518: Add support to add/subtract ISO weeks
other locale changes, build process changes, typos
Release May 31, 2018
#4564 [bugfix] Avoid using trim()
#4453 [bugfix] Treat periods as periods, not regex-anything period, for weekday parsing in strict mode.
Minor locale improvements (pa-in, be, az)
Release Apr 14, 2018
#4495 [bugfix] Added HTML5_FMT to moment.d.ts
Minor locale improvements
QUnit upgrade and coveralls reporting
Release Mar 30, 2018
#4423 [new locale] Added Mongolian locale mn
Various locale improvements
Minor misc changes
Release Mar 2, 2018
#4391 [bugfix] Fix #4390: use offset properly in toISOString
#4310 [bugfix] Fix #3883 lazy load parentLocale in defineLocale, fallback to global if missing
#4085 [misc] Print console warning when setting non-existent locales
#4371 [misc] fix deprecated rollup options
New locales: ug-cn, en-il, tg
Various locale improvements
Release Dec 18, 2017
#4359 [locale] Fix Arabic locale for months (again)
#4357 [misc] Add optional parameter keepOffset to toISOString
Release Dec 16, 2017
#4240 [bugfix] Fix incorrect strict parsing with full-width parentheses
#4341 [feature] Prevent toISOString converting to UTC (issue #1751)
#4154 [feature] add format constants to support output to HTML5 input type formats (see #3928)
#4143 [new locale] mt: Maltese language
#4183 [locale] Relative seconds i18n
Various other locale improvements
Release Dec 10, 2017
#4332 [bugfix] Fix weekday verification for UTC and offset days (fixes #4227)
#4336 [bugfix] Fix #4334: Remove unused function call argument
#4246 [misc] Add ‘ss’ relative time key to typescript definition
Release Nov 29, 2017
#4289 [misc] Fix spelling and formatting for U.S. for es-us
Release Nov 11, 2017
#4255 [bugfix] Fix year setter for random days in a leap year, fixes #4238
#4242 [bugfix] updateLocale now tries to load parent, fixes #3626
Make react native and webpack both work
Bugfixes, new locales, locale fixes etc…
Release Mar 22, 2017
#3853 [misc] Fix invalid whitespace character causing inability to parse moment.js
7 new locales, many locale improvements and some misc changes
Release Dec 03, 2016
#3638 [misc] TS: Make typescript definitions work with 1.x
#3628 [misc] Adds “sign CLA” link to CONTRIBUTING.md
#3640 [misc] Fix locale issues
Release Nov 22, 2016
#3435 [new locale] yo: Yoruba (Nigeria) locale
#3595 [bugfix] Fix accidental reference to global “value” variable
#3506 [bugfix] Fix invalid moments returning valid dates to method calls
#3563 [locale] ca: Change future relative time
#3504 [tests] Fixes #3463, parseZone not handling Z correctly (tests only)
#3591 [misc] typescript: update typescript to 2.0.8, add strictNullChecks=true
#3597 [misc] Fixed capitalization in nuget spec
And more locale, build and typescript improvements
Also some locale and typescript improvements
Plus es-do locale and locale bugfixes
Plus 3 new locales and locale fixes.
And more
Release February 7, 2016
#2939 use full-string match to speed up aspnet regex match
Release January 4, 2016
#2624 Proper handling of invalid moments
#2634 Fix strict month parsing issue in cs,ru,sk
#2735 Reset the locale back to ‘en’ after defining all locales in min/locales.js
#2702 Week rework
#2746 Changed September Abbreviation to “Sept” in locale-specific english files and default locale file
#2641 Implement basic format and comma as ms separator in ISO 8601
#2665 Implement stricter weekday parsing
#2700 Add [Hh]mm and [Hh]mmss formatting tokens, so you can parse 123 with hmm for example
#2565 #2835 Expose arguments used for moment creation with creationData (fix #2443)
#2709 Add isSameOrAfter and isSameOrBefore comparison methods
#2721 Fix moment creation from object with strings values
#2740 Enable ’d hh:mm:ss.sss’ format for durations
#2515 Fix regression introduced
in 2.10.5
related to moment.ISO_8601
parsing.
Important changes:
Release May 13, 2015
add moment.fn.to
and moment.fn.toNow
(similar to from
and fromNow
)
new locales (Sinhalese (si), Montenegrin (me), Javanese (ja))
performance improvements
Release April 9, 2015
fixed moment-with-locales in browser env caused by esperanto change
Ported code to es6 modules.
languages:
deprecations:
moment.fn.utcOffset
, deprecate moment.fn.zone
features:
Some bugfixes and language improvements -- full changelog
Features:
Some bugfixes and language improvements -- full changelog
Bugfixes:
Minor bugfixes:
Object.prototype.hasOwnProperty
instead of obj.hasOwnProperty
(ie8 bug)duration#toString()
Release August 1, 2014
bugfix #1813: fix moment().lang([key]) incompatibility
Release July 31, 2014
incompatible changes
deprecations (old behavior will be dropped in 3.0)
lang
is renamed to locale
, langData
-> localeData
. Also there is now defineLocale
that should be used when creating new localesadd(unit, value)
and subtract(unit, value)
are now deprecated. Use add(value, unit)
and subtract(value, unit)
instead.duration.toIsoString
to duration.toISOString
. The js standard library and moment’s toISOString
follow that convention.new locales
bugfixes, locale bugfixes, performance improvements, features
Release June 12, 2014
new languages
features
bugfixes
Release April 12 , 2014
languages
features
18 bugs fixed
Release January 22, 2014
languages
bugfixes
testing
Release Dec 24, 2013
New languages
Features
22 bugfixes
Release Oct 27, 2013
Deprecate globally exported moment, will be removed in next major
New languages
Bugfixes
Removed a trailing comma [1169] and fixed a bug with months
, weekdays
getters #1171.
Changed isValid, added strict parsing. Week tokens parsing.
Fixed bug in string prototype test. Updated authors and contributors.
Added bower support.
Language files now use UMD.
Creating moment defaults to current date/month/year.
Added a bundle of moment and all language files.
Added better week support.
Added ability to set offset with moment#zone
.
Added ability to set month or weekday from a string.
Added moment#min
and moment#max
Added short form localized tokens.
Added ability to define language a string should be parsed in.
Added support for reversed add/subtract arguments.
Added support for endOf('week')
and startOf('week')
.
Fixed the logic for moment#diff(Moment, 'months')
and moment#diff(Moment, 'years')
moment#diff
now floors instead of rounds.
Normalized moment#toString
.
Added isSame
, isAfter
, and isBefore
methods.
Added better week support.
Added moment#toJSON
Bugfix: Fixed parsing of first century dates
Bugfix: Parsing 10Sep2001 should work as expected
Bugfix: Fixed weirdness with moment.utc()
parsing.
Changed language ordinal method to return the number + ordinal instead of just the ordinal.
Changed two digit year parsing cutoff to match strptime.
Removed moment#sod
and moment#eod
in favor of moment#startOf
and moment#endOf
.
Removed moment.humanizeDuration()
in favor of moment.duration().humanize()
.
Removed the lang data objects from the top level namespace.
Duplicate Date
passed to moment()
instead of referencing it.
Bugfixes
Bugfixes
Added moment.fn.endOf()
and moment.fn.startOf()
.
Added validation via moment.fn.isValid()
.
Made formatting method 3x faster. http://jsperf.com/momentjs-cached-format-functions
Add support for month/weekday callbacks in moment.fn.format()
Added instance specific languages.
Added two letter weekday abbreviations with the formatting token dd
.
Various language updates.
Various bugfixes.
Added Durations.
Revamped parser to support parsing non-separated strings (YYYYMMDD vs YYYY-MM-DD).
Added support for millisecond parsing and formatting tokens (S SS SSS)
Added a getter for moment.lang()
Various bugfixes.
There are a few things deprecated in the 1.6.0 release.
The format tokens z
and zz
(timezone abbreviations like EST CST MST etc) will no longer be supported. Due to inconsistent browser support, we are unable to consistently produce this value. See this issue for more background.
The method moment.fn.native
is deprecated in favor of moment.fn.toDate
. There continue to be issues with Google Closure Compiler throwing errors when using native
, even in valid instances.
The way to customize am/pm strings is being changed. This would only affect you if you created a custom language file. For more information, see this issue.
Added UTC mode.
Added automatic ISO8601 parsing.
Various bugfixes.
Added moment.fn.toDate
as a replacement for moment.fn.native
.
Added moment.fn.sod
and moment.fn.eod
to get the start and end of day.
Various bugfixes.
Added support for parsing month names in the current language.
Added escape blocks for parsing tokens.
Added moment.fn.calendar
to format strings like ‘Today 2:30 PM’, ‘Tomorrow 1:25 AM’, and ‘Last Sunday 4:30 AM’.
Added moment.fn.day
as a setter.
Various bugfixes
Added timezones to parser and formatter.
Added moment.fn.isDST
.
Added moment.fn.zone
to get the timezone offset in minutes.
Various bugfixes
Added time specific diffs (months, days, hours, etc)
Added moment.fn.format
localized masks. ‘L LL LLL LLLL’ issue 29
Fixed issue 31.
Added moment.version
to get the current version.
Removed window !== undefined
when checking if module exists to support browserify. issue 25
Added convenience methods for getting and setting date parts.
Added better support for moment.add()
.
Added better lang support in NodeJS.
Renamed library from underscore.date to Moment.js
Added Portuguese, Italian, and French language support
Added _date.lang() support. Added support for passing multiple formats to try to parse a date. _date(“07-10-1986”, [“MM-DD-YYYY”, “YYYY-MM-DD”]); Made parse from string and single format 25% faster.
Bugfix for issue 8 and issue 9.
Bugfix for issue 5.
Dropped the redundant _date.date()
in favor of _date()
.
Removed _date.now()
, as it is a duplicate of _date()
with no parameters.
Removed _date.isLeapYear(yearNumber)
. Use _date([yearNumber]).isLeapYear()
instead.
Exposed customization options through the _date.relativeTime
, _date.weekdays
, _date.weekdaysShort
, _date.months
, _date.monthsShort
, and _date.ordinal
variables instead of the _date.customize()
function.
Added date input formats for input strings.
Added underscore.date to npm. Removed dependencies on underscore.
Added 'z'
and 'zz'
to _.date().format()
. Cleaned up some redundant code to trim off some bytes.
Cleaned up the namespace. Moved all date manipulation and display functions to the _.date() object.
Switched to the Underscore methodology of not mucking with the native objects’ prototypes. Made chaining possible.
Changed date names to be a more pseudo standardized ‘dddd, MMMM Do YYYY, h:mm:ss a’.
Added Date.prototype
functions add
, subtract
, isdst
, and isleapyear
.
Changed function names to be more concise. Changed date format from php date format to custom format.
Initial release