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

Updates for LTS 3.28 including ember-data #1085

Merged
merged 10 commits into from
Feb 8, 2022
Merged

Updates for LTS 3.28 including ember-data #1085

merged 10 commits into from
Feb 8, 2022

Commits on Jan 23, 2022

  1. Adjust lts scenarios

    Adding an Ember 3.28 LTS to the test matrix. We used to test is as "release" but now that has moved on.
    
    And in order to keep the suite the same size, I'm dropping the scenario for 3.20. We still test 3.16, our oldest supported LTS, which should give us plenty of coverage. Things that work in 3.16 and 3.24 are very unlikey to be broken in 3.20.
    ef4 committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    ba8c1ed View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Update tests/scenarios/scenarios.ts

    Co-authored-by: Sam Van Campenhout <[email protected]>
    ef4 and Windvis authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c69b99d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

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

Commits on Feb 8, 2022

  1. Use broccoli memoization by default

    This closes #1112 by removing our OneShot optimization hack in favor of turning on broccoli memoization by default.
    
    Broccoli memoization should absolutely be broccoli's default. It's not yet, but we can turn the flag on here unless users have explicitly turned it off.
    ef4 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    0b6233c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11020c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c04d4d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d36a05 View commit details
    Browse the repository at this point in the history
  5. adjusting build.didChange usage

    ef4 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    0fdbb37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9084dc3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f203ff7 View commit details
    Browse the repository at this point in the history