Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Latest commit

 

History

History
40 lines (27 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

40 lines (27 loc) · 2.69 KB

ember-cli-deploy-revision-data Changelog

0.1.0-beta.3

The following changes are required if you are upgrading from the previous version:

  • Users
    • In package.json, rename ember-cli-deploy-revision-key to ember-cli-deploy-revision-data and change version to 0.1.0-beta.3

Community Contributions

  • #16 Return revision metadata instead of just revisionKey @achambers

Thank you to all who took the time to contribute!

0.1.0-beta.2

Community Contributions

  • #13 Add git-tag-commit and version-commit key generators @alisdair
  • #15 [BUGFIX] Remove dependency on broccoli-asset-rev @achambers

Thank you to all who took the time to contribute!

0.1.0-beta.1

Community Contributions

  • #1 Create a tag form the hash of the index.html @achambers
  • #3 Updated to be in line with how ember-cli-deploy handles context data @achambers
  • #4 Remove dependency on index path @achambers
  • #5 Now filePattern is relative to the dist dir stored in context.distDir @achambers
  • #6 Rename index-hash to file-hash @lukemelia
  • #7 Change to use configure hook instead of willDeploy @achambers
  • #8 Renamed project and all references to tags @achambers
  • #9 configure primes the config with data from the deployment context @achambers
  • #10 Restructure to use ember-cli-deploy-plugin, and complete rename to em… @lukemelia
  • #12 Update README for v0.5.0 @achambers

Thank you to all who took the time to contribute!