Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
[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))
  • Loading branch information
semantic-release-bot committed Jan 11, 2025
1 parent fa2f0ff commit 7f7fb55
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
# Changelog

## [2.0.0](https://github.com/node-modules/jsonp-body/compare/v1.1.0...v2.0.0) (2025-01-11)


### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of https://github.com/eggjs/egg/issues/3644

https://github.com/eggjs/egg/issues/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](https://github.com/node-modules/jsonp-body/issues/5)) ([fa2f0ff](https://github.com/node-modules/jsonp-body/commit/fa2f0ffa04c7f2aad3e9a3e298bb9ed87fdd2982))

1.1.0 / 2024-01-11
==================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonp-body",
"version": "1.1.0",
"version": "2.0.0",
"description": "Helper to create more safe jsonp response body for koa and other web framework",
"homepage": "https://github.com/node-modules/jsonp-body",
"repository": {
Expand Down

0 comments on commit 7f7fb55

Please sign in to comment.