Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fork koa v2 and refactor by TypeScript #264

Closed
fengmk2 opened this issue May 30, 2023 · 1 comment · Fixed by eggjs/koa#1
Closed

Fork koa v2 and refactor by TypeScript #264

fengmk2 opened this issue May 30, 2023 · 1 comment · Fixed by eggjs/koa#1
Assignees

Comments

@fengmk2
Copy link
Member

fengmk2 commented May 30, 2023

https://github.com/koajs/koa/tree/v2.x => https://github.com/eggjs/koa

  • Drop Node.js < 16.13.0 support
  • Refactor by TypeScript
  • name to @eggjs/koa
  • LTS
@fengmk2 fengmk2 self-assigned this May 30, 2023
fengmk2 added a commit to eggjs/koa that referenced this issue May 30, 2023
fengmk2 added a commit to eggjs/koa that referenced this issue May 31, 2023
fengmk2 added a commit to eggjs/koa that referenced this issue Jun 4, 2023
fengmk2 added a commit that referenced this issue Jun 4, 2023
BREAKING CHANGE: Drop Node.js < 16.13.0 support

#264
fengmk2 added a commit to node-modules/get-ready that referenced this issue Jun 5, 2023
BREAKING CHANGE: Drop Node.js < 16.13.0 support

eggjs/egg-core#264
fengmk2 added a commit to node-modules/get-ready that referenced this issue Jun 5, 2023
BREAKING CHANGE: Drop Node.js < 16.13.0 support

eggjs/egg-core#264
fengmk2 pushed a commit to node-modules/get-ready that referenced this issue Jun 5, 2023
[skip ci]

## [3.0.0](v2.0.1...v3.0.0) (2023-06-05)

### ⚠ BREAKING CHANGES

* Drop Node.js < 16.13.0 support

eggjs/egg-core#264

### Features

* refactor with typescript ([#1](#1)) ([9eb913f](9eb913f))
fengmk2 added a commit that referenced this issue Jun 8, 2024
BREAKING CHANGE: Drop Node.js < 16.13.0 support

#264
@fengmk2
Copy link
Member Author

fengmk2 commented Jun 8, 2024

eggjs/koa#5

fengmk2 added a commit that referenced this issue Jun 17, 2024
BREAKING CHANGE: Drop Node.js < 18.19.0 support

#264

the core part of eggjs/egg#3644

Breaking changes:
- Drop Node.js < 18.19.0 support
- Drop generator function support
- loader functions change to async function
fengmk2 pushed a commit that referenced this issue Jun 17, 2024
[skip ci]

## [6.0.0](v5.3.1...v6.0.0) (2024-06-17)

### ⚠ BREAKING CHANGES

* Drop Node.js < 18.19.0 support

#264

the core part of eggjs/egg#3644

Breaking changes:
- Drop Node.js < 18.19.0 support
- Drop generator function support
- loader functions change to async function

### Features

* export asyncLocalStorage instance to global ([#267](#267)) ([910fe85](910fe85))
* support cjs and esm both ([#265](#265)) ([fed5f35](fed5f35))

### Bug Fixes

* use gals lib ([#268](#268)) ([72fafc8](72fafc8))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant