Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/exclusion list #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Feat/exclusion list #1

wants to merge 7 commits into from

Commits on Oct 12, 2022

  1. package name to "vaimo/nuxtjs-redirect-module"

    fix: don't forward error from decodeURI to error middleware
    
    update example in README
    
    feat: middeware - new option per rule: keepQuery - by default remove query string, optionally keep it
    
    feat: new option excludePattern - possible to exclude any checks for matching URLs, like /api/ and etc.
    
    set as default statusCode - 301
    
    extend example on new options
    
    support hostRedirects rules - to Check against request host if should redirect to another host
    elvinristi committed Oct 12, 2022
    3 Configuration menu
    Copy the full SHA
    51771d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65786cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59188d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. fix: when excludePattern includes "/" and there are host redirects th…

    …en do not skip until host-rules are checked.
    
    Also exclude req.method===POST for redirects
    elvinristi committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    2a456f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. update package

    elvinristi committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    62b2d1c View commit details
    Browse the repository at this point in the history
  2. update package

    elvinristi committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f3cbac9 View commit details
    Browse the repository at this point in the history
  3. v0.3.2

    elvinristi committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    4a5ae45 View commit details
    Browse the repository at this point in the history