Releases: foxifyjs/foxify
Releases · foxifyjs/foxify
@foxify/[email protected]
Patch Changes
- Updated dependencies [
634f7ec
,978b57e
]:- @foxify/[email protected]
New Contributors
- @github-actions made their first contribution in #48
@foxify/[email protected]
Minor Changes
- #50
978b57e
Thanks @ardalanamini! - Checkmax-age
inCache-Control
header for freshness
Patch Changes
634f7ec
Thanks @ardalanamini! - Improve stale check performance
New Contributors
- @github-actions made their first contribution in #48
v1.0.0-beta.0
Bug Fixes
Refactors
- Use
@foxify/router
instead of current implementation (c3244b7 by @ardalanamini) - Use
@foxify/http
instead of current implementation (0e83996 by @ardalanamini)
Dependencies
- Update dependencies (d1ac3ce by @ardalanamini)
Documentation Changes
- Update TypeDoc config (41cb8bd by @ardalanamini)
Code Style Changes
- Update ESLint config (#22 0e458aa by @ardalanamini)
- Use
eslint
instead oftslint
(#15 26f2133 by @ardalanamini)
Build System
- Update TypeScript config (2312d3d by @ardalanamini)
- Use PNPM instead of NPM (#27 6e1303f by @ardalanamini)
Continuous Integration
- Update workflows (#29 1c6a747 by @ardalanamini)
Tests
- Update Jest config (#28 153a97a by @ardalanamini)
Chores
- Update README.md (d8cb4d8 by @ardalanamini, 3690078 by @ardalanamini)
- Use the organization
.github
meta-repository resources (4793f24 by @ardalanamini) - Update LICENSE (70f49a0 by @ardalanamini)
- CI:
- Add Github workflows (44c7a8f by @ardalanamini)
- License:
- Update License (7fe3100 by @ardalanamini)
- NPM:
- Update dependencies (340e268 by @ardalanamini, 4f200d8 by @ardalanamini)
Other Changes
- foxifyjs/foxify (d403e8a by @ardalanamini)
New Contributors
- @snyk-bot made their first contribution in #7
- @dependabot made their first contribution in #8
- @ardalanamini made their first contribution in #13
Full Changelog: v0.10.7...v1.0.0-beta.0
v0.10.7
- 🌟 Improved performance
- 🌟 Better error responses
- 📦 Removed accept
- 📦 Removed encodeurl
- 📦 Removed fast-decode-uri-component
- 📦 Removed fresh
- 📦 Removed methods
- 📦 Removed parseurl
- 📦 Removed path-to-regex
- 📦 Removed range-parser
- 📦 Removed vary
v0.10.3
- 🌟 Improved performance
- 🪲 Fixed
subdomain.offset
setting - 👓 Added tests
v0.10.2
Merge branch 'development'
v0.10.1
Merge branch 'development'
v0.10.0
- ⚡ Added event listening ability to
Server
for custom error handlers - ⚡ Added
route
handler toRouter
- ⚡ Added param handler to
Router
- 🌟 Improved
Routing
performance (about 30% faster)
v0.9.0
- ⚡ Added
subdomain.offset
setting - ⚡ Added
subdomains
getter tohttp.IncomingMessage
- 🌟 Made
http
constants global byHTTP
name - 🌟 Improved performance
- 💥 Removed
content-length
option (and content-length calculation) - 🪲 Fixed route with prefix
use
not applying prefix bug - 🪲 Fixed typescript usage
v0.8.0
Implemented enhancements:
- added
https
option - added
https.key
setting - added
https.cert
setting - added
json schema
option to routing - added
stop
ability - added
reload
ability - improved performance