|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [0.2.4](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/0.2.4) (2016-04-01) |
4 |
| -[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.3...0.2.4) |
| 3 | +## [0.2.6](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/0.2.6) (2016-04-19) |
| 4 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.5...0.2.6) |
5 | 5 |
|
6 |
| -Add support for upcoming log color configuration feature in ember-cli-deploy. |
| 6 | +**Merged pull requests:** |
| 7 | + |
| 8 | +- remove lodash, fix \#11 [\#12](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/12) ([ghedamat](https://github.com/ghedamat)) |
| 9 | + |
| 10 | +## [v0.2.5](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.2.5) (2016-04-01) |
| 11 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.4...v0.2.5) |
| 12 | + |
| 13 | +**Merged pull requests:** |
| 14 | + |
| 15 | +- require proper lodash [\#10](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/10) ([ghedamat](https://github.com/ghedamat)) |
| 16 | + |
| 17 | +## [v0.2.4](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.2.4) (2016-04-01) |
| 18 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.3...v0.2.4) |
| 19 | + |
| 20 | +**Merged pull requests:** |
7 | 21 |
|
8 | 22 | - add logInfo color option [\#8](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/8) ([ghedamat](https://github.com/ghedamat))
|
9 | 23 |
|
10 |
| -## [0.2.3](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/0.2.3) (2016-03-29) |
11 |
| -[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.2...0.2.3) |
| 24 | +## [v0.2.3](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.2.3) (2016-03-29) |
| 25 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.2...v0.2.3) |
| 26 | + |
| 27 | +**Merged pull requests:** |
12 | 28 |
|
13 |
| -- add logRaw method [\#9](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/9) ([ghedamat](https://github.com/ghedamat)) |
| 29 | +- add plain option [\#9](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/9) ([ghedamat](https://github.com/ghedamat)) |
14 | 30 |
|
15 |
| -## [0.2.2](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/0.2.2) (2016-02-06) |
16 |
| -[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.1...0.2.2) |
| 31 | +## [v0.2.2](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.2.2) (2016-02-06) |
| 32 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.1...v0.2.2) |
| 33 | + |
| 34 | +**Merged pull requests:** |
17 | 35 |
|
18 | 36 | - ember cli uses the wrong spelling from originalOutputStream [\#7](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/7) ([ghedamat](https://github.com/ghedamat))
|
19 | 37 |
|
20 |
| -## [0.2.1](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/0.2.1) (2016-01-23) |
21 |
| -[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.0...0.2.1) |
| 38 | +## [v0.2.1](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.2.1) (2016-01-24) |
| 39 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.0...v0.2.1) |
| 40 | + |
| 41 | +**Closed issues:** |
| 42 | + |
| 43 | +- Can't list or activate revisions [\#5](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/issues/5) |
| 44 | +- No repository field [\#4](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/issues/4) |
| 45 | + |
| 46 | +**Merged pull requests:** |
22 | 47 |
|
23 | 48 | - ensure that we start logging from the beginning of the line [\#6](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/6) ([ghedamat](https://github.com/ghedamat))
|
24 | 49 |
|
25 | 50 | ## [v0.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.2.0) (2015-10-24)
|
26 | 51 | [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.1.3...v0.2.0)
|
27 | 52 |
|
| 53 | +**Merged pull requests:** |
| 54 | + |
28 | 55 | - Add verbose option support to log method, and update docs [\#2](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/2) ([lukemelia](https://github.com/lukemelia))
|
29 | 56 |
|
30 | 57 | ## [v0.1.3](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.1.3) (2015-08-04)
|
31 | 58 | [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.1.2...v0.1.3)
|
32 | 59 |
|
| 60 | +**Merged pull requests:** |
| 61 | + |
33 | 62 | - Call default getters in plugin context [\#1](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/1) ([dschmidt](https://github.com/dschmidt))
|
34 | 63 |
|
35 | 64 | ## [v0.1.2](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.1.2) (2015-07-17)
|
36 | 65 | [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.1.1...v0.1.2)
|
37 | 66 |
|
38 | 67 | ## [v0.1.1](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.1.1) (2015-07-12)
|
39 | 68 |
|
40 |
| -- Initial release |
| 69 | + |
| 70 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments