Update Moment.js to from 2.0 -> 2.9 #14
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update vendor dependency Moment.js to from 2.0 -> 2.9
2.9.0 See full changelog
languages:
deprecations:
moment.fn.utcOffset
, deprecatemomen.fn.zone
features:
moment-timezone)
Some bugfixes and language improvements -- full changelog
2.8.4 See full changelog
Features:
Some bugfixes and language improvements -- full changelog
2.8.3
Bugfixes:
2.8.2
Minor bugfixes:
Object.prototype.hasOwnProperty
instead of
obj.hasOwnProperty
(ie8 bug)duration#toString()
2.8.1
2.8.0 See changelog
lang
is renamed tolocale
,langData
->localeData
. Also there is nowdefineLocale
that should be used when creating new localesadd(unit, value)
andsubtract(unit, value)
are now deprecated. Useadd(value, unit)
andsubtract(value, unit)
instead.duration.toIsoString
toduration.toISOString
. The js standard library and moment'stoISOString
follow that convention.2.7.0 See changelog
2.6.0 See changelog
2.5.1
2.5.0 See changelog
Q
2.4.0
#1185
#1183
2.3.1
Removed a trailing comma [1169] and fixed a bug with
months
,weekdays
getters #1171.2.3.0 See changelog
Changed isValid, added strict parsing.
Week tokens parsing.
2.2.1
Fixed bug in string prototype test.
Updated authors and contributors.
2.2.0 See changelog
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.
2.1.0 See changelog
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
andmoment#max