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 d965819 commit 22f2f76
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 2 deletions.
60 changes: 60 additions & 0 deletions packages/adapter-hattip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,63 @@
# [0.2.0](https://github.com/magne4000/universal-handler/compare/@universal-middleware/[email protected]...@universal-middleware/[email protected]) (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-07-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-hattip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@universal-middleware/hattip",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"description": "Hono 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 @@ -54,7 +54,7 @@
"dependencies": {
"@universal-middleware/core": "^0.2.0",
"@universal-middleware/express": "^0.1.1",
"@universal-middleware/hattip": "^0.1.0",
"@universal-middleware/hattip": "^0.2.0",
"@universal-middleware/hono": "^0.2.0",
"@universal-middleware/webroute": "^0.1.0",
"oxc-transform": "^0.24.3",
Expand Down

0 comments on commit 22f2f76

Please sign in to comment.