Skip to content

Releases: denoland/fresh

2.1.2

08 Oct 10:59
8b7caba
Compare
Choose a tag to compare

Bug Fixes

  • fix: prevent island names from shadowing JavaScript globals by @fry69 in #3522

@fresh/plugin-vite

Maintenance

Documentation

Showcase

  • showcase: add Retro Ranker project to showcase.json by @Nergy101 in #3490

New Contributors

Full Changelog: 2.1.1...2.1.2

2.1.1

19 Sep 18:30
5c05d65
Compare
Choose a tag to compare

Bug Fixes

@fresh/[email protected]

@fresh/[email protected]

Documentation

Maintenance

Showcase

New Contributors

Full Changelog: 2.1.0...2.1.1

2.1.0

15 Sep 17:31
de9b8a7
Compare
Choose a tag to compare

Features

Bug Fixes

@fresh/[email protected]

@fresh/[email protected]

  • fix(init): correct temporary directory creation in tests by @fry69 in #3425

Documentation

Maintenance

New Contributors

Full Changelog: 2.0.2...2.1.0

2.0.2

12 Sep 17:17
4cc0722
Compare
Choose a tag to compare

Bug fixes

@fresh/plugin-vite 1.0.2

@fresh/init 2.0.8

Documentation

Maintenance

Full Changelog: 2.0.1...2.0.2

2.0.1

12 Sep 09:08
0e6bddd
Compare
Choose a tag to compare

Bug fixes

  • fix: add ctx.route type to props by @fry69 in #3382
  • fix: basePath handling for static assets by @fry69 in #3394
  • fix: add basePath support in mountApp() by @fry69 in #3395

@fresh/plugin-vite 1.0.1

@fresh/init 2.0.7

  • fix(init): show help text and refresh help formatting by @csvn in #3399

Documentation

Full Changelog: 2.0.0...2.0.1

2.0.0

09 Sep 16:58
fb341e4
Compare
Choose a tag to compare

To upgrade from Fresh 1.x follow this guide https://fresh.deno.dev/docs/examples/migration-guide

Major changes

  • Fresh is officially a vite plugin now. This allows you to tap into the vast ecosystem of vite plugins
  • HMR in islands
  • Much faster rendering thanks to Deno's precompile
  • Rewritten core engine to make it easy to compose middlewares or even full Fresh apps
  • Built-in OpenTelemetry integration. View middleware, rendering performance and more directly in Deno Deploy
  • Drastically improved cold start times due to lazily loading routes only when needed
  • Fresh has moved to JSR

1.7.3

14 Oct 12:51
d9764e2
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: 1.7.2...1.7.3

1.7.2

04 Oct 06:29
16a23e9
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: 1.7.1...1.7.2

1.7.1

15 Aug 07:34
854a511
Compare
Choose a tag to compare

Bug fix

Full Changelog: 1.7.0...1.7.1

1.7.0

15 Aug 07:28
32bb55a
Compare
Choose a tag to compare

This is mostly a maintenance bug fix release with one little feature.

Features

  • feat: Support startServer for unix domain sockets by @mcandeia in #2392

Bug Fixes

Documentation

Showcase

Maintenance

  • chore: satisfy use-import-type lint (biomejs) by @sigmaSd in #2389

New Contributors

Full Changelog: 1.6.8...1.6.9