Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arctome committed Sep 24, 2021
1 parent 4d6ec88 commit 70890a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 0.0.1 (2021-09-24)

### Features

- **base:** finish base middleware loader ([52239a0](https://github.com/arctome/koaw/commit/52239a0e9222b11a61472cc27f01bba6a30fcc12))
- **core:** add chain usage & tests ([4d6ec88](https://github.com/arctome/koaw/commit/4d6ec88ecdf859797bff9283c79c6822678617f7))
- **core:** remove the requirement of return `ctx`, improve unit tests ([4836bb9](https://github.com/arctome/koaw/commit/4836bb94230f9e6b1ad16461d56a047c0848cd04))
- **plugin:** add `koaw-router` to core package ([33ee538](https://github.com/arctome/koaw/commit/33ee538699ef6e96aff6fbe063df1906812316be))
- **plugin:** fix `KoawRouter` & add `cors` ([cfc785c](https://github.com/arctome/koaw/commit/cfc785c1bd3f46d2f066e556eedd061aa32eec46))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koaw-js",
"version": "0.0.0",
"version": "0.0.1",
"description": "Cloudflare Worker version of Koa web application framework, customized, well documented.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 70890a6

Please sign in to comment.