mirror of
https://github.com/acamarata/luxon-hijri.git
synced 2026-06-30 18:54:28 +00:00
- Trim README to ≤80 lines with wiki link for full docs - Add CHANGELOG.md documenting v3.0.0 breaking change (peer-dep migration) - Add .github/wiki pages: _Sidebar, _Footer, Contributing, SECURITY, CODE_OF_CONDUCT
1.1 KiB
1.1 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[3.0.0] - 2026-05-28
Changed
- BREAKING:
luxonandhijri-coremoved fromdependenciestopeerDependencies. Consumers must now install both alongsideluxon-hijri. See the migration note below. - Peer range for
luxonwidened from^3.5.0to^3.0.0— any Luxon 3.x release is compatible.
Migration from v2.x
pnpm add luxon-hijri luxon hijri-core
# or
npm install luxon-hijri luxon hijri-core
Prior to v3.0.0, luxon and hijri-core were bundled as runtime dependencies. This caused Luxon to appear twice in bundled applications where it was already installed. v3.0.0 aligns with the peer-dependency pattern used by all other hijri wrapper packages (date-fns-hijri, dayjs-hijri-plus, moment-hijri-plus, temporal-hijri).
[2.1.0] - 2026-05-28
Added
- Initial release