Skip to content

Releases: telostat/typescript-prelude

v0.5.0

16 Nov 09:13
8aef032
Compare
Choose a tag to compare

0.5.0 (2023-11-16)

⚠ BREAKING CHANGES

  • drop node 16 support

Features

  • add quarter dates to pivot dates (a6f4d2f)

Miscellaneous Chores

v0.4.1

21 Aug 12:02
d6633d3
Compare
Choose a tag to compare

0.4.1 (2023-08-21)

Bug Fixes

  • wrong version tag for dayjs (e6d7b3d)

v0.4.0

21 Aug 11:38
0ef2fd0
Compare
Choose a tag to compare

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

27 Jun 14:57
d8d93cd
Compare
Choose a tag to compare

0.3.1 (2023-06-27)

Features

  • add new plugins to dayjs instances (42d77fd)

v0.3.0

19 May 07:16
87c47ee
Compare
Choose a tag to compare

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

31 Jan 08:49
93552ac
Compare
Choose a tag to compare

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

  • improve temporal module (3b344ae)

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

28 Dec 11:01
06829a7
Compare
Choose a tag to compare

0.1.2 (2022-12-28)

Bug Fixes

  • fix safeDiv implementation (a6d3ccd)

v0.1.1

03 Aug 12:46
b60356c
Compare
Choose a tag to compare

0.1.1 (2022-08-03)

Bug Fixes

  • types are broken for SDate and SDateTime (0447159)

v0.1.0

01 Aug 09:12
11708ce
Compare
Choose a tag to compare

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

28 Jul 08:23
3bc0a27
Compare
Choose a tag to compare

0.0.2 (2022-07-28)

Bug Fixes