- Added
availableLanguages(),availableRegions(), andavailableCategory()endpoint wrappers. - Added GitHub Actions CI workflow.
- Added unit tests with mocked
fetch.
- Migrated from module-global
API_KEYto instance-scoped auth. - Migrated from
node-fetchto nativefetch(Node 18+). - Aligned
search()andlatestNews()parameters with the current documented API surface. - Modernized
package.jsonmetadata: updated repository URL, keywords, and engines. - Updated README with current docs link and usage examples.
- Dropped callback-style API in favor of a clean Promise-based API.
- Removed legacy Babel build step and
dist/output.
- First release of the official CurrentsAPI package.