0.5.0 (2023-11-16)
- drop node 16 support
- add quarter dates to pivot dates (a6f4d2f)
- drop node 16 support (43008f4)
0.4.1 (2023-08-21)
- wrong version tag for dayjs (e6d7b3d)
0.4.0 (2023-08-21)
- do not export dayjs and make it peer dependency
- iso date format has wrong letter for seconds (7810858)
- do not export dayjs and make it peer dependency (8d22491)
0.3.1 (2023-06-27)
- add new plugins to dayjs instances (42d77fd)
0.3.0 (2023-05-19)
- make minimum supported node version 16
- make minimum supported node version 16 (846da38)
0.2.0 (2023-01-31)
- We have refactored the names AND the semantics of our finite, arbitrary precision number constructors.
- drop newtype module
- Adjective usage is more proper than noun usage. Also, this module will eventually introduce more definitions which are not coming from purify.ts.
- Adjective usage is more proper than noun usage, like that we are using numeric for the module that deals with numbers and textual for the module that deals with texts.
- Adjective usage is more proper than noun usage, like that we are using numeric for the module that deals with numbers.
- decimal module did not have exlusively
Decimal
related definitions. Therefore, the module is renamed to numeric.
- improve temporal module (3b344ae)
- drop newtype module (b1b5d7b)
- refactor finite, arbitrary precision number constructors (59cfdd7)
- rename decimal module to numeric (1cbe070)
- rename purify module to functional (f6509f7)
- rename text module to textual (118fa9f)
- rename zeitgeist module to temporal (9fb015d)
0.1.2 (2022-12-28)
- fix safeDiv implementation (a6d3ccd)
0.1.1 (2022-08-03)
- types are broken for SDate and SDateTime (0447159)
0.1.0 (2022-08-01)
- add SDate and SDateTime type aliases (b413e49)
- add sumDecimals function, revisit decimal module (be9d5d1)
- improve decimal module (608b4f0)
- re-export day.js (e5f2351)
- re-export decimal.js (00747a5)
- re-export purify-ts (ea8eab6)
- start error module (5c4370d)
- start text module (023b52c)
0.0.2 (2022-07-28)
- init codebase, add newtype module (579bb30)
- release 0.0.1 (7868c61)