1.1.0
Read the release notes: https://deno.com/blog/fresh-1.1
What's Changed
- feat: add
ctx.renderNotFound()
to explicitly render 404 template by @xstevenyung in #481 - feat: add initial plugin support by @lucacasonato in #512
- feat: add support for preact devtools in dev mode by @marvinhagemeister in #639
- feat: add update.ts script by @lucacasonato in #706
- feat: added support for static folder in FreshOptions by @frostzt in #626
- feat: experimental support for
Deno.serve
by @MarkBennett in #681 - feat: install @preact/signals by default by @lucacasonato in #710
- feat: support JSX automatic mode by @lucacasonato in #610
- feat: support multiple middlewares with the same matcher by @ahuigo in #553
- feat: twind plugin by @lucacasonato in #513
- fix: add missing icon bg colors on mobile by @michael-pfister in #609
- fix: add reference to dom.iterable by @roj1512 in #641
- fix: split @preact/signals and @preact/signals-core versions by @flemmingmiguel in #717
- fix(plugin/twind): load configuration as module by @lucacasonato in #705
- chore: remove deno.unstable references by @kidonng in #600
- chore: update preact & preact-render-to-string by @lucacasonato in #651
- refactor: tweak console output for init.ts script by @lucacasonato in #708
- refactor: use x/rutt instead of crux.land/router by @eliassjogreen in #647
- refactor: clean up refresh script by @kidonng in #601
New Contributors
- @HPaulson made their first contribution in #567
- @MrSaeedNasiri made their first contribution in #576
- @uki00a made their first contribution in #572
- @michael-pfister made their first contribution in #589
- @roj1512 made their first contribution in #641
- @benny123tw made their first contribution in #621
- @marvinhagemeister made their first contribution in #639
- @VitorLuizC made their first contribution in #668
- @lino-levan made their first contribution in #682
- @frostzt made their first contribution in #626
- @vwkd made their first contribution in #704
- @MarkBennett made their first contribution in #681
- @flemmingmiguel made their first contribution in #717
Full Changelog: 1.0.2...1.1.0