Skip to content

Latest commit

 

History

History
94 lines (63 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

94 lines (63 loc) · 2.77 KB

Changelog

3.0.0 (2025-01-11)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

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
  • 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

  • support cjs and esm both by tshy (#12) (9136768)

2.0.0 / 2017-11-11

others

1.2.2 / 2017-11-10

fixes

others

1.2.1 / 2017-10-11

fixes

1.2.0 / 2017-10-11

features

1.1.2 / 2017-07-21

  • fix: should not throw when referrer illegal (#5)

1.1.1 / 2017-06-04

  • docs: fix License url (#4)

1.1.0 / 2017-06-01

  • test: test on node 8
  • feat: support _callback and callback

1.0.0 / 2017-01-23

  • fix: refine jsonp (#1)
  • feat: init jsonp