|
1 |
| -## 0.1.1 |
| 1 | +# Change Log |
| 2 | + |
| 3 | +## [v1.0.0-beta.0](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/v1.0.0-beta.0) (2017-03-25) |
| 4 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-build/compare/v0.1.1...v1.0.0-beta.0) |
| 5 | + |
| 6 | +**Merged pull requests:** |
| 7 | + |
| 8 | +- Update ember-cli and dependencies [\#36](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/36) ([lukemelia](https://github.com/lukemelia)) |
| 9 | +- \[DOC\] fix README broken plugin link [\#31](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/31) ([machty](https://github.com/machty)) |
| 10 | + |
| 11 | +## [v0.1.1](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/v0.1.1) (2016-02-07) |
| 12 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-build/compare/v0.1.0...v0.1.1) |
| 13 | + |
| 14 | +**Merged pull requests:** |
2 | 15 |
|
3 | 16 | - update ember-cli-deploy-plugin [\#25](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/25) ([ghedamat](https://github.com/ghedamat))
|
4 | 17 | - fixing a small typo [\#20](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/20) ([kiwiupover](https://github.com/kiwiupover))
|
5 | 18 |
|
6 |
| -## 0.1.0 |
7 |
| - |
8 |
| -- [#1](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/1) Update chalk to be a production dependency instead of dev [@achambers](https://github.com/achambers) |
9 |
| -- [#2](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/2) Add circle.yml [@achambers](https://github.com/achambers) |
10 |
| -- [#3](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/3) Add the index and assets paths to the data object [@achambers](https://github.com/achambers) |
11 |
| -- [#4](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/4) Updated to be in line with how ember-cli-deploy handles context data [@achambers](https://github.com/achambers) |
12 |
| -- [#6](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/6) Now we don't make a distinction between index and assets [@achambers](https://github.com/achambers) |
13 |
| -- [#7](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/7) Now the `context.distFiles` prop doesn't contain the dist dir [@achambers](https://github.com/achambers) |
14 |
| -- [#8](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/8) Add test coverage and willDeploy config validation [@lukemelia](https://github.com/lukemelia) |
15 |
| -- [#9](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/9) Allow outputPath to be configurable [@lukemelia](https://github.com/lukemelia) |
16 |
| -- [#10](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/10) A few tweaks to log output [@lukemelia](https://github.com/lukemelia) |
17 |
| -- [#11](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/11) Implement `configure` hook for config validation instead of `willDeploy` [@achambers](https://github.com/achambers) |
18 |
| -- [#12](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/12) Plugin base class restructure [@lukemelia](https://github.com/lukemelia) |
19 |
| -- [#14](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/14) Ensure we are using the Builder from the project's version of ember-cli [@lukemelia](https://github.com/lukemelia) |
20 |
| -- [#15](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/15) use path.sep instead of / for cross-platform compatibility [@duizendnegen](https://github.com/duizendnegen) |
21 |
| -- [#16](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/16) Update README for 0.5.0 [@achambers](https://github.com/achambers) |
22 |
| - |
23 |
| -Thank you to all who took the time to contribute! |
| 19 | +## [v0.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/v0.1.0) (2015-10-25) |
| 20 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-build/compare/v0.1.0-beta.1...v0.1.0) |
| 21 | + |
| 22 | +**Merged pull requests:** |
| 23 | + |
| 24 | +- Update to use new verbose option for logging [\#19](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/19) ([lukemelia](https://github.com/lukemelia)) |
| 25 | +- Update repo url [\#18](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/18) ([achambers](https://github.com/achambers)) |
| 26 | +- Update the repository [\#17](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/17) ([achambers](https://github.com/achambers)) |
| 27 | + |
| 28 | +## [v0.1.0-beta.1](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/v0.1.0-beta.1) (2015-08-08) |
| 29 | +**Merged pull requests:** |
| 30 | + |
| 31 | +- Update README for 0.5.0 [\#16](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/16) ([achambers](https://github.com/achambers)) |
| 32 | +- use path.sep instead of / for cross-platform compatibility [\#15](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/15) ([duizendnegen](https://github.com/duizendnegen)) |
| 33 | +- Ensure we are using the Builder from the project's version of ember-cli [\#14](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/14) ([lukemelia](https://github.com/lukemelia)) |
| 34 | +- Plugin base class restructure [\#12](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/12) ([lukemelia](https://github.com/lukemelia)) |
| 35 | +- Implement `configure` hook for config validation instead of `willDeploy` [\#11](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/11) ([achambers](https://github.com/achambers)) |
| 36 | +- A few tweaks to log output [\#10](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/10) ([lukemelia](https://github.com/lukemelia)) |
| 37 | +- Allow outputPath to be configurable [\#9](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/9) ([lukemelia](https://github.com/lukemelia)) |
| 38 | +- Add test coverage and willDeploy config validation [\#8](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/8) ([lukemelia](https://github.com/lukemelia)) |
| 39 | +- Now the `context.distFiles` prop doesn't contain the dist dir [\#7](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/7) ([achambers](https://github.com/achambers)) |
| 40 | +- Now we don't make a distinction between index and assets [\#6](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/6) ([achambers](https://github.com/achambers)) |
| 41 | +- Updated to be in line with how ember-cli-deploy handles context data [\#4](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/4) ([achambers](https://github.com/achambers)) |
| 42 | +- Add the index and assets paths to the data object [\#3](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/3) ([achambers](https://github.com/achambers)) |
| 43 | +- Add circle.yml [\#2](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/2) ([achambers](https://github.com/achambers)) |
| 44 | +- Update chalk to be a production dependency instead of dev [\#1](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/1) ([achambers](https://github.com/achambers)) |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments