Releases: aklinker1/zeta
Releases · aklinker1/zeta
v2.2.0
🚀 Enhancements
- Expose transport parameters (like
serverobject) in request handlers (#11)
🩹 Fixes
- Replace module augmentation with helper functions (#14)
📖 Documentation
- Add transport docs (8c2cfa5)
🏡 Chore
❤️ Contributors
- Aaron (@aklinker1)
v2.1.3
v2.1.2
v2.1.1
v2.1.0
🚀 Enhancements
- Support app-level
tagsandsecurityapply to all app routes (1de696e)
🩹 Fixes
- Fix
NotImplementedHttpErrorname typo (5e00476) - Include
set.headerson response when an error is thrown (6ac7be8) - Properly set
ctx.responseto aResponsewhen returning a value from handlers. (2f47650) - Only call
onGlobalAfterResponseonce (8572374) - types: Allow returning
Response ([ voidforonGlobalRequest,onTransform, andonBeforeHandlehooks](https://github.com/aklinker1/zeta/commit/ voidforonGlobalRequest,onTransform, andonBeforeHandle` hooks))
📖 Documentation
🏡 Chore
- Sort imports (21f9859)
- Add integration test example (a746d13)
- Use
dedentin examples (3c7c90a) - Ignore CHANGELOG.md from prettier formatting (4bf825f)
- Add CORS example (727f4e2)
- Add file upload example (93cf160)
- Cleanup tsconfig (e76f43f)
- Move benchmark to benchmarks directory (e0e942b)
- Fix formatting (c5c9978)
❤️ Contributors
- Aaron (@aklinker1)
- 6b687de (@aaron)
v2.0.0
🚀 Enhancements
⚠️ Compile optimized fetch and route handler functions (#5)- Build path/query/header OpenAPI parameters without
SchemaAdapter.parseParamsRecord(4b011cd) - open-api: Automatically generate
summarybased onoperationId(f54af7d)
🔥 Performance
- Reduce internal overhead to increase request throughput by ~1.5-3x (#3)
🩹 Fixes
- openapi: Correctly handle generating spec with a "/" endpoint (4bd258f)
- Properly detect
Responseshort-circuit (edfe3d4) - jsr: Make zod an optional dependency, not a dynamic import (5c55921)
📖 Documentation
- Add docs site (#6)
- Fix typos (2f44171)
- Update badges (15cde06)
- Add Github link (bee6ada)
- Hide search until it's implemented (5716954)
- Update docs link in README (9232d79)
🏡 Chore
⚠️ Breaking Changes
⚠️ Compile optimized fetch and route handler functions (#5)
❤️ Contributors
- Aaron (@aklinker1)
v1.3.3
🩹 Fixes
- Fix incorrect input type for
UploadFilesBodyschema (5e74f08)
📖 Documentation
- Document file upload and form data body types usage (7f11fe5)
🏡 Chore
- Fix formatting (f217b9c)
❤️ Contributors
- Aaron (@aklinker1)
v1.3.2
🩹 Fixes
- When uploading a
FileList, get the correct property from theFormData(cf76b14)
❤️ Contributors
- Aaron (@aklinker1)
v1.3.1
🩹 Fixes
- Check if FileList class exists before accessing it (0abf094)
❤️ Contributors
- Aaron (@aklinker1)
v1.3.0
🚀 Enhancements
FormData,File, andFileListbody types (f3bdffa)
🏡 Chore
- Fix lint errors (54604c4)
❤️ Contributors
- Aaron (@aklinker1)