Skip to content

Releases: calidy-com/dayjs-calendarsystems

Release v2.1.1

25 Jan 11:54

Choose a tag to compare

What's Changed

  • chore: release v2.1.1 (eea60f1)
  • Merge pull request #20 from calidy-com/claude/automate-npm-publishing-lG9aL (5404732)
  • ci: automate npm publishing with release-please (1284594)
  • Upgrade Node.js version to 24 in release workflow (128df71)

Full Changelog: v2.1.0...v2.1.1

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

25 Jan 10:56
004c26d

Choose a tag to compare

What's Changed

  • docs: Mark Ethiopian calendar as complete and add documentation by @amirhmoradi in #14
  • feat: add chinese calendar by @amirhmoradi in #15
  • docs: Comprehensive README.md rewrite with SEO optimization and best … by @amirhmoradi in #16
  • fix: prevent toCalendarSystem() from mutating global locale state by @amirhmoradi in #19

Full Changelog: v2.0.1...v2.1.0

🚀 Release v2.0.1

05 Nov 16:09
8e9cb89

Choose a tag to compare

📦 Release 2.0.1

🚀 What's New

🐛 Bug Fixes

  • Add daysInMonth methods and fix calendar system registry lookup
  • Correct calendar system tests based on real-world calendar rules
  • Resolve additional CI test failures

📝 Other Changes

  • Merge pull request #12 from calidy-com/claude/investigate-issue-7-011CUoiHAFiFDxEGTnDj8ckR
  • Merge pull request #13 from calidy-com/claude/fix-calendar-tests-011CUoiHAFiFDxEGTnDj8ckR

📥 Installation

npm install @calidy/dayjs-calendarsystems@2.0.1

or

yarn add @calidy/dayjs-calendarsystems@2.0.1

🔗 Links

👥 Contributors

Thank you to all contributors who made this release possible! 🎉


Full Changelog: v2.0.0...v2.0.1

v2.0.0

05 Nov 12:57
301c271

Choose a tag to compare

Major release with comprehensive improvements:

  • Mars Calendar System (Darian calendar)
  • Fixed Hijri calendar accuracy issue
  • Complete Ethiopian calendar implementation
  • Comprehensive test coverage for all calendars
  • Usage examples for all calendar systems
  • Updated all dependencies to latest versions
  • Automated release workflow with changelog generation
  • Optimized CI/CD pipeline

What's Changed

  • fix: use Intl API with islamic-umalqura for accurate Hijri calendar c… by @amirhmoradi in #8
  • feat: add Mars Calendar System (Darian Calendar) with comprehensive s… by @amirhmoradi in #9
  • feat: Add production-ready CI/CD, Ethiopian calendar, and comprehensi… by @amirhmoradi in #10
  • chore(release): 2.0.0 by @amirhmoradi in #11

New Contributors

Full Changelog: v1.11.3...v2.0.0