Skip to content

Latest commit

 

History

History
116 lines (83 loc) · 5.38 KB

CHANGELOG.md

File metadata and controls

116 lines (83 loc) · 5.38 KB

Changelog

v0.10.0 (2020-06-10)

💥 Breaking Change

  • Update minimum supported Node.js version to 10

🐛 Bug Fix

  • #176 Fix error - Inject empty meta tag when addon not enabled (@mansona)

🏠 Internal

Committers: 3

v0.9.0 (2019-11-27)

💥 Breaking Change

🚀 Enhancement

📝 Documentation

🏠 Internal

Committers: 2

v0.8.1 (2019-11-14)

🐛 Bug Fix

🏠 Internal

Committers: 2

v0.8.0 (2019-10-23)

💥 Breaking Change

  • Update minimum supported Node.js version to 10

🚀 Enhancement

🐛 Bug Fix

  • #54 Ensure that we don't write undefined into the <meta> element value (@Turbo87)
  • #51 Fall back to name in resolve (@mydea)
  • #53 Fix broken test/index.html mutation (@Turbo87)
  • #42 Catch errors if asset-map fails to load (@headquarters)

Committers: 5

0.7.0

  • [ENHANCEMENT] Upgrade to Ember 3.0 (@mydea)
  • [ENHANCEMENT] Tests passing (@mydea)

0.6.1

  • [FIX] If ifa:placeholder meta tag is missing, do not fail with error

0.6.0

  • [ENHANCEMENT] Add is enabled by default
  • [ENHANCEMENT] Use meta tag to pass asset file name into the asset-map service to avoid CSP issue with script tag.

0.5.2

  • [BUG FIX] Add missing .class in lookupFactory
  • [ENHANCEMENT] Safer deployment configuration override

0.5.1

  • [ENHANCEMENT] Fix deprecation for lookupFactory

0.5.0

  • [ENHANCEMENT] Ability to include asset map contents at build time (@simonihmig)

0.4.0

  • [ENHANCEMENT] If there is no asset map file, set variable (assetMapFilename) to null (@andreasschacht)
  • [BUG FIX] Replace asset_map_placeholder in tests/index.html as well (@trek)

0.3.0

  • [ENHANCEMENT] Updating ember-cli version to 2.9.1
  • [ENHANCEMENT] Addon is disabled by default
  • [INTERNAL] Disable Fastboot tests

0.2.0

  • [FEATURE] Support running application in a sub-directory (@drewtempelmeyer)

0.1.0

  • [NOOP] Initial release