Changelog History
Page 2
-
v2.9.0
January 08, 2020๐ Thanks to @mborgbrant, @saintplay, @mrenty, @kibertoad, @levibuzolic, @Anshuman71, @talgautb, @filipjuza, @tobyzerner, @emil9453, @fintara, @pascaliske, @rramiachraf, @marnusw and @Imballinst for working on the release.
๐ Fixed
- ๐ Fixed a bug with addBusinessDays returning the Tuesday when adding 1 day on weekends. Now it returns the Monday.
- Added missing timezone to
formatISO
. - ๐ Removed dots from short day period names in the Kazakh locale.
- ๐ Fixed typo in formatDistance in the Czech locale.
- ๐ Fixed shortenings in the Bulgarian locale.
- ๐ Fixed regex for the May in the Portuguese locale.
โ Added
- Added
eachMonthOfInterval
andeachYearOfInterval
. - Added
inclusive
option to `areIntervalsOverlapping. - Added
isExists
function that checks if the given date is exists. - Added
add
function to add seconds, minutes, hours, weeks, years in single call. - Added
sub
function, the opposite ofadd
. - Added
Duration
type used inadd
andsub
. - Added Azerbaijani (az) locale.
- Added Moroccan Arabic (ar-MA) locale.
๐ Changed
-
v2.8.1
November 22, 2019Thanks to @Imballinst for the bug fix!
๐ Fixed
-
v2.8.0
November 19, 2019๐ Kudos to @NaridaL, @Zyten, @Imballinst, @leshakoss and @Neorth for working on the release.
๐ Fixed
โ Added
-
v2.7.0
November 07, 2019๐ Thanks to @mzgajner, @NaridaL, @Zyten, @leshakoss, @fintara and @kpr-hellofresh for contributing to the release.
๐ Fixed
- ๐ Fixed a mistake in the Slovenian locale.
- ๐ Fixed incorrect behavior of
parseISO
in Firefox caused by differences ingetTimezoneOffset
.
๐ Changed
- Make object argument types more elaborate in Flow type definitions.
- ๐ Get rid of deprecated Function in Flow type definitions.
- ๐ Allow
parseJSON
to accept strings without trailing 'Z' symbol and with up to 6 digits in the milliseconds' field.
โ Added
-
v2.5.1
October 18, 2019 -
v2.5.0
October 16, 2019๐ Kudos to @dkozickis, @drugoi, @kranthilakum, @102, @gpetrioli and @JulienMalige for making the release happen.
๐ Fixed
- ๐ Fixed compatibility with IE11 by removing
findIndex
from the code. - ๐ Fixed Greek locale patterns.
โ Added
- ๐ Fixed compatibility with IE11 by removing
-
v2.4.1
September 28, 2019Thanks to @mrclayman for reporting the issue and @leshakoss for fixing it.
๐ Fixed
-
v2.4.0
September 27, 2019๐ This release brought to you by these amazing people: @lovelovedokidoki, @alexigityan, @kalekseev and @andybangs. You rock!
๐ Fixed
- ๐ Fixed Vietnamese parsing patterns.
- ๐ Fixed Czech parsing regexes.
- ๐ Fixed offset for Eastern Hemisphere in
parseISO
.
โ Added
-
v2.3.0
September 24, 2019๐ฑ Huge thanks to @lovelovedokidoki who improved 8 (!) locales in an unstoppable open-source rampage and @VesterDe for fixing Slovenian locale ๐
๐ Fixed
- ๐ Fixed the translation of "yesterday" in the Slovenian locale.
- ๐ Fixed French parsing issues with June and August.
- ๐ Improved Turkish parsing.
- ๐ Fixed "March" in Dutch parsing patterns.
- ๐ Fixed Hindi parsing patterns.
โ Added