Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.
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: nsresulta/gatsby-plugin-meta-redirect Loading
base: master
Choose a base ref
...
head repository: thundersquared/gatsby-plugin-htaccess-redirect Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 20 files changed
  • 1 contributor

Commits on Feb 19, 2020

  1. Porting to .htaccess module

    Signed-off-by: Anatoli Nicolae <[email protected]>
    anatolinicolae committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    f2894b6 View commit details
    Browse the repository at this point in the history
  2. Fixing scope

    Signed-off-by: Anatoli Nicolae <[email protected]>
    anatolinicolae committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    8b2dbb0 View commit details
    Browse the repository at this point in the history
  3. Minor package.json fix

    Signed-off-by: Anatoli Nicolae <[email protected]>
    anatolinicolae committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    e22efd0 View commit details
    Browse the repository at this point in the history
  4. Fix .htaccess write on successful build

    Signed-off-by: Anatoli Nicolae <[email protected]>
    anatolinicolae committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    e563604 View commit details
    Browse the repository at this point in the history
  5. Major overhaul and optimizations

    [Added] Plugin now handles pathPrefix/RewriteBase
    [Added] Latest LTS Travis build (12)
    [Changed] Moved module inside main file
    [Fixed] RewriteRule hardcoded leading slash, breaking rewrites
    [Fixed] Updated license credits
    [Removed] Prettier in favour of .idea
    [Removed] Non-LTS Travis builds (9, 11)
    anatolinicolae committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    b905675 View commit details
    Browse the repository at this point in the history
  6. Fixed module exports and tests

    [Fixed] Module functions export
    [Fixed] Plugin README.md badges
    [Fixed] Test suite
    [Removed] Previous tests for getMetaRedirect
    anatolinicolae committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    d67d1b7 View commit details
    Browse the repository at this point in the history
  7. Updated Jest version

    anatolinicolae committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    f73ec55 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b7e1a8d View commit details
    Browse the repository at this point in the history
  9. Fix paths management

    Signed-off-by: Anatoli Nicolae <[email protected]>
    anatolinicolae committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    7a4c836 View commit details
    Browse the repository at this point in the history
  10. Make trailing slash optional in fromPath

    Signed-off-by: Anatoli Nicolae <[email protected]>
    anatolinicolae committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    9b1eb7d View commit details
    Browse the repository at this point in the history
Loading