Releases: telostat/typescript-prelude
Releases · telostat/typescript-prelude
v0.5.0
0.5.0 (2023-11-16)
⚠ BREAKING CHANGES
Features
- add quarter dates to pivot dates (a6f4d2f)
Miscellaneous Chores
v0.4.1
0.4.1 (2023-08-21)
Bug Fixes
- wrong version tag for dayjs (e6d7b3d)
v0.4.0
0.4.0 (2023-08-21)
⚠ BREAKING CHANGES
- do not export dayjs and make it peer dependency
Bug Fixes
- iso date format has wrong letter for seconds (7810858)
Code Refactoring
- do not export dayjs and make it peer dependency (8d22491)
v0.3.1
0.3.1 (2023-06-27)
Features
- add new plugins to dayjs instances (42d77fd)
v0.3.0
0.3.0 (2023-05-19)
⚠ BREAKING CHANGES
- make minimum supported node version 16
Miscellaneous Chores
- make minimum supported node version 16 (846da38)
v0.2.0
0.2.0 (2023-01-31)
⚠ BREAKING CHANGES
- 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.
Features
Code Refactoring
- 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)
v0.1.2
0.1.2 (2022-12-28)
Bug Fixes
- fix safeDiv implementation (a6d3ccd)
v0.1.1
0.1.1 (2022-08-03)
Bug Fixes
- types are broken for SDate and SDateTime (0447159)
v0.1.0
0.1.0 (2022-08-01)
Features
- 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)
v0.0.2
0.0.2 (2022-07-28)
Bug Fixes