Skip to content

Releases: denoland/fresh

2.2.0

18 Nov 13:11
2c36bec

Choose a tag to compare

Features

@fresh/plugin-vite

@fresh/init

Documentation

  • docs(build-id): add code block example by @csvn in #3600
  • docs(core): correct example code block formatting by @csvn in #3601
  • docs(vite-plugin): add JSDoc and export public API by @csvn in #3604
  • docs(examples): add module and public exports JSDoc for all entrypoints by @csvn in #3603
  • docs(core): improve CORS example documentation on JSR by @csvn in #3602
  • docs(core): add small usage & getting started example by @csvn in #3598
  • docs: improve copy button appearance on light mode by @KiritaniAyaka in #3620

New Contributors

Full Changelog: 2.1.4...2.2.0

2.1.4

30 Oct 14:59
42d7d9f

Choose a tag to compare

Bug Fixes

@fresh/plugin-vite

Documentation

Maintenance

New Contributors

Full Changelog: 2.1.3...2.1.4

2.1.3

23 Oct 11:18
5a22862

Choose a tag to compare

Bug Fixes

@fresh/plugin-vite

@fresh/init

Maintenance

New Contributors

Full Changelog: 2.1.2...2.1.3

2.1.2

08 Oct 10:59
8b7caba

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

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

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

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

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

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

Choose a tag to compare

Bug Fixes

Full Changelog: 1.7.2...1.7.3