Skip to content

Releases: fastify/point-of-view

v7.3.0

23 Nov 20:15
d98d2ef
Compare
Choose a tag to compare

📚 PR:

  • nodenext compatibility (#355)

v7.2.0

22 Nov 18:18
db12fa6
Compare
Choose a tag to compare

📚 PR:

  • Allow custom Content-Type header for Nunjucks (#354)

v7.1.2

05 Nov 10:32
2124f9e
Compare
Choose a tag to compare

📚 PR:

  • decorate reply with locals and add on request hook to default to empty object (#351)

v7.1.1

16 Oct 14:00
9170b69
Compare
Choose a tag to compare

📚 PR:

  • remove references to useHtmlMinifyStream (#338)
  • Minor refactoring (#339)
  • build(deps-dev): bump tsd from 0.22.0 to 0.23.0 (#340)
  • build(deps-dev): remove typescript (#342)
  • types: add view property to FastifyInstance (#343)
  • build(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#344)
  • docs(readme): add maxCache option description (#345)
  • catch async errors (#347)
  • chore: replace use of deprecated fastify.request.context (#348)

v7.1.0

06 Aug 21:55
14fcfd4
Compare
Choose a tag to compare

What's Changed

  • chore(.gitignore): use updated skeleton template by @Fdawgs in #326
  • build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #328
  • build(deps-dev): bump @types/node from 17.0.45 to 18.0.0 by @dependabot in #329
  • build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #330
  • build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 by @dependabot in #331
  • build(deps-dev): replace pre-commit with @fastify/pre-commit by @Fdawgs in #335
  • ci: enable license checking by @Fdawgs in #336
  • Extend TS interface for route specific options by @toilandtrouble in #333
  • chore: replace use of deprecated variadic listen() by @Fdawgs in #337

New Contributors

  • @toilandtrouble made their first contribution in #333

Full Changelog: v7.0.0...v7.1.0

v7.0.0

07 Jun 19:48
b85e8db
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.2.1...v7.0.0

v6.2.1

31 May 10:07
Compare
Choose a tag to compare

📚 PR:

  • chore: fix typo contenxt -> context (#316)
  • Fixed the use of html-minifier with ejs, added support for local options in the render function (#317)
  • fix: local override of async from true to false (#319)

v6.2.0

27 May 11:07
b953e8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.0...v6.2.0

v6.1.0

24 May 12:46
c6be666
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.1.0

v6.0.0

10 May 17:18
Compare
Choose a tag to compare

📚 PR:

  • major: update to Fastify v4 (#309)