Skip to content

Releases: fastify/point-of-view

v9.1.0

22 Apr 12:39
ca01b2f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.0.0...v9.1.0

v9.0.0

19 Feb 16:14
616f0f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.2.0...v9.0.0

v8.2.0

19 Sep 13:16
5e9f24d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.0...v8.2.0

v8.1.0

12 Sep 17:47
9ce93ba
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #382
  • perf: use node: prefix to bypass require.cache call for builtins by @Fdawgs in #384
  • fix some typos by @Uzlopak in #386
  • refactor(index): destruct module imports by @Fdawgs in #387
  • fix warning: 'You are accessing the deprecated "request.routerPath" p… by @jkenda in #388
  • prefer request.routeOptions.url by @gurgunday in #389
  • Add support for Handlebars compile options and data variables by @mohd-akram in #383

New Contributors

Full Changelog: v8.0.0...v8.1.0

v8.0.0

30 Jun 12:44
2cd6425
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.4.1...v8.0.0

v7.4.1

26 Jan 11:37
ae72d6e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.4.0...v7.4.1

v7.4.0

13 Jan 14:53
441400f
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump liquidjs from 9.43.0 to 10.0.0 by @dependabot in #356
  • build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #357
  • chore(.gitignore): add clinic by @Fdawgs in #360
  • Type of templates property in PointOfViewOptions show allow arrays by @dancastillo in #359
  • refactor: set nunjucks environment globals on load not per request by @gunjam in #361

New Contributors

Full Changelog: v7.3.0...v7.4.0

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)