Skip to content

Commit

Permalink
release: @universal-middleware/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Aug 18, 2024
1 parent 2b7bc7e commit f800a43
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 2 deletions.
60 changes: 60 additions & 0 deletions packages/adapter-webroute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,63 @@
# 0.2.0 (2024-08-18)


* `universal-middleware` ([8ed60e7](https://github.com/magne4000/universal-handler/commit/8ed60e7f5441e657c60faa6a0a630667b9a8258e))


### BREAKING CHANGES

* All utils now accepts Handler and Middleware factories instead of direct Handler or Middleware

* feat: support for In and Out Context

* feat: webroute adapter

* chore: deno.lock

* fixes

* fix: typings

* feat: initial support for runtime parameter

* chore: update package.sjon

* chore: update package.sjon

* chore: dedupe webroute

* chore: return context update

* feat: complete webroute support

* chore: better TS types for webroute generated exports

* refactor: dts generation

* tests: auto generated exports typings

* chore: deps

* release: @universal-middleware/webroute@0.1.0

* chore: prepare files for release

* chore: update deno lock files

* chore: deno lock false

* chore: deno --unstable-byonm

* doc(universal-middleware): readme

* doc: symlink global README to universal-middleware package

* doc: intro to universal-middleware usage

* doc: README



# 0.1.0 (2024-08-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-webroute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@universal-middleware/webroute",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"description": "Webroute adapter for universal middlewares",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/universal-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@universal-middleware/express": "^0.2.0",
"@universal-middleware/hattip": "^0.2.0",
"@universal-middleware/hono": "^0.2.0",
"@universal-middleware/webroute": "^0.1.0",
"@universal-middleware/webroute": "^0.2.0",
"oxc-transform": "^0.24.3",
"package-up": "^5.0.0",
"unplugin": "^1.12.2"
Expand Down

0 comments on commit f800a43

Please sign in to comment.