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/avvio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.3
Choose a base ref
...
head repository: fastify/avvio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.5
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 25, 2022

  1. Copy the full SHA
    2089ff0 View commit details
  2. Bumped v7.2.4

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Feb 25, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    mcollina Matteo Collina
    Copy the full SHA
    c5ad291 View commit details

Commits on Mar 3, 2022

  1. fix: delay plugin loading until next tick (#177)

    * fix: delay plugin loading until next tick
    
    * move `loadPluginNextTick` function alongside `loadPlugin` and add comment
    
    * refactor loadPluginNextTick to use a bound function rather than an anonymous closure
    
    * remove top-level FS read from unit test that was preventing the bug from occurring
    
    * add additional test case
    chrskrchr authored and mcollina committed Mar 3, 2022
    Copy the full SHA
    8912785 View commit details
  2. Bumped v7.2.5

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Mar 3, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    mcollina Matteo Collina
    Copy the full SHA
    f77f1fb View commit details
Loading