Ember Test Selectors Versions Save

Enabling better element selectors in Ember.js tests

v3.0.0-beta.2

5 years ago

:rocket: Enhancement

:bug: Bug Fix

  • #359 Revert "Use setupPreprocessorRegistry() hook to register HTMLBars AST plugin" (@Turbo87)

Committers: 2

v3.0.0-beta.1

5 years ago

:boom: Breaking Change

The main breaking changes in this major release are dropping support for older Ember.js, Ember CLI and Node.js versions. The v3.x series will have the following minimum requirements:

  • Ember.js 2.16 or above
  • Ember CLI 2.14 or above
  • Node.js 8 or above
  • #341 Adjust Ember.js support range to 2.16+ (@Turbo87)
  • #338 Use setupPreprocessorRegistry() hook to register HTMLBars AST plugin (@Turbo87)
  • #337 Drop support for Node.js 4 and 6 (@Turbo87)

:rocket: Enhancement

  • #339 Enable parallel file processing for ember-cli-babel (@Turbo87)

:memo: Documentation

  • #342 README: Add Node.js compatibility information (@Turbo87)

:house: Internal

Committers: 1

v2.1.0

5 years ago

:rocket: Enhancement

:bug: Bug Fix

:house: Internal

  • #315 tests: Check that link-to bindings work properly (@Turbo87)
  • #285 TravisCI: Remove deprecated sudo: false option (@Turbo87)

Committers: 3

v1.0.0

5 years ago

:boom: Breaking Change

:house: Internal

Committers: 2

v2.0.0

5 years ago

:boom: Breaking Change

:rocket: Enhancement

:house: Internal

Committers: 2

v0.3.9

6 years ago

:rocket: Enhancement

:house: Internal

Committers: 3

v0.3.6

6 years ago

:rocket: Enhancement

:bug: Bug Fix

Committers: 1

v0.3.7

6 years ago

:rocket: Enhancement

:bug: Bug Fix

:house: Internal

Committers: 4

v0.3.8

6 years ago

:bug: Bug Fix

  • #155 Fix HBS transforms for Ember 1.11/1.12. (@Turbo87)
  • #150 bugfix(transform): Disable handlebars transform pre-Ember-1.13. (@pzuraq)

:memo: Documentation

  • #156 Generate CHANGELOG using lerna-changelog. (@Turbo87)
  • #141 make note about positional params. (@kellyselden)
  • #140 Added a link to the deprecations warning to point to a codemod to help address it. (@lorcan)

:house: Internal

  • #154 Skip positional params stripping tests on Ember versions without reliable support. (@Turbo87)
  • #152 add acceptance test for params-to-hash-pairs transform. (@marcoow)
  • #147 Update "yarn.lock" file and "ember-cli-babel". (@Turbo87)

Committers: 6

v0.3.5

6 years ago

:bug: Bug Fix

  • #128 Add cacheKey() methods to template transforms. (@Turbo87)

Committers: 2