Skip to content

Commit

Permalink
Released v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Feb 6, 2016
1 parent ef95b70 commit f24a709
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Change Log

## [0.3.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/0.3.0) (2016-02-06)
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.2.0...0.3.0)

- add fetchInitialRevisions [\#47](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/47) ([ghedamat](https://github.com/ghedamat))
- Add mimetype detection based on `filePattern`/`filePath` [\#46](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/46) ([elidupuis](https://github.com/elidupuis))
- Ensure ACL configuration option is set during activation [\#44](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/44) ([elidupuis](https://github.com/elidupuis))
- update ember-cli-deploy-plugin [\#41](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/41) ([ghedamat](https://github.com/ghedamat))
- \[Doc\] Fix documentation passing revision via cli [\#39](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/39) ([LevelbossMike](https://github.com/LevelbossMike))
- Readme: Missing `=` in snippet [\#38](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/38) ([jthiller](https://github.com/jthiller))
- Useful info for AWS admins [\#37](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/37) ([pablobm](https://github.com/pablobm))
- Don't use path.join for URLs [\#36](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/36) ([LevelbossMike](https://github.com/LevelbossMike))

## [v0.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/v0.2.0) (2015-12-31)
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.1.1...v0.2.0)

- Add missing assignment [\#34](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/34) ([backspace](https://github.com/backspace))
- Loosen AWS option requirements [\#33](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/33) ([quiddle](https://github.com/quiddle))
- \[BREAKING\] Make `region` a required configuration. [\#31](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/31) ([LevelbossMike](https://github.com/LevelbossMike))
- Update to revision plugin information on readme [\#29](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/29) ([Jordan4jc](https://github.com/Jordan4jc))

## [v0.1.1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/v0.1.1) (2015-12-13)
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.1.0...v0.1.1)

- update link to ember-cli-deploy-build [\#26](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/26) ([csantero](https://github.com/csantero))
- Add support for ACL on objects [\#24](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/24) ([flecno](https://github.com/flecno))
- Warn about configuration sharing [\#22](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/22) ([LevelbossMike](https://github.com/LevelbossMike))
- Fix quickstart instructions in README.md [\#17](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/17) ([LevelbossMike](https://github.com/LevelbossMike))

## [v0.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/v0.1.0) (2015-10-25)
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.1.0-beta.1...v0.1.0)

- Release 0.1.0 [\#14](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/14) ([LevelbossMike](https://github.com/LevelbossMike))
- Update to use new verbose option for logging [\#13](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/13) ([lukemelia](https://github.com/lukemelia))

## [v0.1.0-beta.1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/v0.1.0-beta.1) (2015-10-19)

- Release v0.1.0-beta.1 [\#12](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/12) ([LevelbossMike](https://github.com/LevelbossMike))
- Add `allowOverwrite` option [\#11](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/11) ([LevelbossMike](https://github.com/LevelbossMike))
- Updating docs for new options [\#10](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/10) ([lpetre](https://github.com/lpetre))
- Add Travis badge [\#9](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/9) ([LevelbossMike](https://github.com/LevelbossMike))
- Add tests for lib/s3 [\#8](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/8) ([LevelbossMike](https://github.com/LevelbossMike))
- Large restructure of s3-index plugin [\#7](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/7) ([lpetre](https://github.com/lpetre))
- Handle the case where there is no current.json [\#5](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/5) ([lpetre](https://github.com/lpetre))
- Support passing a valid s3client via config [\#4](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/4) ([lpetre](https://github.com/lpetre))
- Added missing dependency [\#3](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/3) ([vitch](https://github.com/vitch))
- Added function keyword [\#2](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/2) ([vitch](https://github.com/vitch))
- \[WIP\] Retrieve revisionKey from revisionData [\#1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/1) ([achambers](https://github.com/achambers))

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-deploy-s3-index",
"version": "0.2.0",
"version": "0.3.0",
"description": "Ember CLI Deploy plugin to deploy ember-cli's bootstrap index file to S3.",
"directories": {
"doc": "doc",
Expand Down Expand Up @@ -57,4 +57,4 @@
"ember-addon": {
"configPath": "tests/dummy/config"
}
}
}

0 comments on commit f24a709

Please sign in to comment.