Skip to content

Latest commit

Β 

History

History
379 lines (228 loc) Β· 15 KB

File metadata and controls

379 lines (228 loc) Β· 15 KB

v3.5.0 (2021-03-17)

πŸš€ Enhancement

Committers: 1

v3.4.0 (2021-02-24)

πŸš€ Enhancement

Committers: 1

v3.3.0 (2021-02-16)

πŸš€ Enhancement

  • #175 Add useEmberModule option to force ember module usage (to avoid global window.Ember deprecation on Ember 3.27+). (@NullVoxPopuli)

Committers: 1

v3.2.2 (2021-02-11)

πŸ› Bug Fix

  • #156 Fix "container is falsey" error when using code coverage (@mdeanjones)

Committers: 1

v3.2.1 (2021-01-15)

πŸ› Bug Fix

  • #170 Ensure decorators are transpiled properly when the decorator identifier is aliased within the decorated method (@dwickern)

🏠 Internal

Committers: 3

v3.2.0 (2020-10-02)

πŸš€ Enhancement

  • #141 Update ember-rfc176-data to add Helper Manager APIs. (@rwjblue)

Committers: 1

v3.1.1 (2020-07-31)

πŸ› Bug fix

  • Update ember-rfc176-data to ensure destroy is provided by @ember/destroyable

v3.1.0 (2020-07-31)

πŸš€ Enhancement

  • #125 Update ember-rfc176-data to add @ember/destroyable API (@rwjblue)

Committers: 1

v3.0.0 (2020-07-27)

πŸ’₯ Breaking Change

Committers: 1

v2.13.4 (2020-06-02)

πŸ› Bug Fix

  • #116 Ensure generated global MemberExpressions are not shared (@rwjblue)

Committers: 1

v2.13.3 (2020-05-29)

πŸ› Bug Fix

  • #111 Properly transpile (emberImportedThing as any)() (@rwjblue)

Committers: 1

v2.13.2 (2020-05-29)

πŸ› Bug Fix

  • #110 Avoid errors when replacing Ember modules imports that are used as both a type and a value (@fivetanley)

Committers: 1

v2.13.1 (2020-05-29)

πŸ› Bug Fix

  • #109 Ensure identifiers are properly re-written. (@rwjblue)

🏠 Internal

Committers: 1

v2.13.0 (2020-05-19)

πŸš€ Enhancement

  • #101 Add support for import { createCache, getValue, isConst } from '@glimmer/tracking/primitives/cache' (@rwjblue)

Committers: 1

v2.12.0 (2019-08-28)

πŸš€ Enhancement

  • #66 Add support for import { dependentKeyCompat } from '@ember/object/compat' (@rwjblue)

Committers: 1

v2.11.0 (2019-08-16)

πŸš€ Enhancement

  • #63 Update ember-rfc176-data to get modifier manager capabilities. (@rwjblue)

Committers: 1

v2.10.0 (2019-08-12)

πŸš€ Enhancement

  • #62 Update ember-rfc176-data to 0.3.10 for colocation support. (@rwjblue)

Committers: 2

Changelog

v2.9.0 (2019-04-12)

πŸš€ Enhancement

  • #59 Update rfc176-data to add setModifierManager API (@jordpo)

Committers: 1

v2.8.0 (2019-03-14)

πŸš€ Enhancement

Committers: 1

v2.7.0 (2019-02-22)

πŸš€ Enhancement

Committers: 1

v2.6.0 (2018-12-12)

πŸš€ Enhancement

Committers: 3

v2.5.0 (2018-09-12)

πŸš€ Enhancement

  • Update minimum version of ember-rfc176-data to 0.3.5 (@rwjblue)

Committers: 1

v2.4.0 (2018-09-12)

πŸš€ Enhancement

  • Update minimum version of ember-rfc176-data to 0.3.4 (@rwjblue)

Committers: 1

v2.3.2 (2018-06-18)

πŸ› Bug Fix

Committers: 1

v2.3.1 (2018-06-17)

πŸ› Bug Fix

Committers: 1

v2.2.1 (2017-11-06)

πŸ› Bug Fix

Committers: 1

v2.2.0 (2017-10-27)

πŸ› Bug Fix

  • #31 Allow export { computed } from '@ember/object' to work. (@Turbo87)
  • #30 Fix confusing "missing import" warning. (@Turbo87)

Committers: 1

v2.1.0 (2017-10-03)

πŸš€ Enhancement

Committers: 1

v2.0.1 (2017-08-29)

πŸ› Bug Fix

πŸ“ Documentation

🏠 Internal

Committers: 3

v2.0.0 (2017-08-22)

πŸš€ Enhancement

  • #21 Reverts polyfillEmberString option. (@locks)

Committers: 1

v1.6.0 (2017-08-17)

πŸš€ Enhancement

  • #17 Make the plugin @ember/string aware. (@locks)

πŸ“ Documentation

Committers: 2

v1.5.1 (2017-08-15)

πŸ› Bug Fix

  • #19 Ensure that side-effect imports are not removed.. (@rwjblue)

Committers: 1

v1.5.0 (2017-08-15)

πŸš€ Enhancement

  • #18 Add transpile support for 'ember' module. (@mixonic)

πŸ“ Documentation

Committers: 2

v1.4.2 (2017-07-06)

πŸ› Bug Fix

Committers: 1

v1.4.1 (2017-07-04)

πŸš€ Enhancement

  • #11 Ensure no errors are thrown when blacklist option is present but import is missing.. (@rwjblue)

Committers: 1

v1.4.0 (2017-07-03)

πŸš€ Enhancement

  • #10 Add support for a per-export blacklist.. (@rwjblue)

Committers: 1

v1.3.0 (2017-07-03)

πŸš€ Enhancement

  • #9 Allow blacklisting specific modules from being replaced.. (@rwjblue)

Committers: 1

v1.2.0 (2017-07-02)

πŸš€ Enhancement

  • #8 Avoid throwing errors for unknown modules.. (@rwjblue)
  • #7 Allow caching with broccoli-babel-transpiler.. (@rwjblue)

Committers: 1

v1.1.0 (2017-07-02)

πŸš€ Enhancement

  • #6 Make work with jquery and rsvp modules.. (@rwjblue)
  • #5 Replace "ember-modules-codemod" with "ember-rfc176-data" package. (@Turbo87)

Committers: 2