Skip to content

Releases: fastify/pre-commit

v2.2.1

28 Sep 15:15
b4e3a99

Choose a tag to compare

What's Changed

  • style: remove trailing whitespace by @Fdawgs in #80
  • chore(package): add bugs url by @Fdawgs in #81
  • build(deps-dev): replace standard with neostandard by @Fdawgs in #82
  • build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by @dependabot[bot] in #83
  • build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #84
  • chore(package): add contribs and funding by @Fdawgs in #85
  • test(test): remove unused params by @Fdawgs in #87
  • refactor: remove unused catch bindings by @Fdawgs in #86
  • docs(readme): spelling and grammar fixes by @Fdawgs in #88
  • build(dependabot): reduce npm updates to monthly by @Fdawgs in #89
  • ci: remove master branch support by @Fdawgs in #90
  • ci(ci): set job permissions by @Fdawgs in #91
  • ci: set permissions at workflow level by @Fdawgs in #92
  • ci: restore job level permissions by @Fdawgs in #93
  • ci: set workflow permissions to read-only by default by @Fdawgs in #94
  • chore(license): update date ranges; standardise style by @Fdawgs in #95

Full Changelog: v2.2.0...v2.2.1

v2.2.0

28 Sep 15:14
e491615

Choose a tag to compare

What's Changed

  • chore(.gitignore): add .tap/ dir by @Fdawgs in #72
  • update for Fasitfy v5 by @gurgunday in #73
  • build(deps): bump fastify/workflows from 4.2.0 to 4.2.1 by @dependabot[bot] in #74
  • build(deps): bump fastify/workflows from 4.2.1 to 5.0.0 by @dependabot[bot] in #75
  • Update Node.js version to 20+ and adjust CI configuration by @nimesh0505 in #77
  • fix: migrate test suite from tap to node:test by @nimesh0505 in #76
  • build(deps): bump which from 4.0.0 to 5.0.0 by @dependabot[bot] in #78
  • feat: skip pre-commit if nothing is in the staging area by @iamgiolaga in #79

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

09 Nov 18:46
be1a1d4

Choose a tag to compare

What's Changed

  • Bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #31
  • Bump actions/setup-node from 2.3.0 to 2.3.2 by @dependabot in #33
  • Bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in #34
  • Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 by @dependabot in #35
  • Bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 by @dependabot in #36
  • Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #37
  • Bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #38
  • Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #39
  • build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #40
  • Bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by @dependabot in #41
  • Bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 by @dependabot in #42
  • build: reduce dependabot update frequency by @Fdawgs in #45
  • build(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3 by @Fdawgs in #46
  • Bump actions/setup-node from 2 to 3 by @dependabot in #48
  • Bump tap from 15.2.3 to 16.0.0 by @dependabot in #49
  • ci!: migrate to fastify reusable workflow by @Fdawgs in #52
  • Bump actions/checkout from 2 to 3 by @dependabot in #50
  • Bump standard from 16.0.4 to 17.0.0 by @dependabot in #51
  • ci(package-manager-ci): bring into line with fastify repo by @Fdawgs in #53
  • chore(.gitignore): use updated skeleton template by @Fdawgs in #54
  • Update License Year by @Uzlopak in #58
  • activate lint and license-check in ci by @Uzlopak in #57
  • disable package-lock generation by @Uzlopak in #56
  • Bump which from 2.0.2 to 3.0.0 by @dependabot in #61
  • ci(package-manager): update ubuntu os to latest by @Fdawgs in #62
  • chore(.gitignore): add bun lockfile by @Fdawgs in #63
  • ci(package-manager-ci): add node 18 to test matrix by @Fdawgs in #64
  • ci: only trigger on pushes to main branches by @Fdawgs in #65
  • ci(package-manager-ci): replace jobs with reusable workflow by @Fdawgs in #66
  • build(deps): bump which from 3.0.1 to 4.0.0 by @dependabot in #67
  • perf: use node: prefix to bypass require.cache call for builtins by @Fdawgs in #68
  • chore: add .gitattributes file by @Fdawgs in #70
  • chore(package): explicitly declare js module type by @Fdawgs in #71

New Contributors

Full Changelog: v2.0.2...v2.1.0

v2.0.2

07 Jul 11:50
d11c4b2

Choose a tag to compare

  • Fix another module resolution bug #29 #30

v2.0.1

02 Jul 17:31
c7a7d1e

Choose a tag to compare

  • Fix resolution of module during install and uninstall #27

v2.0.0

02 Jul 17:29
ebb5797

Choose a tag to compare

  • Initial Fastify fork release
  • House keeping: #1, #9, #13, #25, #26
  • Add support for configuration dot file #23