Skip to content

Releases: ColinEberhardt/assemblyscript-temporal

v2.2.3

26 Jan 16:45
0512b9e

Choose a tag to compare

2.2.3 (2022-01-26)

Bug Fixes

v2.2.2

17 Jul 21:19

Choose a tag to compare

2.2.2 (2021-07-17)

Bug Fixes

  • duration: support nanosecond precision in toString (46b9dbc), closes #50 #55

v2.2.1

30 Jun 05:55

Choose a tag to compare

2.2.1 (2021-06-30)

Bug Fixes

  • instant: allow instantLike (1abf180)
  • instant: mark epochNanoseconds readonly (ff8093f)

v2.2.0

12 May 16:44

Choose a tag to compare

2.2.0 (2021-05-12)

Bug Fixes

Features

  • added a few additional methods to now (a664672)

v2.1.1

11 May 07:45
335b8d1

Choose a tag to compare

2.1.1 (2021-05-11)

Bug Fixes

  • moved AS to dev dependencies (335b8d1)

v2.1.0

11 May 07:31

Choose a tag to compare

2.1.0 (2021-05-11)

Features

  • Implemented Insant add, subtract, since, until (668d346)

v2.0.1

11 May 07:27

Choose a tag to compare

2.0.1 (2021-05-11)

Bug Fixes

v2.0.0

08 May 19:04

Choose a tag to compare

2.0.0 (2021-05-08)

Features

  • removed timezone-related classes (ZonedDateTime) (107b38e)

BREAKING CHANGES

  • All timezone related functionality has been removed - this will be moved to assemblyscript-temporal-tz

v1.12.0

07 May 05:59

Choose a tag to compare

1.12.0 (2021-05-07)

Features

  • implemented PlainDateTime since and until (74e07ce)

v1.11.0

05 May 05:36

Choose a tag to compare

1.11.0 (2021-05-05)

Bug Fixes

  • .until() and .since() support variable arg types (c492b56)
  • add() / subtract() have full arg type support (7c7f5fd)

Features

  • added remaining type conversion methods (9a3f79c)