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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.11.0
Choose a base ref
...
head repository: fastify/fastify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.12.0
Choose a head ref
  • 10 commits
  • 11 files changed
  • 8 contributors

Commits on Jan 2, 2023

  1. build(deps-dev): bump markdownlint-cli2 from 0.5.1 to 0.6.0 (#4492)

    Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.5.1 to 0.6.0.
    - [Release notes](https://github.com/DavidAnson/markdownlint-cli2/releases)
    - [Commits](DavidAnson/markdownlint-cli2@v0.5.1...v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: markdownlint-cli2
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    45a1df5 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. nodenext compatibility (#4438)

    * restructue imports and export explicitly
    
    * move @fastify/error module declaration to top of fastify.d.ts
    
    * use FastifyBaseLogger instead of FastifyLoggerInstance
    
    * nodenext structure
    
    * move import of types/reply above imports of types/request
    Uzlopak authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    d89b4f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

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

Commits on Jan 6, 2023

  1. docs: upgrade migration guide for v4 (#4503)

    * docs: upgrade migration guide for v4
    
    * fix: linter
    metcoder95 authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    da047e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

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

Commits on Jan 15, 2023

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

Commits on Jan 16, 2023

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

Commits on Jan 18, 2023

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

Commits on Jan 20, 2023

  1. #4523 Add types for fastifyInstance.addresses() (#4524)

    * #4523 Add types for fastifyInstance.addresses()
    
    * #4523 Add type definition test in instance.test-d.ts
    Baptiste Garcin authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    2cf0c32 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Bumped v4.12.0

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    d34f81b View commit details
    Browse the repository at this point in the history
Loading