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] SSR never option #2529

Closed
wants to merge 33 commits into from
Closed

Commits on Sep 30, 2021

  1. add 'never' option to ssr

    JeanJPNM committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    c90fc22 View commit details
    Browse the repository at this point in the history
  2. update options validator

    JeanJPNM committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    ba8b648 View commit details
    Browse the repository at this point in the history
  3. update page renderer

    JeanJPNM committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    7aab5d4 View commit details
    Browse the repository at this point in the history
  4. fix no ssr response

    JeanJPNM committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    dc28d89 View commit details
    Browse the repository at this point in the history
  5. remove ssr union check

    JeanJPNM committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    ce61f66 View commit details
    Browse the repository at this point in the history
  6. fix formatting

    JeanJPNM committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    1e6185e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. add 'never' option to ssr

    JeanJPNM authored and benmccann committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    7fd45bd View commit details
    Browse the repository at this point in the history
  2. update options validator

    JeanJPNM authored and benmccann committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    4ee0a9c View commit details
    Browse the repository at this point in the history
  3. update page renderer

    JeanJPNM authored and benmccann committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    bc35a2c View commit details
    Browse the repository at this point in the history
  4. fix no ssr response

    JeanJPNM authored and benmccann committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    a3c0a30 View commit details
    Browse the repository at this point in the history
  5. remove ssr union check

    JeanJPNM authored and benmccann committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    73ebf0d View commit details
    Browse the repository at this point in the history
  6. fix formatting

    JeanJPNM authored and benmccann committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    64947d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dede251 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Configuration menu
    Copy the full SHA
    caf1d52 View commit details
    Browse the repository at this point in the history
  2. mention "never" on docs

    JeanJPNM committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    b78c01b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ecd93e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc144a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Configuration menu
    Copy the full SHA
    5701dd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2f7b31 View commit details
    Browse the repository at this point in the history
  3. fix typo on docs

    JeanJPNM committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    e04e707 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. add changeset

    JeanJPNM committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    87edb89 View commit details
    Browse the repository at this point in the history
  2. Update changeset

    JeanJPNM authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    0e83be9 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. update docs

    JeanJPNM committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    25ded6c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. add spa tests

    JeanJPNM committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    edbd994 View commit details
    Browse the repository at this point in the history
  2. fix formatting

    JeanJPNM committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    2c86494 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Configuration menu
    Copy the full SHA
    86d2d19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5d4645 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dad824 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Configuration menu
    Copy the full SHA
    5d9a94a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    023ca9b View commit details
    Browse the repository at this point in the history
  3. more concise spa check

    JeanJPNM committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    cfc5eae View commit details
    Browse the repository at this point in the history
  4. type cast formatting

    JeanJPNM committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    1b4720e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. show the file name in the error message

    Shows the name of the file that was attempted to be loaded while
    ssr was set to "never"
    JeanJPNM committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    be01755 View commit details
    Browse the repository at this point in the history