Skip to content

Latest commit

Β 

History

History
451 lines (289 loc) Β· 19 KB

CHANGELOG.md

File metadata and controls

451 lines (289 loc) Β· 19 KB

Changelog

v6.10.0 (2017-11-20)

πŸš€ Enhancement

  • #193 Allow configuration to opt-out of babel-preset-env.. (@rwjblue)

Committers: 1

v6.9.2 (2017-11-16)

πŸ› Bug Fix

  • #192 Project.prototype.emberCLIVersion is a function.. (@rwjblue)

Committers: 1

v6.9.1 (2017-11-16)

πŸ› Bug Fix

Committers: 1

v6.9.0 (2017-11-08)

πŸš€ Enhancement

  • #176 Blacklists @ember/string if dependency is present. (@locks)

πŸ“ Documentation

Committers: 3

v6.8.2 (2017-08-30)

πŸ› Bug Fix

  • #180 Update "babel-plugin-ember-modules-api-polyfill" to v2.0.1. (@Turbo87)

Committers: 1

v6.8.0 (2017-08-15)

πŸ› Bug Fix

  • #177 Update minimum version of babel-plugin-ember-modules-api-polyfill.. (@rwjblue)

Committers: 1

v6.7.2 (2017-08-07)

πŸš€ Enhancement

  • #175 Update amd-name-resolver version to enable parallel babel transpile. (@mikrostew)

🏠 Internal

Committers: 2

v6.7.1 (2017-08-02)

🏠 Internal

  • #174 update broccoli-babel-transpiler dependency to 6.1.2. (@mikrostew)

Committers: 1

v6.7.0 (2017-08-02)

πŸš€ Enhancement

  • #172 Update "broccoli-babel-transpiler" to v6.1.1. (@Turbo87)

πŸ“ Documentation

🏠 Internal

Committers: 4

v6.6.0 (2017-07-06)

πŸ› Bug Fix

  • #161 Avoid conflicting transforms for @ember/debug.. (@rwjblue)

Committers: 1

v6.5.0 (2017-07-03)

πŸš€ Enhancement

🏠 Internal

Committers: 2

v6.4.2 (2017-07-02)

πŸš€ Enhancement

πŸ“ Documentation

Committers: 2

v6.4.1 (2017-06-01)

πŸš€ Enhancement

Committers: 1

v6.4.0 (2017-06-01)

🏠 Internal

Committers: 2

v6.2.0 (2017-05-31)

πŸš€ Enhancement

πŸ“ Documentation

🏠 Internal

Committers: 3

v6.1.0 (2017-04-28)

πŸš€ Enhancement

Committers: 1

v6.0.0 (2017-04-22)

πŸ’₯ Breaking Change

πŸš€ Enhancement

πŸ› Bug Fix

  • #132 Remove debugging console.log statement in index.js. (@pgrippi)
  • #125 Fix clobbering behavior with babel vs babel6 config.. (@rwjblue)
  • #123 Only pass provided options to babel-preset-env.. (@rwjblue)
  • #122 Properly forward the browsers targets to ember-preset-env. (@kanongil)
  • #117 Fix issues with isPluginRequired.. (@rwjblue)

πŸ“ Documentation

🏠 Internal

  • #124 Add basic sanity test to confirm babel-preset-env is working.. (@rwjblue)
  • #116 Remove temporary fork after babel release. (@cibernox)

Committers: 7

v6.0.0-beta.11 (2017-04-20)

πŸ› Bug Fix

  • #132 Remove debugging console.log statement in index.js. (@pgrippi)

Committers: 1

v6.0.0-beta.10 (2017-04-19)

πŸš€ Enhancement

πŸ“ Documentation

Committers: 2

v6.0.0-beta.9 (2017-03-22)

πŸš€ Enhancement

  • #126 Expose a public mechanism to transpile a tree.. (@rwjblue)

Committers: 1

v6.0.0-beta.8 (2017-03-21)

πŸ› Bug Fix

  • #125 Fix clobbering behavior with babel vs babel6 config.. (@rwjblue)

Committers: 1

v6.0.0-beta.7 (2017-03-21)

πŸ› Bug Fix

  • #123 Only pass provided options to babel-preset-env.. (@rwjblue)
  • #122 Properly forward the browsers targets to ember-preset-env. (@kanongil)

🏠 Internal

  • #124 Add basic sanity test to confirm babel-preset-env is working.. (@rwjblue)

Committers: 2

v6.0.0-beta.6 (2017-03-20)

πŸš€ Enhancement

  • #121 Allow babel options to be passed through to babel-preset-env.. (@rwjblue)

Committers: 1

v6.0.0-beta.5 (2017-03-15)

πŸš€ Enhancement

  • #120 Expose postTransformPlugins to be positioned after preset-env plugins.. (@rwjblue)

πŸ› Bug Fix

πŸ“ Documentation

Committers: 2

v6.0.0-beta.3 (2017-03-13)

πŸ’₯ Breaking Change

πŸš€ Enhancement

🏠 Internal

Committers: 2

v6.0.0-beta.1 (2017-04-20)

πŸš€ Enhancement

πŸ› Bug Fix

  • #132 Remove debugging console.log statement in index.js. (@pgrippi)

πŸ“ Documentation

Committers: 3

v6.0.0-alpha.1 (2017-03-06)

πŸ“ Documentation

Committers: 1

v5.2.4 (2017-02-09)

πŸ› Bug Fix

Committers: 1

v5.2.3 (2017-02-06)

🏠 Internal

  • #110 Update minimum version of broccoli-babel-transpiler.. (@rwjblue)

Committers: 1

v5.2.2 (2017-02-04)

πŸ“ Documentation

🏠 Internal

Committers: 2

v5.2.1 (2016-12-07)

πŸ› Bug Fix

  • #106 Fix feature detection bug for setupPreprocessorRegistry.. (@rwjblue)

Committers: 1

v5.2.0 (2016-12-07)

πŸš€ Enhancement

🏠 Internal

Committers: 4

v5.1.10 (2016-08-15)

πŸš€ Enhancement

Committers: 1

v5.1.9 (2016-08-12)

πŸš€ Enhancement

πŸ› Bug Fix

  • #88 Prevent errors with console options under older ember-cli's.. (@rwjblue)
  • #77 Pin jQuery to v1.11.3 to fix builds. (@Turbo87)

🏠 Internal

Committers: 8

v5.1.5 (2015-08-25)

πŸš€ Enhancement

  • #51 Using broccoli-babel-transpiler latest version. (@msranade)

Committers: 3

v5.1.1 (2016-08-15)

πŸš€ Enhancement

Committers: 1