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

Increment latest schema version to 5 #822

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

Commits on Aug 22, 2021

  1. Fix fastboot-script assets with cutom root url

    When using custom rootURL specified in environment.js, the
    fastboot-script is still having relative path to local dist path, not
    containing rootURL path. The fastboot-script should not be ignored.
    xg-wang committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    fc6fc24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd38417 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Increment schema to latest 5

    html-oriented manifest format
    -----------------------------
    
    In the new schema format, which is defined in
    ember-fastboot/fastboot@3fd5bc9
    the manifest is written into HTML and later extracted by fastboot on
    server side instead of previously reading from dist/package.json
    
    Note:
    The new schema in fastboot does not handle fastboot config
    https://github.com/ember-fastboot/ember-cli-fastboot/tree/e4d0b7c7bcdf82def0dc8726835b49d707673f41#providing-additional-config
    The support is added in the #854.
    
    Allow to require module path from whitelisted dependency
    -------------------------------------------------------
    
    Incrementing schema to 5 also included the changes in schema 4
    strictWhitelist
    See ember-fastboot/fastboot#200
    
    Revert back to put config in dist/package.json
    
    add data-fastboot-ignore to unexpected files
    
    properly ignore files that should not execute in fastboot
    xg-wang committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    04f2181 View commit details
    Browse the repository at this point in the history