-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
45 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,48 @@ | ||
## 0.1.1 | ||
# Change Log | ||
|
||
## [v1.0.0-beta.0](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/v1.0.0-beta.0) (2017-03-25) | ||
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-build/compare/v0.1.1...v1.0.0-beta.0) | ||
|
||
**Merged pull requests:** | ||
|
||
- Update ember-cli and dependencies [\#36](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/36) ([lukemelia](https://github.com/lukemelia)) | ||
- \[DOC\] fix README broken plugin link [\#31](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/31) ([machty](https://github.com/machty)) | ||
|
||
## [v0.1.1](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/v0.1.1) (2016-02-07) | ||
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-build/compare/v0.1.0...v0.1.1) | ||
|
||
**Merged pull requests:** | ||
|
||
- update ember-cli-deploy-plugin [\#25](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/25) ([ghedamat](https://github.com/ghedamat)) | ||
- fixing a small typo [\#20](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/20) ([kiwiupover](https://github.com/kiwiupover)) | ||
|
||
## 0.1.0 | ||
|
||
- [#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) | ||
- [#2](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/2) Add circle.yml [@achambers](https://github.com/achambers) | ||
- [#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) | ||
- [#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) | ||
- [#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) | ||
- [#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) | ||
- [#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) | ||
- [#9](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/9) Allow outputPath to be configurable [@lukemelia](https://github.com/lukemelia) | ||
- [#10](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/10) A few tweaks to log output [@lukemelia](https://github.com/lukemelia) | ||
- [#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) | ||
- [#12](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/12) Plugin base class restructure [@lukemelia](https://github.com/lukemelia) | ||
- [#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) | ||
- [#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) | ||
- [#16](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/16) Update README for 0.5.0 [@achambers](https://github.com/achambers) | ||
|
||
Thank you to all who took the time to contribute! | ||
## [v0.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/v0.1.0) (2015-10-25) | ||
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-build/compare/v0.1.0-beta.1...v0.1.0) | ||
|
||
**Merged pull requests:** | ||
|
||
- 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)) | ||
- Update repo url [\#18](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/18) ([achambers](https://github.com/achambers)) | ||
- Update the repository [\#17](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/17) ([achambers](https://github.com/achambers)) | ||
|
||
## [v0.1.0-beta.1](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/v0.1.0-beta.1) (2015-08-08) | ||
**Merged pull requests:** | ||
|
||
- Update README for 0.5.0 [\#16](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/16) ([achambers](https://github.com/achambers)) | ||
- 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)) | ||
- 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)) | ||
- Plugin base class restructure [\#12](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/12) ([lukemelia](https://github.com/lukemelia)) | ||
- 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)) | ||
- A few tweaks to log output [\#10](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/10) ([lukemelia](https://github.com/lukemelia)) | ||
- Allow outputPath to be configurable [\#9](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/9) ([lukemelia](https://github.com/lukemelia)) | ||
- 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)) | ||
- 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)) | ||
- 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)) | ||
- 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)) | ||
- 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)) | ||
- Add circle.yml [\#2](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/2) ([achambers](https://github.com/achambers)) | ||
- 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)) | ||
|
||
|
||
|
||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters