Skip to content

Latest commit

 

History

History
109 lines (56 loc) · 4.41 KB

changelog.md

File metadata and controls

109 lines (56 loc) · 4.41 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.7.1 (2021-04-23)

Features

  • dates: allow to include weekends for getDatesOfNextWeeks (5129241)

2.7.0 (2020-11-06)

Features

  • dates: allow to set granularity for isInFuture and isInPast (b889880)

2.6.0 (2020-11-04)

Features

  • dates: add isInFuture and isInPast (0e05699)

2.5.1 (2020-08-07)

Bug Fixes

  • inferred types of throttle with and without skipFn (7e75442)

2.5.0 (2020-08-07)

Features

Bug Fixes

  • utils: return types of debounce and throttle (023f484)

2.4.1 (2020-07-31)

Bug Fixes

  • utils: useRef doesn't set null refs by default (6d79bc5)

2.4.0 (2020-07-27)

Features

  • ionic: showProgress calls don't cancel each other (b64c0f8)

2.3.0 (2020-07-22)

Features

  • add convertDataUrlToBlob util (4551a4d)

2.2.0 (2020-06-19)

Features

  • utils: add useRef helper (fa05251)

2.1.0 (2020-06-02)

Features

2.0.1 (2020-06-01)

Bug Fixes

  • utils: jwt parser util is for jitbug only (ed47594)
  • utils: stop depending on moment (8066265)

2.0.0 (2020-06-01)

⚠ BREAKING CHANGES

  • dates: Instead of expecting that moment is defined globally, there's a new method setMomentReference that needs to be used to provide a reference to the moment function/object.

This also updates the moment and moment-timezone dependencies.

Features

  • dates: no more global moment (08018f8)
  • time: subtract method (f59b7f1)

Bug Fixes

  • arrays: removeFromArray always returns a copy (4acb473)

1.0.3 (2020-05-29)

Bug Fixes

  • viewportIsMin in safari (f3b33fa)

1.0.2 (2020-03-31)

Bug Fixes

  • make mergeDateAndTime work across DST changes (8e5bd63)

1.0.1 (2020-03-11)

1.0.0 (2020-03-10)

Initial Version.