Releases: gravity-ui/date-utils
Releases · gravity-ui/date-utils
v2.5.6
2.5.6 (2024-11-21)
Bug Fixes
- expandFormat: use short localized format from formats object (#82) (4df8e6e)
v2.5.5
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
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
2.5.3 (2024-06-10)
Bug Fixes
- missing type: added export for DurationUnit type (#68) (75bdaef)
v2.5.2
2.5.2 (2024-05-27)
Bug Fixes
- DateTime: add missing formats and show ordinal values without brackets (#66) (dd9d942)
v2.5.1
2.5.1 (2024-05-23)
Bug Fixes
v2.5.0
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
2.4.0 (2024-04-24)
Features
Bug Fixes
- Duration: humanize should not depend on DST (#56) (9784b50)
v2.3.0
2.3.0 (2024-04-15)
Features
- custom parser for relative date input (#53) (6b23322)
v2.2.0
2.2.0 (2024-04-08)
Features
- DateTime: add helper to interpret input without timezone as utc time otherwise convert to utc (#50) (8de9d1d)