Sourced from date-fns's releases.
v3.2.0
This release is brought to you by
@kossnocorp
,@fturmel
,@grossbart
,@MelvinVermeer
, and@jcarstairs-scottlogic
.Fixed
Fixed types compatibility with Lodash's
flow
and fp-ts'spipe
. (#3641)Added
- Added exports of
format
,lightFormat
, andparse
internals that enable 3rd-parties to consume those.
Sourced from date-fns's changelog.
v3.2.0 - 2024-01-09
This release is brought to you by
@kossnocorp
,@fturmel
,@grossbart
,@MelvinVermeer
, and@jcarstairs-scottlogic
.Fixed
Fixed types compatability with Lodash's
flow
and fp-ts'spipe
. (#3641)Added
- Added exports of
format
,lightFormat
, andparse
internals that enable 3rd-parties to consume those.
716992a
Promote to v3.2.025f1bd6
Make FP comatible with Lodash and fp-ts (closes #3641)7b115b7
Add commented noErrorTruncation to tsconfig3d85c7d
Export internals from format
, lightFormat
, and parse
b15fdac
Fix roundToNearestMinutes
(#3132)d461c19
Use OCTOKIT_TOKEN instead of GITHUB_TOKEN