Releases: eggjs/jsonp
Releases · eggjs/jsonp
v3.0.0
3.0.0 (2025-01-11)
⚠ BREAKING CHANGES
- drop Node.js < 18.19.0 support
part of eggjs/egg#3644
Summary by CodeRabbit
Release Notes
-
New Features
- Added TypeScript support for the JSONP plugin
- Modernized project structure with ES module syntax
- Enhanced type definitions and configuration
- Introduced new GitHub Actions workflows for CI/CD
- Added a new class for JSONP error handling
-
Breaking Changes
- Renamed package from
egg-jsonp
to@eggjs/jsonp
- Dropped support for Node.js versions below 18.19.0
- Refactored configuration and middleware approach
- Renamed package from
-
Improvements
- Updated GitHub Actions workflows for CI/CD
- Improved security checks for JSONP requests
- Added more robust error handling
- Enhanced logging configuration
-
Dependency Updates
- Updated core dependencies
- Migrated to modern TypeScript tooling
Features
This release is also available on:
v2.0.0
What's Changed
- refactor: use async function and support egg@2 by @dead-horse in #10
Full Changelog: 1.2.2...v2.0.0