Skip to content

Releases: gravity-ui/date-utils

v2.5.6

21 Nov 11:18
c666d3f
Compare
Choose a tag to compare

2.5.6 (2024-11-21)

Bug Fixes

  • expandFormat: use short localized format from formats object (#82) (4df8e6e)

v2.5.5

30 Oct 09:53
a511008
Compare
Choose a tag to compare

2.5.5 (2024-10-30)

Bug Fixes

  • DateTimeImpl should work with any instances of type DateTime (#79) (b552c5f)
  • isValid should not throw (#78) (f819783)

v2.5.4

30 Sep 11:37
73ebe01
Compare
Choose a tag to compare

2.5.4 (2024-09-30)

Bug Fixes

  • dateTime: calculate ralative time via duration (#75) (8b8d132)
  • dateTimeParse: parse 0 as valid dateTime (#74) (8df988e)

v2.5.3

10 Jun 10:21
9f50111
Compare
Choose a tag to compare

2.5.3 (2024-06-10)

Bug Fixes

  • missing type: added export for DurationUnit type (#68) (75bdaef)

v2.5.2

27 May 12:01
3e416ee
Compare
Choose a tag to compare

2.5.2 (2024-05-27)

Bug Fixes

  • DateTime: add missing formats and show ordinal values without brackets (#66) (dd9d942)

v2.5.1

23 May 18:57
bfc7913
Compare
Choose a tag to compare

2.5.1 (2024-05-23)

Bug Fixes

  • locale: add formats to en locale (#64) (8e2025e)

v2.5.0

23 May 15:56
54b77be
Compare
Choose a tag to compare

2.5.0 (2024-05-23)

Features

  • DateTime: use own format and all dates math, remove unused dayjs plugins (#62) (72c210c)
  • Duration: add format method (#60) (aa0af56)

v2.4.0

24 Apr 14:51
155e56e
Compare
Choose a tag to compare

2.4.0 (2024-04-24)

Features

Bug Fixes

  • Duration: humanize should not depend on DST (#56) (9784b50)

v2.3.0

15 Apr 17:49
5f3d4e9
Compare
Choose a tag to compare

2.3.0 (2024-04-15)

Features

  • custom parser for relative date input (#53) (6b23322)

v2.2.0

08 Apr 09:36
eae9abc
Compare
Choose a tag to compare

2.2.0 (2024-04-08)

Features

  • DateTime: add helper to interpret input without timezone as utc time otherwise convert to utc (#50) (8de9d1d)