Skip to content

Latest commit

 

History

History
156 lines (97 loc) · 3.7 KB

CHANGELOG.md

File metadata and controls

156 lines (97 loc) · 3.7 KB

master

0.12.0

0.11.0

0.10.0

0.9.0

0.8.7

0.8.6

0.8.5

0.8.4

0.8.3

0.8.2

0.8.1

0.8.0

0.8.0

0.7.1

  • Fix this._super.init deprecation warning. #32

0.7.0

  • No longer warn if ember-cli-dependency-checker is missing. #29

0.6.0

  • Wait until [outputReady] hook to remove lockfile.
  • Remove dependency on url-join and fs-extra packages.
  • Simplify inclusion logic thanks to removal of sprockets. #25

0.5.2

  • Generate a Rails-compatible asset manifest file. #23
  • Introduce prefix configuration which corresponds to Rails' config.assets.prefix. To match Rails, it defaults to assets. #22

0.5.1

  • No longer infer fingerprint.prepend domain from environment variables. Instead, expose app.options['ember-cli-rails'].prepend configuration value.

0.5.0

  • Don't fingerprint assets when running ember test from Rails.
  • Introduce file in app/initializers to setup Rails CSRF integration #19
  • Prepend Sprockets path to EmberCLI assets. Default fingerprinting to no generate MD5 hash when building in development. #17.

0.0.13

  • Disables Subresource Integrity, since the asset pipeline URLs no longer match the URLs the SRI hashes were generated against.
  • Copies dist/index.html to dist/assets/index.html after a build