Skip to content

Commit 6843149

Browse files
committed
Released v1.0.0-beta.0
1 parent 4a87d0e commit 6843149

File tree

2 files changed

+43
-13
lines changed

2 files changed

+43
-13
lines changed

CHANGELOG.md

Lines changed: 42 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,49 @@
11
# Change Log
22

3-
## [0.5.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/0.5.0) (2016-05-12)
3+
## [v1.0.0-beta.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/v1.0.0-beta.0) (2017-03-25)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.5.0...v1.0.0-beta.0)
5+
6+
**Merged pull requests:**
7+
8+
- Upgrade ember-cli & embrace being a node-only ember-cli addon [\#72](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/72) ([lukemelia](https://github.com/lukemelia))
9+
- \[DOC\] Link to previewing revisions article [\#69](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/69) ([blimmer](https://github.com/blimmer))
10+
- Add Server Side Encryption [\#67](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/67) ([sethpollack](https://github.com/sethpollack))
11+
- Update config example to reflect required parameters [\#66](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/66) ([crhayes](https://github.com/crhayes))
12+
13+
## [v0.5.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/v0.5.0) (2016-05-12)
414
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.4.0...v0.5.0)
515

6-
- Allow cache-control headers to be set by options [#63](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/63) [@LevelbossMike](https://github.com/LevelbossMike)
16+
**Merged pull requests:**
717

8-
## [0.4.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/0.4.0) (2016-04-01)
18+
- Allow cache-control headers to be set by options [\#63](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/63) ([LevelbossMike](https://github.com/LevelbossMike))
19+
- Upgrade ember-cli to 2.5.0 [\#62](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/62) ([LevelbossMike](https://github.com/LevelbossMike))
20+
21+
## [v0.4.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/v0.4.0) (2016-04-01)
922
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.3.1...v0.4.0)
1023

24+
**Merged pull requests:**
25+
1126
- Take `filePattern` into account when determining `isGzipped` status [\#59](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/59) ([elidupuis](https://github.com/elidupuis))
1227

13-
## [v0.3.1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/0.3.1) (2016-02-21)
28+
## [v0.3.1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/v0.3.1) (2016-02-21)
1429
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.3.0...v0.3.1)
1530

16-
- [#56](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/56) Remove remaining `path.join` for win-compatibility [@LevelbossMike](https://github.com/LevelbossMike)
17-
- [#55](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/55) Add appveyor badge [@LevelbossMike](https://github.com/LevelbossMike)
18-
- [#53](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/53) Add appveyor for windows builds [@LevelbossMike](https://github.com/LevelbossMike)
19-
- [#51](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/51) Add tests for untested hooks [@LevelbossMike](https://github.com/LevelbossMike)
20-
- [#50](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/50) Update README to include Cloudfont pretty url config [@jarredkenny](https://github.com/jarredkenny)
21-
- [#43](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/43) Remove path.join on file upload key [@twaggs](https://github.com/twaggs)
22-
- [#42](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/42) Fix #27: Conditionally add ContentEncoding:gzip header when index.html is gzipped [@taylon](https://github.com/taylon)
31+
**Merged pull requests:**
32+
33+
- Release v0.3.1 [\#57](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/57) ([LevelbossMike](https://github.com/LevelbossMike))
34+
- Remove remaining `path.join` for win-compatibility [\#56](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/56) ([LevelbossMike](https://github.com/LevelbossMike))
35+
- Add appveyor badge [\#55](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/55) ([LevelbossMike](https://github.com/LevelbossMike))
36+
- Add appveyor for windows builds [\#53](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/53) ([LevelbossMike](https://github.com/LevelbossMike))
37+
- Add tests for untested hooks [\#51](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/51) ([LevelbossMike](https://github.com/LevelbossMike))
38+
- Update README to include Cloudfont pretty url config [\#50](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/50) ([jarredkenny](https://github.com/jarredkenny))
39+
- Remove path.join on file upload key [\#43](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/43) ([twaggs](https://github.com/twaggs))
40+
- Fix \#27: Conditionally add ContentEncoding:gzip header when index.html is gzipped [\#42](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/42) ([taylon](https://github.com/taylon))
2341

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

45+
**Merged pull requests:**
46+
2747
- add fetchInitialRevisions [\#47](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/47) ([ghedamat](https://github.com/ghedamat))
2848
- 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))
2949
- 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))
@@ -36,6 +56,8 @@
3656
## [v0.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/v0.2.0) (2015-12-31)
3757
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.1.1...v0.2.0)
3858

59+
**Merged pull requests:**
60+
3961
- Add missing assignment [\#34](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/34) ([backspace](https://github.com/backspace))
4062
- Loosen AWS option requirements [\#33](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/33) ([quiddle](https://github.com/quiddle))
4163
- \[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))
@@ -44,6 +66,8 @@
4466
## [v0.1.1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/v0.1.1) (2015-12-13)
4567
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.1.0...v0.1.1)
4668

69+
**Merged pull requests:**
70+
4771
- 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))
4872
- 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))
4973
- Warn about configuration sharing [\#22](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/22) ([LevelbossMike](https://github.com/LevelbossMike))
@@ -52,10 +76,13 @@
5276
## [v0.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/tree/v0.1.0) (2015-10-25)
5377
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/compare/v0.1.0-beta.1...v0.1.0)
5478

79+
**Merged pull requests:**
80+
5581
- Release 0.1.0 [\#14](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/14) ([LevelbossMike](https://github.com/LevelbossMike))
5682
- 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))
5783

5884
## [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)
85+
**Merged pull requests:**
5986

6087
- 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))
6188
- Add `allowOverwrite` option [\#11](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/11) ([LevelbossMike](https://github.com/LevelbossMike))
@@ -69,3 +96,6 @@
6996
- Added function keyword [\#2](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/2) ([vitch](https://github.com/vitch))
7097
- \[WIP\] Retrieve revisionKey from revisionData [\#1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/1) ([achambers](https://github.com/achambers))
7198

99+
100+
101+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-s3-index",
3-
"version": "0.5.0",
3+
"version": "1.0.0-beta.0",
44
"description": "Ember CLI Deploy plugin to deploy ember-cli's bootstrap index file to S3.",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)