All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.0 (2024-10-10)
2.7.1 (2021-04-23)
- dates: allow to include weekends for getDatesOfNextWeeks (5129241)
2.7.0 (2020-11-06)
- dates: allow to set granularity for isInFuture and isInPast (b889880)
2.6.0 (2020-11-04)
- dates: add isInFuture and isInPast (0e05699)
2.5.1 (2020-08-07)
- inferred types of
throttle
with and withoutskipFn
(7e75442)
2.5.0 (2020-08-07)
- add goToPreviousRoute (d814f19)
- utils: return types of debounce and throttle (023f484)
2.4.1 (2020-07-31)
- utils: useRef doesn't set null refs by default (6d79bc5)
2.4.0 (2020-07-27)
- ionic: showProgress calls don't cancel each other (b64c0f8)
2.3.0 (2020-07-22)
- add
convertDataUrlToBlob
util (4551a4d)
2.2.0 (2020-06-19)
- utils: add useRef helper (fa05251)
2.1.0 (2020-06-02)
- utils: validate jwt (11902f8)
2.0.1 (2020-06-01)
2.0.0 (2020-06-01)
- dates: Instead of expecting that
moment
is defined globally, there's a new methodsetMomentReference
that needs to be used to provide a reference to themoment
function/object.
This also updates the moment
and moment-timezone
dependencies.
- arrays:
removeFromArray
always returns a copy (4acb473)
1.0.3 (2020-05-29)
- viewportIsMin in safari (f3b33fa)
1.0.2 (2020-03-31)
- make mergeDateAndTime work across DST changes (8e5bd63)
1.0.1 (2020-03-11)
Initial Version.