Brought in another asset for Ray's eye form: moment
[openemr.git] / public / assets / moment-2-13-0 / CHANGELOG.md
blob433fa857e62e17bb57bc12ef759935303266b8ab
1 Changelog
2 =========
4 ### 2.13.0 [See full changelog](https://gist.github.com/ichernev/0132fcf5b61f7fc140b0bb0090480d49)
6 ## Enhancements:
7 * [#2982](https://github.com/moment/moment/pull/2982) Add 'date' as alias to 'day' for startOf() and endOf().
8 * [#2955](https://github.com/moment/moment/pull/2955) Add parsing negative components in durations when ISO 8601
9 * [#2991](https://github.com/moment/moment/pull/2991) isBetween support for both open and closed intervals
10 * [#3105](https://github.com/moment/moment/pull/3105) Add localeSorted argument to weekday listers
11 * [#3102](https://github.com/moment/moment/pull/3102) Add k and kk formatting tokens
13 ## Bugfixes
14 * [#3109](https://github.com/moment/moment/pull/3109) Fix [#1756](https://github.com/moment/moment/issues/1756) Resolved thread-safe issue on server side.
15 * [#3078](https://github.com/moment/moment/pull/3078) Fix parsing for months/weekdays with weird characters
16 * [#3098](https://github.com/moment/moment/pull/3098) Use Z suffix when in UTC mode ([#3020](https://github.com/moment/moment/issues/3020))
17 * [#2995](https://github.com/moment/moment/pull/2995) Fix floating point rounding errors in durations
18 * [#3059](https://github.com/moment/moment/pull/3059) fix bug where diff returns -0 in month-related diffs
19 * [#3045](https://github.com/moment/moment/pull/3045) Fix mistaking any input for 'a' token
20 * [#2877](https://github.com/moment/moment/pull/2877) Use explicit .valueOf() calls instead of coercion
21 * [#3036](https://github.com/moment/moment/pull/3036) Year setter should keep time when DST changes
23 Plus 3 new locales and locale fixes.
25 ### 2.12.0 [See full changelog](https://gist.github.com/ichernev/6e5bfdf8d6522fc4ac73)
27 ## Enhancements:
28 * [#2932](https://github.com/moment/moment/pull/2932) List loaded locales
29 * [#2818](https://github.com/moment/moment/pull/2818) Parse ISO-8061 duration containing both day and week values
30 * [#2774](https://github.com/moment/moment/pull/2774) Implement locale inheritance and locale updating
32 ## Bugfixes:
33 * [#2970](https://github.com/moment/moment/pull/2970) change add subtract to handle decimal values by rounding
34 * [#2887](https://github.com/moment/moment/pull/2887) Fix toJSON casting of invalid moment
35 * [#2897](https://github.com/moment/moment/pull/2897) parse string arguments for month() correctly, closes #2884
36 * [#2946](https://github.com/moment/moment/pull/2946) Fix usage suggestions for min and max
38 ## New locales:
39 * [#2917](https://github.com/moment/moment/pull/2917) Locale Punjabi(Gurmukhi) India format conversion
41 And more
43 ### 2.11.2 (Fix ReDoS attack vector)
45 * [#2939](https://github.com/moment/moment/pull/2939) use full-string match to speed up aspnet regex match
47 ### 2.11.1 [See full changelog](https://gist.github.com/ichernev/8ec3ee25b749b4cff3c2)
49 ## Bugfixes:
50 * [#2881](https://github.com/moment/moment/pull/2881) Revert "Merge pull request #2746 from mbad0la:develop" Sep->Sept
51 * [#2868](https://github.com/moment/moment/pull/2868) Add format and parse token Y, so it actually works
52 * [#2865](https://github.com/moment/moment/pull/2865) Use typeof checks for undefined for global variables
53 * [#2858](https://github.com/moment/moment/pull/2858) Fix Date mocking regression introduced in 2.11.0
54 * [#2864](https://github.com/moment/moment/pull/2864) Include changelog in npm release
55 * [#2830](https://github.com/moment/moment/pull/2830) dep: add grunt-cli
56 * [#2869](https://github.com/moment/moment/pull/2869) Fix months parsing for some locales
58 ### 2.11.0 [See full changelog](https://gist.github.com/ichernev/6594bc29719dde6b2f66)
60 * [#2624](https://github.com/moment/moment/pull/2624) Proper handling of invalid moments
61 * [#2634](https://github.com/moment/moment/pull/2634) Fix strict month parsing issue in cs,ru,sk
62 * [#2735](https://github.com/moment/moment/pull/2735) Reset the locale back to 'en' after defining all locales in min/locales.js
63 * [#2702](https://github.com/moment/moment/pull/2702) Week rework
64 * [#2746](https://github.com/moment/moment/pull/2746) Changed September Abbreviation to "Sept" in locale-specific english
65   files and default locale file
66 * [#2646](https://github.com/moment/moment/pull/2646) Fix [#2645](https://github.com/moment/moment/pull/2645) - invalid dates pre-1970
68 * [#2641](https://github.com/moment/moment/pull/2641) Implement basic format and comma as ms separator in ISO 8601
69 * [#2665](https://github.com/moment/moment/pull/2665) Implement stricter weekday parsing
70 * [#2700](https://github.com/moment/moment/pull/2700) Add [Hh]mm and [Hh]mmss formatting tokens, so you can parse 123 with
71   hmm for example
72 * [#2565](https://github.com/moment/moment/pull/2565) [#2835](https://github.com/moment/moment/pull/2835) Expose arguments used for moment creation with creationData
73   (fix [#2443](https://github.com/moment/moment/pull/2443))
74 * [#2648](https://github.com/moment/moment/pull/2648) fix issue [#2640](https://github.com/moment/moment/pull/2640): support instanceof operator
75 * [#2709](https://github.com/moment/moment/pull/2709) Add isSameOrAfter and isSameOrBefore comparison methods
76 * [#2721](https://github.com/moment/moment/pull/2721) Fix moment creation from object with strings values
77 * [#2740](https://github.com/moment/moment/pull/2740) Enable 'd hh:mm:ss.sss' format for durations
78 * [#2766](https://github.com/moment/moment/pull/2766) [#2833](https://github.com/moment/moment/pull/2833) Alternate Clock Source Support
80 ### 2.10.6
82 [#2515](https://github.com/moment/moment/pull/2515) Fix regression introduced
83 in `2.10.5` related to `moment.ISO_8601` parsing.
85 ### 2.10.5 [See full changelog](https://gist.github.com/ichernev/6ec13ac7efc396da44b2)
87 Important changes:
88 * [#2357](https://github.com/moment/moment/pull/2357) Improve unit bubbling for ISO dates
89   this fixes day to year conversions to work around end-of-year (~365 days). As
90   a side effect 365 days is 11 months and 30 days, and 366 days is one year.
91 * [#2438](https://github.com/moment/moment/pull/2438) Fix inconsistent moment.min and moment.max results
92   Return invalid result if any of the inputs is invalid
93 * [#2494](https://github.com/moment/moment/pull/2494) Fix two digit year parsing with YYYY format
94   This brings the benefits of YY to YYYY
95 * [#2368](https://github.com/moment/moment/pull/2368) perf: use faster form of copying dates, across the board improvement
98 ### 2.10.3 [See full changelog](https://gist.github.com/ichernev/f264b9bed5b00f8b1b7f)
100 * add `moment.fn.to` and `moment.fn.toNow` (similar to `from` and `fromNow`)
101 * new locales (Sinhalese (si), Montenegrin (me), Javanese (ja))
102 * performance improvements
104 ### 2.10.2
106 * fixed moment-with-locales in browser env caused by esperanto change
108 ### 2.10.1
110 * regression: Add moment.duration.fn back
112 ### 2.10.0
114 Ported code to es6 modules.
116 ### 2.9.0 [See full changelog](https://gist.github.com/ichernev/0c9a9b49951111a27ce7)
118 languages:
119 * [2104](https://github.com/moment/moment/issues/2104) Frisian (fy) language file with unit test
120 * [2097](https://github.com/moment/moment/issues/2097) add ar-tn locale
122 deprecations:
123 * [2074](https://github.com/moment/moment/issues/2074) Implement `moment.fn.utcOffset`, deprecate `moment.fn.zone`
125 features:
126 * [2088](https://github.com/moment/moment/issues/2088) add moment.fn.isBetween
127 * [2054](https://github.com/moment/moment/issues/2054) Call updateOffset when creating moment (needed for default timezone in
128   moment-timezone)
129 * [1893](https://github.com/moment/moment/issues/1893) Add moment.isDate method
130 * [1825](https://github.com/moment/moment/issues/1825) Implement toJSON function on Duration
131 * [1809](https://github.com/moment/moment/issues/1809) Allowing moment.set() to accept a hash of units
132 * [2128](https://github.com/moment/moment/issues/2128) Add firstDayOfWeek, firstDayOfYear locale getters
133 * [2131](https://github.com/moment/moment/issues/2131) Add quarter diff support
135 Some bugfixes and language improvements -- [full changelog](https://gist.github.com/ichernev/0c9a9b49951111a27ce7)
137 ### 2.8.4 [See full changelog](https://gist.github.com/ichernev/a4fcb0a46d74e4b9b996)
139 Features:
141 * [#2000](https://github.com/moment/moment/issues/2000) Add LTS localised format that includes seconds
142 * [#1960](https://github.com/moment/moment/issues/1960) added formatToken 'x' for unix offset in milliseconds #1938
143 * [#1965](https://github.com/moment/moment/issues/1965) Support 24:00:00.000 to mean next day, at midnight.
144 * [#2002](https://github.com/moment/moment/issues/2002) Accept 'date' key when creating moment with object
145 * [#2009](https://github.com/moment/moment/issues/2009) Use native toISOString when we can
147 Some bugfixes and language improvements -- [full changelog](https://gist.github.com/ichernev/a4fcb0a46d74e4b9b996)
149 ### 2.8.3
151 Bugfixes:
153 * [#1801](https://github.com/moment/moment/issues/1801) proper pluralization for Arabic
154 * [#1833](https://github.com/moment/moment/issues/1833) improve spm integration
155 * [#1871](https://github.com/moment/moment/issues/1871) fix zone bug caused by Firefox 24
156 * [#1882](https://github.com/moment/moment/issues/1882) Use hh:mm in Czech
157 * [#1883](https://github.com/moment/moment/issues/1883) Fix 2.8.0 regression in duration as conversions
158 * [#1890](https://github.com/moment/moment/issues/1890) Faster travis builds
159 * [#1892](https://github.com/moment/moment/issues/1892) Faster isBefore/After/Same
160 * [#1848](https://github.com/moment/moment/issues/1848) Fix flaky month diffs
161 * [#1895](https://github.com/moment/moment/issues/1895) Fix 2.8.0 regression in moment.utc with format array
162 * [#1896](https://github.com/moment/moment/issues/1896) Support setting invalid instance locale (noop)
163 * [#1897](https://github.com/moment/moment/issues/1897) Support moment([str]) in addition to moment([int])
165 ### 2.8.2
167 Minor bugfixes:
169 * [#1874](https://github.com/moment/moment/issues/1874) use `Object.prototype.hasOwnProperty`
170   instead of `obj.hasOwnProperty` (ie8 bug)
171 * [#1873](https://github.com/moment/moment/issues/1873) add `duration#toString()`
172 * [#1859](https://github.com/moment/moment/issues/1859) better month/weekday names in norwegian
173 * [#1812](https://github.com/moment/moment/issues/1812) meridiem parsing for greek
174 * [#1804](https://github.com/moment/moment/issues/1804) spanish del -> de
175 * [#1800](https://github.com/moment/moment/issues/1800) korean LT improvement
177 ### 2.8.1
179 * bugfix [#1813](https://github.com/moment/moment/issues/1813): fix moment().lang([key]) incompatibility
181 ### 2.8.0 [See changelog](https://gist.github.com/ichernev/ac3899324a5fa6c8c9b4)
183 * incompatible changes
184     * [#1761](https://github.com/moment/moment/issues/1761): moments created without a language are no longer following the global language, in case it changes. Only newly created moments take the global language by default. In case you're affected by this, wait, comment on [#1797](https://github.com/moment/moment/issues/1797) and wait for a proper reimplementation
185     * [#1642](https://github.com/moment/moment/issues/1642): 45 days is no longer "a month" according to humanize, cutoffs for month, and year have changed. Hopefully your code does not depend on a particular answer from humanize (which it shouldn't anyway)
186     * [#1784](https://github.com/moment/moment/issues/1784): if you use the human readable English datetime format in a weird way (like storing them in a database) that would break when the format changes you're at risk.
188 * deprecations (old behavior will be dropped in 3.0)
189     * [#1761](https://github.com/moment/moment/issues/1761) `lang` is renamed to `locale`, `langData` -> `localeData`. Also there is now `defineLocale` that should be used when creating new locales
190     * [#1763](https://github.com/moment/moment/issues/1763) `add(unit, value)` and `subtract(unit, value)` are now deprecated. Use `add(value, unit)` and `subtract(value, unit)` instead.
191     * [#1759](https://github.com/moment/moment/issues/1759) rename `duration.toIsoString` to `duration.toISOString`. The js standard library and moment's `toISOString` follow that convention.
193 * new locales
194     * [#1789](https://github.com/moment/moment/issues/1789) Tibetan (bo)
195     * [#1786](https://github.com/moment/moment/issues/1786) Africaans (af)
196     * [#1778](https://github.com/moment/moment/issues/1778) Burmese (my)
197     * [#1727](https://github.com/moment/moment/issues/1727) Belarusian (be)
199 * bugfixes, locale bugfixes, performance improvements, features
201 ### 2.7.0 [See changelog](https://gist.github.com/ichernev/b0a3d456d5a84c9901d7)
203 * new languages
205   * [#1678](https://github.com/moment/moment/issues/1678) Bengali (bn)
206   * [#1628](https://github.com/moment/moment/issues/1628) Azerbaijani (az)
207   * [#1633](https://github.com/moment/moment/issues/1633) Arabic, Saudi Arabia (ar-sa)
208   * [#1648](https://github.com/moment/moment/issues/1648) Austrian German (de-at)
210 * features
212   * [#1663](https://github.com/moment/moment/issues/1663) configurable relative time thresholds
213   * [#1554](https://github.com/moment/moment/issues/1554) support anchor time in moment.calendar
214   * [#1693](https://github.com/moment/moment/issues/1693) support moment.ISO_8601 as parsing format
215   * [#1637](https://github.com/moment/moment/issues/1637) add moment.min and moment.max and deprecate min/max instance methods
216   * [#1704](https://github.com/moment/moment/issues/1704) support string value in add/subtract
217   * [#1647](https://github.com/moment/moment/issues/1647) add spm support (package manager)
219 * bugfixes
221 ### 2.6.0 [See changelog](https://gist.github.com/ichernev/10544682)
223 * languages
224   * [#1529](https://github.com/moment/moment/issues/1529) Serbian-Cyrillic (sr-cyr)
225   * [#1544](https://github.com/moment/moment/issues/1544), [#1546](https://github.com/moment/moment/issues/1546) Khmer Cambodia (km)
227 * features
228     * [#1419](https://github.com/moment/moment/issues/1419), [#1468](https://github.com/moment/moment/issues/1468), [#1467](https://github.com/moment/moment/issues/1467), [#1546](https://github.com/moment/moment/issues/1546) better handling of timezone-d moments around DST
229     * [#1462](https://github.com/moment/moment/issues/1462) add weeksInYear and isoWeeksInYear
230     * [#1475](https://github.com/moment/moment/issues/1475) support ordinal parsing
231     * [#1499](https://github.com/moment/moment/issues/1499) composer support
232     * [#1577](https://github.com/moment/moment/issues/1577), [#1604](https://github.com/moment/moment/issues/1604) put Date parsing in moment.createFromInputFallback so it can be properly deprecated and controlled in the future
233     * [#1545](https://github.com/moment/moment/issues/1545) extract two-digit year parsing in moment.parseTwoDigitYear, so it can be overwritten
234     * [#1590](https://github.com/moment/moment/issues/1590) (see [#1574](https://github.com/moment/moment/issues/1574)) set AMD global before module definition to better support non AMD module dependencies used in AMD environment
235     * [#1589](https://github.com/moment/moment/issues/1589) remove global in Node.JS environment (was not working before, nobody complained, was scheduled for removal anyway)
236     * [#1586](https://github.com/moment/moment/issues/1586) support quarter setting and parsing
238 * 18 bugs fixed
240 ### 2.5.1
242 * languages
243   * [#1392](https://github.com/moment/moment/issues/1392) Armenian (hy-am)
245 * bugfixes
246   * [#1429](https://github.com/moment/moment/issues/1429) fixes [#1423](https://github.com/moment/moment/issues/1423) weird chrome-32 bug with js object creation
247   * [#1421](https://github.com/moment/moment/issues/1421) remove html entities from Welsh
248   * [#1418](https://github.com/moment/moment/issues/1418) fixes [#1401](https://github.com/moment/moment/issues/1401) improved non-padded tokens in strict matching
249   * [#1417](https://github.com/moment/moment/issues/1417) fixes [#1404](https://github.com/moment/moment/issues/1404) handle buggy moment object created by property cloning
250   * [#1398](https://github.com/moment/moment/issues/1398) fixes [#1397](https://github.com/moment/moment/issues/1397) fix Arabic-like week number parsing
251   * [#1396](https://github.com/moment/moment/issues/1396) add leftZeroFill(4) to GGGG and gggg formats
252   * [#1373](https://github.com/moment/moment/issues/1373) use lowercase for months and days in Catalan
254 * testing
255   * [#1374](https://github.com/moment/moment/issues/1374) run tests on multiple browser/os combos via SauceLabs and Travis
257 ### 2.5.0 [See changelog](https://gist.github.com/ichernev/8104451)
259 * New languages
260   * Luxemburish (lb) [1247](https://github.com/moment/moment/issues/1247)
261   * Serbian (rs) [1319](https://github.com/moment/moment/issues/1319)
262   * Tamil (ta) [1324](https://github.com/moment/moment/issues/1324)
263   * Macedonian (mk) [1337](https://github.com/moment/moment/issues/1337)
265 * Features
266   * [1311](https://github.com/moment/moment/issues/1311) Add quarter getter and format token `Q`
267   * [1303](https://github.com/moment/moment/issues/1303) strict parsing now respects number of digits per token (fix [1196](https://github.com/moment/moment/issues/1196))
268   * 0d30bb7 add jspm support
269   * [1347](https://github.com/moment/moment/issues/1347) improve zone parsing
270   * [1362](https://github.com/moment/moment/issues/1362) support merideam parsing in Korean
272 * 22 bugfixes
274 ### 2.4.0
276 * **Deprecate** globally exported moment, will be removed in next major
277 * New languages
278   * Farose (fo) [#1206](https://github.com/moment/moment/issues/1206)
279   * Tagalog/Filipino (tl-ph) [#1197](https://github.com/moment/moment/issues/1197)
280   * Welsh (cy) [#1215](https://github.com/moment/moment/issues/1215)
281 * Bugfixes
282   * properly handle Z at the end of iso RegExp [#1187](https://github.com/moment/moment/issues/1187)
283   * chinese meridian time improvements [#1076](https://github.com/moment/moment/issues/1076)
284   * fix language tests [#1177](https://github.com/moment/moment/issues/1177)
285   * remove some failing tests (that should have never existed :))
286     [#1185](https://github.com/moment/moment/issues/1185)
287     [#1183](https://github.com/moment/moment/issues/1183)
288   * handle russian noun cases in weird cases [#1195](https://github.com/moment/moment/issues/1195)
290 ### 2.3.1
292 Removed a trailing comma [1169] and fixed a bug with `months`, `weekdays` getters [#1171](https://github.com/moment/moment/issues/1171).
294 ### 2.3.0 [See changelog](https://gist.github.com/ichernev/6864354)
296 Changed isValid, added strict parsing.
297 Week tokens parsing.
299 ### 2.2.1
301 Fixed bug in string prototype test.
302 Updated authors and contributors.
304 ### 2.2.0 [See changelog](https://gist.github.com/ichernev/00f837a9baf46a3565e4)
306 Added bower support.
308 Language files now use UMD.
310 Creating moment defaults to current date/month/year.
312 Added a bundle of moment and all language files.
314 ### 2.1.0 [See changelog](https://gist.github.com/timrwood/b8c2d90d528eddb53ab5)
316 Added better week support.
318 Added ability to set offset with `moment#zone`.
320 Added ability to set month or weekday from a string.
322 Added `moment#min` and `moment#max`
324 ### 2.0.0 [See changelog](https://gist.github.com/timrwood/e72f2eef320ed9e37c51)
326 Added short form localized tokens.
328 Added ability to define language a string should be parsed in.
330 Added support for reversed add/subtract arguments.
332 Added support for `endOf('week')` and `startOf('week')`.
334 Fixed the logic for `moment#diff(Moment, 'months')` and `moment#diff(Moment, 'years')`
336 `moment#diff` now floors instead of rounds.
338 Normalized `moment#toString`.
340 Added `isSame`, `isAfter`, and `isBefore` methods.
342 Added better week support.
344 Added `moment#toJSON`
346 Bugfix: Fixed parsing of first century dates
348 Bugfix: Parsing 10Sep2001 should work as expected
350 Bugfix: Fixed weirdness with `moment.utc()` parsing.
352 Changed language ordinal method to return the number + ordinal instead of just the ordinal.
354 Changed two digit year parsing cutoff to match strptime.
356 Removed `moment#sod` and `moment#eod` in favor of `moment#startOf` and `moment#endOf`.
358 Removed `moment.humanizeDuration()` in favor of `moment.duration().humanize()`.
360 Removed the lang data objects from the top level namespace.
362 Duplicate `Date` passed to `moment()` instead of referencing it.
364 ### 1.7.2 [See discussion](https://github.com/timrwood/moment/issues/456)
366 Bugfixes
368 ### 1.7.1 [See discussion](https://github.com/timrwood/moment/issues/384)
370 Bugfixes
372 ### 1.7.0 [See discussion](https://github.com/timrwood/moment/issues/288)
374 Added `moment.fn.endOf()` and `moment.fn.startOf()`.
376 Added validation via `moment.fn.isValid()`.
378 Made formatting method 3x faster. http://jsperf.com/momentjs-cached-format-functions
380 Add support for month/weekday callbacks in `moment.fn.format()`
382 Added instance specific languages.
384 Added two letter weekday abbreviations with the formatting token `dd`.
386 Various language updates.
388 Various bugfixes.
390 ### 1.6.0 [See discussion](https://github.com/timrwood/moment/pull/268)
392 Added Durations.
394 Revamped parser to support parsing non-separated strings (YYYYMMDD vs YYYY-MM-DD).
396 Added support for millisecond parsing and formatting tokens (S SS SSS)
398 Added a getter for `moment.lang()`
400 Various bugfixes.
402 There are a few things deprecated in the 1.6.0 release.
404 1. 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](https://github.com/timrwood/moment/issues/162) for more background.
406 2. 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.
408 3. 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](https://github.com/timrwood/moment/pull/222).
410 ### 1.5.0 [See milestone](https://github.com/timrwood/moment/issues?milestone=10&page=1&state=closed)
412 Added UTC mode.
414 Added automatic ISO8601 parsing.
416 Various bugfixes.
418 ### 1.4.0 [See milestone](https://github.com/timrwood/moment/issues?milestone=8&state=closed)
420 Added `moment.fn.toDate` as a replacement for `moment.fn.native`.
422 Added `moment.fn.sod` and `moment.fn.eod` to get the start and end of day.
424 Various bugfixes.
426 ### 1.3.0 [See milestone](https://github.com/timrwood/moment/issues?milestone=7&state=closed)
428 Added support for parsing month names in the current language.
430 Added escape blocks for parsing tokens.
432 Added `moment.fn.calendar` to format strings like 'Today 2:30 PM', 'Tomorrow 1:25 AM', and 'Last Sunday 4:30 AM'.
434 Added `moment.fn.day` as a setter.
436 Various bugfixes
438 ### 1.2.0 [See milestone](https://github.com/timrwood/moment/issues?milestone=4&state=closed)
440 Added timezones to parser and formatter.
442 Added `moment.fn.isDST`.
444 Added `moment.fn.zone` to get the timezone offset in minutes.
446 ### 1.1.2 [See milestone](https://github.com/timrwood/moment/issues?milestone=6&state=closed)
448 Various bugfixes
450 ### 1.1.1 [See milestone](https://github.com/timrwood/moment/issues?milestone=5&state=closed)
452 Added time specific diffs (months, days, hours, etc)
454 ### 1.1.0
456 Added `moment.fn.format` localized masks. 'L LL LLL LLLL' [issue 29](https://github.com/timrwood/moment/pull/29)
458 Fixed [issue 31](https://github.com/timrwood/moment/pull/31).
460 ### 1.0.1
462 Added `moment.version` to get the current version.
464 Removed `window !== undefined` when checking if module exists to support browserify. [issue 25](https://github.com/timrwood/moment/pull/25)
466 ### 1.0.0
468 Added convenience methods for getting and setting date parts.
470 Added better support for `moment.add()`.
472 Added better lang support in NodeJS.
474 Renamed library from underscore.date to Moment.js
476 ### 0.6.1
478 Added Portuguese, Italian, and French language support
480 ### 0.6.0
482 Added _date.lang() support.
483 Added support for passing multiple formats to try to parse a date. _date("07-10-1986", ["MM-DD-YYYY", "YYYY-MM-DD"]);
484 Made parse from string and single format 25% faster.
486 ### 0.5.2
488 Bugfix for [issue 8](https://github.com/timrwood/underscore.date/pull/8) and [issue 9](https://github.com/timrwood/underscore.date/pull/9).
490 ### 0.5.1
492 Bugfix for [issue 5](https://github.com/timrwood/underscore.date/pull/5).
494 ### 0.5.0
496 Dropped the redundant `_date.date()` in favor of `_date()`.
497 Removed `_date.now()`, as it is a duplicate of `_date()` with no parameters.
498 Removed `_date.isLeapYear(yearNumber)`. Use `_date([yearNumber]).isLeapYear()` instead.
499 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.
501 ### 0.4.1
503 Added date input formats for input strings.
505 ### 0.4.0
507 Added underscore.date to npm. Removed dependencies on underscore.
509 ### 0.3.2
511 Added `'z'` and `'zz'` to `_.date().format()`. Cleaned up some redundant code to trim off some bytes.
513 ### 0.3.1
515 Cleaned up the namespace. Moved all date manipulation and display functions to the _.date() object.
517 ### 0.3.0
519 Switched to the Underscore methodology of not mucking with the native objects' prototypes.
520 Made chaining possible.
522 ### 0.2.1
524 Changed date names to be a more pseudo standardized 'dddd, MMMM Do YYYY, h:mm:ss a'.
525 Added `Date.prototype` functions `add`, `subtract`, `isdst`, and `isleapyear`.
527 ### 0.2.0
529 Changed function names to be more concise.
530 Changed date format from php date format to custom format.
532 ### 0.1.0
534 Initial release