Releases: sejori/peko
v1.7.4
What's Changed
- apply
hostname
tostdServer
by @navtoj in #140 - feat: new logos from iiisun.art by @sebringrose in #141
- fix: readme logo by @sebringrose in #142
- New logos by @sebringrose in #143
- Hotfixes by @sebringrose in #144
- Update README.md by @sebringrose in #145
- Add files via upload by @sebringrose in #146
- Update README.md by @sebringrose in #147
- BodyInit instead of string for SSR and CryptoHash by @sebringrose in #148
Full Changelog: 1.7.3...1.7.4
v1.7.3
v1.7.2
v1.7.1
v1.7.0
Server now extends router and can have new routers added via use
method! 💪
What's Changed
- Update README.md by @sebringrose in #125
- [fix] lang specifier by @user6879 in #126
- Update README.md by @sebringrose in #127
- Update README.md by @sebringrose in #128
- Profiler by @sebringrose in #129
- Update README.md by @sebringrose in #131
- Sitemaps by @sebringrose in #130
- fix: examples by @sebringrose in #132
New Contributors
- @user6879 made their first contribution in #126 ❤️
Full Changelog: 1.6.0...1.7.0
v1.6.0
What's Changed
- feat: route.route => route.path by @sebringrose in #123
- Static dir by @sebringrose in #124
- Export fix by @sebringrose in #122
A lovely little utility has been added, staticDir
✨ It will recursively generate routes from a directory that use the staticHandler along with any supplied middleware. These routes are returned as an array that can be implemented via server.addRoutes
!
This is a minor feature but sooo nice for dev as I can't count the amount of times I've written this logic manually, awesome to have this util.
Along with that there was a significant renaming of the route.route
param to route.path
, seemed quite sensible. And also, all utils and helper functions are now exported in mod.ts
simply because. Happy coding 🔥
Full Changelog: 1.5.3...1.6.0
v1.5.3
v1.5.2
v1.5.1
v1.5.0
What's Changed
- Crypto update by @sebringrose in #113
- Hotfixes by @sebringrose in #114
- fix: auth example by @sebringrose in #115
- feat: update docs by @sebringrose in #116
- fix: browser cache by @sebringrose in #117
- Update README.md by @sebringrose in #118
New look of the demo site and a badass (Google-compliant) Crypto class update 👩🎤 🔏
Full Changelog: 1.4.1...1.5.0