-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add replace configuration to indicate if you want to duplicate origi…
…nal classe or not
- Loading branch information
Showing
4 changed files
with
42 additions
and
32 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
vendor/ | ||
.idea/ |
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
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
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,33 +1,31 @@ | ||
1.1.3 (2016-12-28) | ||
------------------ | ||
### [1.2.0](../../compare/1.1.3...1.2.0) (2017-05-29) | ||
|
||
- Add static to OverloadClass::createDirectories() | ||
- Add ```duplicate-original-file``` configuration to indicate if you want to duplicate original classe or not | ||
|
||
1.1.2 (2016-12-28) | ||
------------------ | ||
### [1.1.3](../../compare/1.1.2...1.1.3) (2016-12-28) | ||
|
||
- Throw \Exception if extra/composer-overload-cache-dir is not defined in composer.json | ||
- Write Creating dir when composer is called with -v | ||
- Write Foo.php is overloaded by Bar.php when composer is called with -v | ||
- Add ```static``` to ```OverloadClass::createDirectories()``` | ||
|
||
1.1.1 (2016-11-19) | ||
------------------ | ||
### [1.1.2](../../compare/1.1.1...1.1.2) (2016-12-28) | ||
|
||
- Throw \Exception if ```extra/composer-overload-cache-dir``` is not defined in composer.json | ||
- Write ```Creating dir``` when composer is called with -v | ||
- Write ```Foo.php is overloaded by Bar.php when``` composer is called with -v | ||
|
||
### [1.1.1 ](../../compare/1.1.0...1.1.1) (2016-11-19) | ||
|
||
- Create cache dir if not exists | ||
|
||
1.1.0 (2016-07-19) | ||
------------------ | ||
### [1.1.0](../../compare/1.0.1...1.1.0) (2016-07-19) | ||
|
||
- Add extra/composer-overload-cache-dir-dev to set cache dir in dev | ||
- Add extra/composer-overload-class-dev to define classes to overload in dev | ||
- Add ```extra/composer-overload-cache-dir-dev``` to set cache dir in dev | ||
- Add ```extra/composer-overload-class-dev``` to define classes to overload in dev | ||
|
||
1.0.1 (2016-07-19) | ||
------------------ | ||
### [1.0.1](../../compare/1.0.0...1.0.1) (2016-07-19) | ||
|
||
- Fix add use to ComposerOverloadClass | ||
|
||
1.0.0 (2016-07-17) | ||
------------------ | ||
### 1.0.0 (2016-07-17) | ||
|
||
- Create ComposerOverloadClass | ||
- OverloadClass::overload() create a clone of original class, prefix it's namespace with ComposerOverloadClass, and add use if needed (only for extends class name) | ||
- Create ```ComposerOverloadClass``` | ||
- ```OverloadClass::overload()``` create a clone of original class, prefix it's namespace with ```ComposerOverloadClass```, and add use if needed (only for extends class name) |