Skip to content

v1.0.1

Latest

Choose a tag to compare

@kang8 kang8 released this 07 Dec 12:04
098fa7d

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 fs dependency 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