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: netlify/gatsby-plugin-netlify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.0
Choose a base ref
...
head repository: netlify/gatsby-plugin-netlify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.0
Choose a head ref
  • 7 commits
  • 19 files changed
  • 8 contributors

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    6358e44 View commit details
    Browse the repository at this point in the history
  2. chore: convert repository to Typescript (#109)

    * chore: [ts-migrate] Init tsconfig.json file
    
    Co-authored-by: ts-migrate <>
    
    * chore: [ts-migrate] Rename files from JS/JSX to TS/TSX
    
    Co-authored-by: ts-migrate <>
    
    * chore: Convert JS files to TS
    
    * chore: Update snapshot file to use Typescript file extension
    
    * chore: Remove ts-migrate dependency now that project has been converted to Typescript
    
    * chore: Add Jest Typescript types.
    
    Remove ts-expect-error comments that were introduced during initial migration with the ts-migrate tool now that the types are available in the project.
    
    * chore: Make changes needed to remove the last ts-expect-error comments
    
    Co-authored-by: Erica Pisani <[email protected]>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    3 people authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    05494e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

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

Commits on Apr 14, 2022

  1. chore: fix linting errors (#116)

    * chore: fix linting errors
    
    * chore: fix linting errors
    
    * chore: add general eslint override for test files
    
    * chore: switch fs promises to fs-extra so tests lint correctly
    orinokai authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    5b9d6a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. feat: Add support for advanced redirect types (#117)

    * feat: add conversion of country and language redirects to _redirects file
    
    * feat: add conversion of wildcard and splat redirects to _redirects file
    
    * feat: add conversion of query param redirects to _redirects file
    
    * test: Add test for create-redirects
    sarahetter authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    d547a28 View commit details
    Browse the repository at this point in the history
  2. chore: release 4.3.0 (#119)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    7adf679 View commit details
    Browse the repository at this point in the history
Loading