Skip to content

Releases: fastify/fastify-postgres

v3.5.0

24 Feb 09:33
Compare
Choose a tag to compare

📚 PR:

  • feature(automatic-transactions): Creates a decorator to make transactions easier for the developer (#76)

v3.4.0

28 Jan 18:17
Compare
Choose a tag to compare

📚 PR:

  • Bump tsd from 0.13.1 to 0.14.0
  • Merge pull request #71 from fastify/dependabot/npm_and_yarn/tsd-0.14.0
  • chore: add dependabot automerge (#70)
  • Allow named and unnamed connections at the same time (#73)

v3.3.0

13 Nov 08:39
Compare
Choose a tag to compare

📚 PR:

  • Add "pg" fastify property type (#69)

v3.2.0

09 Nov 19:15
Compare
Choose a tag to compare

📚 PR:

  • Bump fastify-plugin from 2.3.4 to 3.0.0
  • Bump standard from 14.3.4 to 15.0.0
  • Bump standard from 15.0.1 to 16.0.0
  • feat: add stale (#65)
  • Types: Add "pg" property to FastifyInstance (#68)

v3.1.0

11 Sep 17:20
Compare
Choose a tag to compare

📚 PR:

  • Add TypeScript typings (#63)

v3.0.1

07 Jul 16:33
Compare
Choose a tag to compare

v3.0.0

05 May 10:14
Compare
Choose a tag to compare

📚 PR:

  • Re-enabling Node 11 on Travis
  • Delete test.js
  • tests rework and code clean up
  • Fix a typo
  • Add tap to Greenkeeper ignore list
  • Fix typo
  • Update index.js
  • Apply suggested changes
  • Revert back to single quotes
  • Update index.js
  • Merge pull request #47 from darkgl0w/tests-rework
  • Add CI build environment scripts
  • Update Travis configuration
  • Remove useless conf
  • Merge pull request #50 from darkgl0w/rework-ci-config
  • Bump to Node 12
  • Merge pull request #44 from MichielDeMey/feature/re-enable-node-11
  • chore(package): update fastify to version 2.6.0
  • Merge pull request #53 from fastify/greenkeeper/fastify-2.6.0
  • chore(package): update standard to version 13.0.1
  • chore(package): update fastify to version 2.7.0
  • Merge pull request #55 from fastify/greenkeeper/fastify-2.7.0
  • chore(package): update fastify to version 2.7.1
  • Merge pull request #56 from fastify/greenkeeper/fastify-2.7.1
  • Add a GitHub Actions powered CI
  • Merge pull request #59 from darkgl0w/github-actions
  • Add dependabot
  • Adjusted README
  • Updated standard
  • Update status badge
  • chore(package): update fastify to version 2.0.0 (#45)
  • Add .npmignore file (#52)
  • Update standard to the latest version 🚀 (#54)
  • Update fastify to v3 (#60)
  • Bump tap from 12.7.0 to 14.10.7 (#62)

v2.0.0

12 Feb 16:43
Compare
Choose a tag to compare

#43 - pg is now a peerDependency (h/t @MichielDeMey)

v1.3.2

03 Dec 17:48
Compare
Choose a tag to compare

#35 - Fix code samples in readme

v1.3.1

11 Oct 17:49
2682ea1
Compare
Choose a tag to compare

#31 Update README.md to explain how to run the tests