This release focuses on a technical update: the codebase has been rewritten from TypeScript to JavaScript. TypeScript type definitions were changing too frequently, causing maintenance overhead. We decided it’s better to have something stable and reliable rather than constantly chasing updates.
What's Changed
- Increase dependabot pull request limit to 20 (was 5) by @MekDrop in #115
- Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #116
- Bump eslint-plugin-github from 5.1.8 to 6.0.0 by @dependabot in #125
- Converted TypeScript code into JavaScript by @MekDrop in #127
- Improve README.md by @MekDrop in #128
Full Changelog: v1.1.3...v2.0.0