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

Handle Next.js rewrites/redirects/headers #5212

Closed

Commits on Nov 4, 2022

  1. add RE2

    leoortizz committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    b089f20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5bf204 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c58f6c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9998dd8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    28495f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    279012e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

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

Commits on Nov 15, 2022

  1. remove RE2, detect regex as stated in Next.js docs

    also, clean escaped chars from supported `sources`
    leoortizz committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    0352221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00f3fb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54611e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0760593 View commit details
    Browse the repository at this point in the history
  5. replaceAll > replace

    `replaceAll` is not supported by Node.js 14
    leoortizz committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    cc1d080 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f9a58e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    f76c76a View commit details
    Browse the repository at this point in the history
  2. replace for loop with regex

    leoortizz committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    dc5fdcc View commit details
    Browse the repository at this point in the history
  3. .exec > .test

    leoortizz committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    33b602e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    170d04d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72771d0 View commit details
    Browse the repository at this point in the history
  6. fix isUrl, more test cases

    leoortizz committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    cd62b47 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    b1bc7da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c079ab View commit details
    Browse the repository at this point in the history
  3. filter prerendered routes that matches custom ...

    ... routes regexes from CDN
    
    additionally more reusable utils and types
    leoortizz committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    750f2fa View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    9bbe63b View commit details
    Browse the repository at this point in the history
  2. remove TODO

    leoortizz committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    13462a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bc1339 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    b07c6c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1abbbb View commit details
    Browse the repository at this point in the history
  3. filter out headers with has

    leoortizz committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9c6aac3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7437cb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e31f094 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d649f02 View commit details
    Browse the repository at this point in the history
  7. tests for supported headers

    leoortizz committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2d9fee1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ab51c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71226bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c3915d9 View commit details
    Browse the repository at this point in the history
  11. comment out unused import

    leoortizz committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7895769 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

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

Commits on Dec 2, 2022

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

    leoortizz committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    f0533e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    75ba873 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9311974 View commit details
    Browse the repository at this point in the history
  3. === false > !

    leoortizz committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    6984b5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49a958b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2560bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba9fec9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a91834 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db8c398 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f482ca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a230e3 View commit details
    Browse the repository at this point in the history
  11. readJSON util with type

    leoortizz committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    a0f4c05 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    425fa5d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0369402 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

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

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    f3b4a44 View commit details
    Browse the repository at this point in the history
  2. fix cleanEscapedChars test

    leoortizz committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    c2a9c4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa809ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44e0148 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b505c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Merge master

    jamesdaniels committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    ee7d975 View commit details
    Browse the repository at this point in the history