|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [2.0.0](https://github.com/node-modules/jsonp-body/compare/v1.1.0...v2.0.0) (2025-01-11) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* drop Node.js < 18.19.0 support |
| 9 | + |
| 10 | +part of https://github.com/eggjs/egg/issues/3644 |
| 11 | + |
| 12 | +https://github.com/eggjs/egg/issues/5257 |
| 13 | + |
| 14 | +<!-- This is an auto-generated comment: release notes by coderabbit.ai |
| 15 | +--> |
| 16 | + |
| 17 | +## Summary by CodeRabbit |
| 18 | + |
| 19 | +- **Configuration Updates** |
| 20 | + - Updated ESLint configuration to improve code quality and consistency |
| 21 | + - Removed legacy configuration files (JSHint, Travis CI) |
| 22 | + - Added TypeScript configuration with strict type checking |
| 23 | + |
| 24 | +- **CI/CD Improvements** |
| 25 | + - Replaced Travis CI with GitHub Actions workflows |
| 26 | + - Added automated testing and release processes |
| 27 | + - Configured Node.js version support (18.19.0, 20, 22) |
| 28 | + |
| 29 | +- **Project Maintenance** |
| 30 | + - Updated README with modern badges and documentation |
| 31 | + - Simplified package configuration |
| 32 | + - Removed outdated contributor information |
| 33 | + |
| 34 | +- **Development Environment** |
| 35 | + - Updated `.gitignore` to reflect current project structure |
| 36 | + - Added coverage and build-related ignore rules |
| 37 | + |
| 38 | +<!-- end of auto-generated comment: release notes by coderabbit.ai --> |
| 39 | + |
| 40 | +### Features |
| 41 | + |
| 42 | +* support cjs and esm both by tshy ([#5](https://github.com/node-modules/jsonp-body/issues/5)) ([fa2f0ff](https://github.com/node-modules/jsonp-body/commit/fa2f0ffa04c7f2aad3e9a3e298bb9ed87fdd2982)) |
1 | 43 |
|
2 | 44 | 1.1.0 / 2024-01-11 |
3 | 45 | ================== |
|
0 commit comments