what stackpulse tracks
date-fns releases from GitHub
StackPulse watches date-fns release notes and keeps the original source link close to every summary.
Modern JavaScript date utility library StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches date-fns release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This release focuses on reducing the package size of date-fns, cutting the zipped size from 5.83 MB to 2.89 MB. CDN scripts have been moved to a separate `@date-fns/cdn` package.
Users relying on CDN scripts are affected and need to update their script URLs.
Update CDN script references to use the new `@date-fns/cdn` package URL.
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.
Users relying on the `date-fns` CDN scripts are affected.
Migrate to the new `@date-fns/cdn` package for CDN usage.
This release focuses on bug fixes, including improvements to locale handling and modularized optimization fallback for frameworks like Next.js.
Users relying on specific locale configurations (e.g., `pt`, `zh-CN`, `zh-HK`, `zh-TW`) or using modularized imports in frameworks like Next.js may be affected.
Update to v4.3.0 to benefit from locale fixes and modularized optimization improvements.
This release fixes missing type definitions in v4.2.0 caused by a TypeScript misconfiguration.
Users relying on TypeScript type definitions in v4.2.0 are affected.
Upgrade to v4.2.1 to restore missing type definitions.
This minor release focuses on documentation updates, including references to the Temporal API in JSDoc annotations for specific functions.
Developers using `add`, `addBusinessDays`, and `addDays` functions may benefit from updated JSDoc annotations.
Review the updated documentation and JSDoc annotations for improved clarity.