What's Changed
✨ Features
- Embed holiday data at build time - Replace runtime JSON file reading with a build-time data generation approach. This removes the
fsdependency and simplifies distribution by embedding compact holiday data directly into the TypeScript source.
Benefits
- No more runtime file system access required
- Simplified package distribution
- Works seamlessly in all JavaScript environments (Node.js, bundlers, etc.)
- Smaller runtime footprint
Full Changelog: 1.0.0...v1.0.1