Releases: embermap/ember-cli-fastboot-testing
Releases · embermap/ember-cli-fastboot-testing
v0.6.2
🐛 Bug Fix
- #873 Add @ember/test-helpers to peerDependencies (@SergeAstapov)
Committers: 1
- Sergey Astapov (@SergeAstapov)
v0.6.1
🚀 Enhancement
- #799 allows v3 and v4 of
fastboot
(@SergeAstapov) - #631 disable
outputReady
hook logic in production (@SergeAstapov) - #762 Config exports function rather than object (@gilest)
🐛 Bug Fix
📝 Documentation
- #773 Fix typo in config path example (@SergeAstapov)
🏠 Internal
- #764 run
npx ember-cli-update --to=4.11.0
to align with blueprint (@SergeAstapov) - #763 update yarn.lock to fix CI (@anbykova)
- #628 enable embroider scenarios (@SergeAstapov)
- #625 replace pods with classic structure to support latest addon-docs (@SergeAstapov)
- #624 run
npx ember-cli-update --to=4.3.0
to align with blueprint (@SergeAstapov)
Committers: 3
- Giles Thompson (@gilest)
- Sergey Astapov (@SergeAstapov)
- @anbykova
v0.6.0
💥 Breaking Change
- #508 Upgrade ember-auto-import to v2 (@SergeAstapov)
- #495 Drop support for Node 8 and Node 10 (@SergeAstapov)
🏠 Internal
- #529 Update Build Status badge: Travis -> GH Actions (@SergeAstapov)
- #528 Disable embroider scenarios (until ember-cli-mirage compat is fixed) (@SergeAstapov)
- #527 Fix tests for Ember v4 (@SergeAstapov)
- #526 Update npmignore file (@SergeAstapov)
- #523 Run ember-cli-update to v3.28.3 (@SergeAstapov)
- #522 Bump eslint-plugin-qunit from 6.2.0 to 7.0.0 (@SergeAstapov)
- #516 Upgrade ember-cli-fastboot to 3.2.0-beta.4 to fix deprecations (@SergeAstapov)
- #515 Upgrade to GitHub-native Dependabot (@SergeAstapov)
- #514 Replace ember-cli-uglify with ember-cli-terser (@SergeAstapov)
- #513 Upgrade devDependencies (@SergeAstapov)
- #512 Fix failing test to fix CI (@SergeAstapov)
- #511 Update ember-try to use the latest Ember.js LTS releases (@SergeAstapov)
- #510 Add embroider test scenarios (@SergeAstapov)
- #509 Remove IE11 from targets.js of the dummy app (@SergeAstapov)
- #507 Upgrade ember-cli-addon-docs (@SergeAstapov)
- #506 Introduce @ember/optional-features to fix deprecations (@SergeAstapov)
- #505 Switch from ember-cli-qunit to ember-qunit (@SergeAstapov)
- #504 Upgrade ember packages (@SergeAstapov)
- #503 Update npmignore file (@SergeAstapov)
- #502 Add eslint-plugin-qunit per latest addon blueprint (@SergeAstapov)
- #501 Introduce prettier per latest Ember CLI addon blueprint (@SergeAstapov)
- #500 Upgrade devDependencies (@SergeAstapov)
- #499 Introduce ember-template-lint (@SergeAstapov)
- #498 Switch to native classes in the dummy app (@SergeAstapov)
- #497 Introduce fastboot-2.0 and fix fastboot-1.2 ember-try scenario (@SergeAstapov)
- #496 Make lint pass (@SergeAstapov)
- #494 Switch to GH actions (@SergeAstapov)
Committers: 2
- Deleted user (@ghost)
- Sergey Astapov (@SergeAstapov)
v0.5.0
🚀 Enhancement
- #370 Remove unneeded async from mock-server.js (@SergeAstapov)
📝 Documentation
🏠 Internal
- #439 Remove Ember 2.18 from ember-try; Reinstate deploy via travis (@gfmartinez)
v0.4.0
💥 Breaking Changes
🚀 New Features / Enhancements
- #328 Added
buildSandboxGlobals
config function for passing sandboxed globals to FastBoot. See configuration docs for more info. (@thoov)
🏠 Internal
- Dependency upgrades