All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.1.0 (2023-07-08)
3.0.3 (2023-03-08)
3.0.2 (2020-07-23)
- type error with formatDateIso points to null for ValidDate (baf40c9)
3.0.1 (2020-05-07)
3.0.0 (2020-02-11)
- changed bundler, so there is a tiny chance of breaking
- allow to extend format method (713cf93), closes #17
- move to rollup (b13576a), closes #13
- parseIso with 6-digit years (5d2b6da)
3.0.0-canary.0 (2020-02-10)
- changed bundler, so there is a tiny chance of breaking
2.3.3 (2020-01-25)
- fixed parseIso issues with dst (1e86751)
2.3.2 (2020-01-21)
2.3.1 (2020-01-21)
- incorrect parsing date at DST (8f7c516)
2.3.0 (2019-07-27)
- da locale (8b0d7fa)
2.2.2 (2019-06-06)
- ignore sauce tests (40ae474)
2.2.1 (2019-03-10)
2.2.0 (2019-02-04)
- new method - createCustomFormat (2149307)
2.1.8 (2019-01-31)
- updated packages, fixes security vulnerabilities in devDependencies (dc86f09)
2.1.7 (2018-06-13)
2.1.6 (2017-08-12)
- added sibling tokens into formatter function, apply proper declension for "D[ ]MMMM" (f7ef80a)
2.1.5 (2017-08-09)
- simplify tokensRx (86237a3)
2.1.4 (2017-07-26)
- ValidDate type not exported (5377be2)
2.1.3 (2017-07-21)
2.1.2 (2017-07-18)
- removed Object.keys & Object.assign usage, so no polyfills required (cc54414)
2.1.1 (2017-07-17)
- adding right amount of time across dst for addUnit methods (b439f6f)
- calculating correct diffDate across dst (2c9a3d2)
2.1.0 (2017-07-15)
- added performance test (f5eeec6)
- removed method "asDate", use just "as Date" (07e8666)
- ValidDate as global type when importing lib (4ff1056)
2.0.3 (2017-07-12)
- added parsers for ordinal values (e15e0ea)
2.0.2 (2017-07-10)
2.0.1 (2017-07-10)
2.0.0 (2017-07-07)
- diff method should return null if one of arguments is Invalid Date (2b63fe6)
- new method: isValidDate (76cb5b2)
2.0.0-alpha.2 (2017-07-05)
2.0.0-alpha.1 (2017-07-05)
- format methods should return null instead of magic strings (e639ad9)
- rename newTsDate creation methods to newValidDate (3837b76)
- resetUnit should return type Date for Date (4ed3e6e), closes #2
- this methods available only with new names: newValidDate, newValidDateOrThrow
2.0.0-alpha.0 (2017-07-04)
- changed import paths to locales for cjs and es6 modules
1.5.0 (2017-07-01)
- rename createTsDate to fromDate (7a8c6a1)
1.4.3 (2017-06-30)
- cleanup properly before package build (2089477)
1.4.2 (2017-06-29)
- fixed warning about multiple exports for format/parse (c56889c)