Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fastify/fastify-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: fastify/fastify-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.0
Choose a head ref
  • 11 commits
  • 7 files changed
  • 6 contributors

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    fe3f5be View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Configuration menu
    Copy the full SHA
    a72fbad View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. build(deps-dev): bump tsd from 0.20.0 to 0.21.0 (#136)

    Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.20.0 to 0.21.0.
    - [Release notes](https://github.com/SamVerschueren/tsd/releases)
    - [Commits](tsdjs/tsd@v0.20.0...v0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    ff27f07 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. build(deps): bump actions/dependency-review-action from 1 to 2 (#137)

    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 1 to 2.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    6412b91 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. build(deps-dev): bump tsd from 0.21.0 to 0.22.0 (#138)

    Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.21.0 to 0.22.0.
    - [Release notes](https://github.com/SamVerschueren/tsd/releases)
    - [Commits](tsdjs/tsd@v0.21.0...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    a94257b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 (#139)

    Bumps [fastify-plugin](https://github.com/fastify/fastify-plugin) from 3.0.1 to 4.0.0.
    - [Release notes](https://github.com/fastify/fastify-plugin/releases)
    - [Commits](fastify/fastify-plugin@v3.0.1...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: fastify-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    a329c00 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    0b5ef4f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    e82cf2f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #140 from fastify/Fdawgs-patch-1

    docs(readme): replace use of deprecated variadic `listen()`
    Uzlopak authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    4287f94 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Adding types to declaration merge for route transact option in typesc… (

    #142)
    
    * Adding types to declaration merge for route transact option in typescript
    
    * added typescript definition tests, added string as transact option type
    
    * adding examples with transact route, minor test fix
    
    * fixing quote styles
    
    * Update index.d.ts
    
    Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>
    
    Co-authored-by: Matteo Collina <matteo.collina@gmail.com>
    Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>
    3 people authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    9fbdc74 View commit details
    Browse the repository at this point in the history
  2. Bumped v5.1.0

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    7b1f5a1 View commit details
    Browse the repository at this point in the history
Loading