Skip to content

Commit 7f7fb55

Browse files
Release 2.0.0
[skip ci] ## [2.0.0](v1.1.0...v2.0.0) (2025-01-11) ### ⚠ BREAKING CHANGES * drop Node.js < 18.19.0 support part of eggjs/egg#3644 eggjs/egg#5257 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Configuration Updates** - Updated ESLint configuration to improve code quality and consistency - Removed legacy configuration files (JSHint, Travis CI) - Added TypeScript configuration with strict type checking - **CI/CD Improvements** - Replaced Travis CI with GitHub Actions workflows - Added automated testing and release processes - Configured Node.js version support (18.19.0, 20, 22) - **Project Maintenance** - Updated README with modern badges and documentation - Simplified package configuration - Removed outdated contributor information - **Development Environment** - Updated `.gitignore` to reflect current project structure - Added coverage and build-related ignore rules <!-- end of auto-generated comment: release notes by coderabbit.ai --> ### Features * support cjs and esm both by tshy ([#5](#5)) ([fa2f0ff](fa2f0ff))
1 parent fa2f0ff commit 7f7fb55

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
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))
143

244
1.1.0 / 2024-01-11
345
==================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonp-body",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Helper to create more safe jsonp response body for koa and other web framework",
55
"homepage": "https://github.com/node-modules/jsonp-body",
66
"repository": {

0 commit comments

Comments
 (0)