stack.pulse
#stacks/date-fns/library

date-fns release notes, breaking changes, and upgrade notes.

Modern JavaScript date utility library StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
5
breaking
1
security
0
deprecated
1
migrations
2

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

date-fns releases from GitHub

StackPulse watches date-fns release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
v4.4.0mediumdeprecationmigrationfeatureMay 29, 2026

v4.4.0

This release introduces a new `@date-fns/cdn` package and deprecates the `date-fns` CDN scripts, reducing the zipped package size from 5.83 MB to 3.96 MB without breaking changes.

affected

Users relying on the `date-fns` CDN scripts are affected.

action

Migrate to the new `@date-fns/cdn` package for CDN usage.

release_signals
!The `date-fns` CDN scripts are deprecated and will be removed in the next major release
+Introduced `@date-fns/cdn` package for CDN usage
migration_steps1 steps
  1. 01Switch to the new `@date-fns/cdn` package for CDN usage
view source on github->
date-fns release notes, breaking changes, and upgrade notes · StackPulse