Skip to content

Latest commit

 

History

History
402 lines (268 loc) · 20.8 KB

CHANGELOG.md

File metadata and controls

402 lines (268 loc) · 20.8 KB

Changelog

v3.0.0-beta.2 (2019-04-18)

🚀 Enhancement

🐛 Bug Fix

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

Committers: 2

v3.0.0-beta.1 (2019-03-16)

💥 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)

🚀 Enhancement

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

📝 Documentation

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

🏠 Internal

Committers: 1

v2.1.0 (2019-03-15)

🚀 Enhancement

🐛 Bug Fix

🏠 Internal

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

Committers: 3

v2.0.0 (2018-10-23)

💥 Breaking Change

🚀 Enhancement

🏠 Internal

Committers: 2

v1.0.0 (2018-04-26)

💥 Breaking Change

🏠 Internal

Committers: 2

v0.3.9 (2018-04-03)

🚀 Enhancement

🏠 Internal

Committers: 2

v0.3.8 (2017-11-15)

🐛 Bug Fix

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

📝 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)

🏠 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: 5

v0.3.7 (2017-08-04)

🚀 Enhancement

🐛 Bug Fix

🏠 Internal

Committers: 3

v0.3.6 (2017-07-11)

🚀 Enhancement

🐛 Bug Fix

Committers: 1

v0.3.5 (2017-07-06)

🐛 Bug Fix

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

Committers: 1

v0.3.4 (2017-05-30)

🐛 Bug Fix

🏠 Internal

  • #114 chore(package): update ember-cli to version 2.13.2. (@Turbo87)
  • #113 chore(package): update ember-cli-htmlbars to version 2.0.1. (@Turbo87)
  • #108 Update "ember-cli" to v2.13.0. (@Turbo87)

Committers: 1

v0.3.3 (2017-04-24)

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

Committers: 3

v0.3.2 (2017-04-07)

🐛 Bug Fix

  • #92 Revert "Switch to treeForAddonTestSupport". (@Turbo87)

Committers: 1

v0.3.1 (2017-04-07)

🚀 Enhancement

  • #89 Switch to treeForAddonTestSupport. (@raido)

🐛 Bug Fix

  • #88 fix: strip data-test-* attributes without explicit value from production build. (@raido)

📝 Documentation

Committers: 2

v0.3.0 (2017-03-27)

🚀 Enhancement

🐛 Bug Fix

🏠 Internal

  • #84 update ember-cli and other libraries. (@marcoow)
  • #64 Import ESLint config from eslint-config-simplabs. (@Turbo87)

Committers: 3

v0.2.1 (2017-01-25)

🐛 Bug Fix

  • #59 attributeBindings is now frozen in debug builds on v2.11, slice it before pushing. (@bgentry)

🏠 Internal

  • #63 dummy/components: Explicitly set attributeBindings to [] to test freezing. (@Turbo87)
  • #61 Upgrade to ember-cli v2.11.0. (@Turbo87)
  • #60 ember-try: Remove scenarios and rely entirely on "versionCompatibility". (@Turbo87)

Committers: 2

v0.2.0 (2017-01-23)

🚀 Enhancement

  • #57 Add support for component data-test-* attributes without values. (@Turbo87)

🐛 Bug Fix

🏠 Internal

  • #58 GreenKeeper: Ignore "babel-core" updates. (@Turbo87)

Committers: 1

v0.1.1 (2017-01-17)

🚀 Enhancement

  • #53 Add warning when tagName is empty and data-test-* attributes are used. (@Turbo87)
  • #52 Replace initializer with IIFE in the vendor tree. (@Turbo87)

🐛 Bug Fix

  • #50 add blueprint + test helper for integration tests. (@bgentry)

Committers: 2

v0.1.0 (2017-01-12)

🚀 Enhancement

  • #48 Updated and simplified README file. (@Turbo87)
  • #45 Add Babel 5 plugin stripping "data-test-*" properties. (@Turbo87)
  • #43 Simplify testSelector() import. (@Turbo87)
  • #27 Auto bind component data-test-* attributes. (@marcoow)
  • #42 Introduce "strip" and deprecate "environments" option. (@Turbo87)
  • #40 Strip "data-test-" attributes from component and helper invocations. (@Turbo87)
  • #37 Simplify AST walker and remove "lodash" dependency. (@Turbo87)
  • #36 Run tests with and without stripping test selectors. (@Turbo87)
  • #25 Simplify testSelector() function. (@Turbo87)

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 4

0.0.5 (2016-11-23)

🚀 Enhancement

🐛 Bug Fix

Committers: 2

0.0.4 (2016-09-06)

🐛 Bug Fix

📝 Documentation

Committers: 2

0.0.3 (2016-04-08)

🚀 Enhancement

  • #14 Add ability to specify envs to strip selectors.. (@blimmer)

📝 Documentation

🏠 Internal

  • #16 Remove duplicate repository field in package.json. (@marcoow)

Committers: 3

0.0.2 (2016-03-21)

🚀 Enhancement

Committers: 2

0.0.1 (2016-03-04)

🚀 Enhancement

  • #7 Add the plugin to the registry when in production environment. (@pangratz)

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 2