Releases: kravetsone/elysia-connect-middleware
v0.0.6
chore: bump all
Full Changelog: v0.0.5...v0.0.6
v0.0.5
chore: add test for #1
chore: add more tests for query handling
chore: some improves at createRequest & Response
chore: disable express-processimage test
chore: bump
Full Changelog: v0.0.4...v0.0.5
v0.0.4
refactor: use NextFunction from express types
chore: name handlers for https://elysiajs.com/blog/elysia-11.html#opentelemetry
feat: enable body to be passed to requestuses .json function form Request to fill body value of request
style: use tab spaces
fix: resolve message outside of returning function
fix: remove un-needed error catch
test: fix Simple parse body
fix: remove un-needed asyncs
refactor: add typings to body
test: add Handle request with no body test
fix: add .clone when .json called
Merge pull request #3 from magicjase11/feat/put-body-in-requestFeat: Put body in request
chore: use text lockfile
chore: test fixes and bump
fix: test cause elysiajs/elysia#1128
chore: add pkgroll to dev deps
What's Changed
- Feat: Put body in request by @magicjase11 in #3
New Contributors
- @magicjase11 made their first contribution in #3
Full Changelog: v0.0.3...v0.0.4
v0.0.3
v0.0.2
chore: add seed
chore: add links to repo
chore: add tests with vite dev server
chore: move elysia to peerDependencies
chore: bump
chore: add author info
Full Changelog: v0.0.1...v0.0.2
v0.0.1
chore: more and more attempts...
feat: finally... middlewares in Elysia
chore: add query params parser
chore: use express types
chore: fix issues
chore: add tests
chore: add README
chore: add deps
chore: configure package
chore: add CICD to publish
chore: add missing script
chore: remove jsr publish and improve README
chore: add MIT license
chore: add version to package.json
Full Changelog: https://github.com/kravetsone/elysia-connect-middleware/commits/v0.0.1