Releases: fastify/point-of-view
Releases · fastify/point-of-view
v11.1.1
What's Changed
- chore(license): update date ranges; standardise style by @Fdawgs in #478
- build(deps-dev): bump @types/node from 22.15.34 to 24.0.8 by @dependabot[bot] in #479
- build(deps-dev): bump cross-env from 7.0.3 to 10.0.0 by @dependabot[bot] in #480
- chore: remove tap by @ilteoood in #482
- Fix using multiple view instances in production mode by @ilmari in #476
New Contributors
Full Changelog: v11.1.0...v11.1.1
v11.1.0
What's Changed
- ci: set permissions at workflow level by @Fdawgs in #468
- ci: restore job level permissions by @Fdawgs in #469
- build(deps-dev): bump express from 4.21.2 to 5.1.0 by @dependabot in #470
- fix: support mustache partials as documented by @blex41 in #471
- build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by @dependabot in #473
- build(deps-dev): bump borp from 0.19.0 to 0.20.0 by @dependabot in #474
- Add security notice for raw option by @mcollina in #475
- feat: add Edge.js templating engine support by @oszoou in #472
New Contributors
Full Changelog: v11.0.0...v11.1.0
v11.0.0
What's Changed
- build(dependabot): reduce npm updates to monthly by @Fdawgs in #458
- chore: rename master to main by @Fdawgs in #459
- ci(ci): set job permissions by @Fdawgs in #460
- (test): migrate to node test runner by @ilteoood in #461
- test(test): limit file permissions by @Fdawgs in #462
- chore: remove .taprc by @Fdawgs in #464
- Revert "chore: remove .taprc" by @Fdawgs in #465
- refactor!: remove art-template support by @Fdawgs in #466
New Contributors
Full Changelog: v10.0.2...v11.0.0
v10.0.2
What's Changed
- refactor(index): use
Object.hasOwn()by @Fdawgs in #439 - build(deps-dev): bump autocannon from 7.15.0 to 8.0.0 by @dependabot in #441
- build(deps): bump fastify/workflows from 5.0.0 to 5.0.1 by @dependabot in #442
- style: remove trailing whitespace by @Fdawgs in #443
- docs(readme): update ci badge syntax by @Fdawgs in #444
- build(deps-dev): replace standard with neostandard by @Fdawgs in #445
- perf: use
node:prefix to bypass require.cache call for builtins by @Fdawgs in #446 - types: use
node:prefix for builtins by @Fdawgs in #447 - build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #449
- chore(package): add contribs and funding by @Fdawgs in #450
- fix: stop duplication of path in template dir by @richdouglasevans in #440
- build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by @dependabot in #448
- docs(readme): fix broken link by @Fdawgs in #451
- refactor: prefix unused params with underscores by @Fdawgs in #452
- chore: delete .eslintrc by @Fdawgs in #453
- refactor(index): return directly in arrow function by @Fdawgs in #455
- perf(index): immediately return instead of using temp var by @Fdawgs in #454
- docs(readme): spelling and grammar fixes by @Fdawgs in #456
New Contributors
- @richdouglasevans made their first contribution in #440
Full Changelog: v10.0.1...v10.0.2
v10.0.1
v10.0.0
What's Changed
- build(deps-dev): bump pino from 8.21.0 to 9.2.0 by @dependabot in #430
- Merge
nextintomasterby @jsumners in #432 - build(deps-dev): bump tap from 16.3.10 to 21.0.0 by @dependabot in #433
- build(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #434
- build(deps): bump fastify/workflows from 4.1.0 to 5.0.0 by @dependabot in #436
- chore: update min fastify version by @Fdawgs in #435
New Contributors
Full Changelog: v9.1.0...v10.0.0
v9.1.0
What's Changed
- chore: use FastifyPluginAsync in types by @Uzlopak in #411
- chore: remove duplicate hbs tests by @mweberxyz in #415
- Feature/migrate html minifier terser by @multivoltage in #378
- refactor: encapsulate cache as decorator by @mweberxyz in #416
- chore: swap toad cache for hashlru by @mweberxyz in #418
- perf: cache layout access check by @mweberxyz in #414
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #421
- suggestion: await engine to support inline engine import in options by @autopulated in #422
- feat: viewAsync reply decorator by @mweberxyz in #420
New Contributors
- @autopulated made their first contribution in #422
Full Changelog: v9.0.0...v9.1.0
v9.0.0
What's Changed
- chore(package): explicitly declare js module type by @Fdawgs in #398
- test(eta): replace
typeofundefined check by @Fdawgs in #400 - build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #401
- chore(.gitignore): add .tap/ dir by @Fdawgs in #403
- chore(.prettierignore): add by @mweberxyz in #406
- chore: add benchmarking script, additional benchmarks by @mweberxyz in #407
- build(deps-dev): bump delay from 5.0.0 to 6.0.0 by @dependabot in #409
- chore(benchmark): remove
delaydependency by @mweberxyz in #410 - refactor(index): async flow control by @mweberxyz in #405
New Contributors
- @mweberxyz made their first contribution in #406
Full Changelog: v8.2.0...v9.0.0
v8.2.0
What's Changed
- add parse raw template in view by @sirenkovladd in #391
New Contributors
- @sirenkovladd made their first contribution in #391
Full Changelog: v8.1.0...v8.2.0
v8.1.0
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.urlby @gurgunday in #389 - Add support for Handlebars compile options and data variables by @mohd-akram in #383
New Contributors
- @jkenda made their first contribution in #388
- @gurgunday made their first contribution in #389
Full Changelog: v8.0.0...v8.1.0