Skip to content

Commit f24a709

Browse files
committed
Released v0.3.0
1 parent ef95b70 commit f24a709

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Change Log
2+
3+
## [0.3.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/0.3.0) (2016-02-06)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.2.0...0.3.0)
5+
6+
- add fetchInitialRevisions [\#47](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/47) ([ghedamat](https://github.com/ghedamat))
7+
- 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))
8+
- 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))
9+
- update ember-cli-deploy-plugin [\#41](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/41) ([ghedamat](https://github.com/ghedamat))
10+
- \[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))
11+
- Readme: Missing `=` in snippet [\#38](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/38) ([jthiller](https://github.com/jthiller))
12+
- Useful info for AWS admins [\#37](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/37) ([pablobm](https://github.com/pablobm))
13+
- 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))
14+
15+
## [v0.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/v0.2.0) (2015-12-31)
16+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.1.1...v0.2.0)
17+
18+
- Add missing assignment [\#34](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/34) ([backspace](https://github.com/backspace))
19+
- Loosen AWS option requirements [\#33](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/33) ([quiddle](https://github.com/quiddle))
20+
- \[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))
21+
- 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))
22+
23+
## [v0.1.1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/v0.1.1) (2015-12-13)
24+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.1.0...v0.1.1)
25+
26+
- 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))
27+
- 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))
28+
- Warn about configuration sharing [\#22](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/22) ([LevelbossMike](https://github.com/LevelbossMike))
29+
- 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))
30+
31+
## [v0.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/v0.1.0) (2015-10-25)
32+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.1.0-beta.1...v0.1.0)
33+
34+
- Release 0.1.0 [\#14](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/14) ([LevelbossMike](https://github.com/LevelbossMike))
35+
- 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))
36+
37+
## [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)
38+
39+
- 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))
40+
- Add `allowOverwrite` option [\#11](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/11) ([LevelbossMike](https://github.com/LevelbossMike))
41+
- Updating docs for new options [\#10](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/10) ([lpetre](https://github.com/lpetre))
42+
- Add Travis badge [\#9](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/9) ([LevelbossMike](https://github.com/LevelbossMike))
43+
- Add tests for lib/s3 [\#8](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/8) ([LevelbossMike](https://github.com/LevelbossMike))
44+
- 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))
45+
- 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))
46+
- 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))
47+
- Added missing dependency [\#3](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/3) ([vitch](https://github.com/vitch))
48+
- Added function keyword [\#2](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/2) ([vitch](https://github.com/vitch))
49+
- \[WIP\] Retrieve revisionKey from revisionData [\#1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/1) ([achambers](https://github.com/achambers))
50+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-s3-index",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Ember CLI Deploy plugin to deploy ember-cli's bootstrap index file to S3.",
55
"directories": {
66
"doc": "doc",
@@ -57,4 +57,4 @@
5757
"ember-addon": {
5858
"configPath": "tests/dummy/config"
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)