All notable changes to this project will be documented in this file.
- Added
isWorkday
method to check if a date is a workday - Added
isHoliday
method to check if a date is a holiday
- Optimized documentation structure
- Added new method examples to README
- Generated index file before minifying JSON files
- Support to test CDN json data
- Updated the holiday dates of CN for 2020
- Updated documentation
- Updated documentation to reflect API changes
- Breaking: Renamed method
getHolidays
togetDates
for better API consistency - Updated data structure: renamed 'holidays' field to 'dates'
- Improved test coverage with specific date assertions
- Added support for custom data loaders
- Updated data structure: renamed 'holidays' field to 'dates'
- Improved test coverage with specific date assertions
- Improved documentation with official data sources and links
- Optimized README.md structure and content
- Updated default baseUrl to use unpkg CDN
- Updated CN region data format: 'name' field now uses Chinese text (same as name_cn)
- Optimized package size by adding .min.js and .min.json files
- Updated documentation with CDN examples
- Initial release
- Added GitHub/Gitee mirror repositories
- Added documentation (README.md, CONTRIBUTING.md)
- Added data format specification
- Added multi-language support (English/Chinese)
- Added China date data for 2002-2025
- Added Japan date data for 2000-2026
- Added jsDelivr CDN support