Skip to content

Commit

Permalink
Merge branch 'release/1.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
raptor-mvk committed Jul 9, 2019
2 parents 2b184e4 + 0777128 commit 89c4f1f
Show file tree
Hide file tree
Showing 16 changed files with 482 additions and 53 deletions.
30 changes: 21 additions & 9 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,41 @@

All notable changes to this project will be documented in this file.

## [1.2.3] - 2019-07-09
### Added
- Following methods are added to trait `ExtraAssertions`:
- `assertReturnsCarbonNow(callable $func, ?string $message = null)`

### Changed
- method `getLastErrors` is added to `Generator` interface
- error messages are added to `GenerateIDETestContainerCommand`


## [1.2.2] - 2019-07-08
### Changed
- fix error in `WrapperDataProcessor`

## [1.2.1] - 2019-07-08

## [1.2.1-dep] - 2019-07-08
### Changed
- fix errors in `generate-ide-test-containers`


## [1.2.0] - 2019-07-07
## [1.2.0-dep] - 2019-07-07
### Changed
- fix errors in `_ide_test_container.php`
- `DataLoaderFactory` and `DirectoryDataLoaderFactory` are removed


## [1.1.0] - 2019-07-07
## [1.1.0-dep] - 2019-07-07
### Changed
- `mikey179/vfsstream` is moved from require-dev to require section of composer.json
- trait `ExtraAssertions` does not include `ExtraUtils` anymore
- `DataLoader` and `DirectoryDataLoader` are now interfaces
- all classes are made final, for which this was possible


## [1.0.0] - 2019-06-27
## [1.0.0-dep] - 2019-06-27
### Added
- trait `ExtraUtils` that contains following service methods:
- `invokeMethod(object $object, string $methodName, ?array $parameters = null)`
Expand All @@ -44,8 +55,9 @@ All notable changes to this project will be documented in this file.
- command `generate-ide-test-containers` that generate service file for IDE used to autocomplete


[1.2.2]: https://github.com/raptor-mvk/test-utils/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/raptor-mvk/test-utils/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/raptor-mvk/test-utils/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/raptor-mvk/test-utils/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/raptor-mvk/test-utils/releases/tag/v1.0.0
[1.2.3]: https://github.com/raptor-mvk/test-utils/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/raptor-mvk/test-utils/compare/v1.2.1-dep...v1.2.2
[1.2.1-dep]: https://github.com/raptor-mvk/test-utils/compare/v1.2.0-dep...v1.2.1-dep
[1.2.0-dep]: https://github.com/raptor-mvk/test-utils/compare/v1.1.0-dep...v1.2.0-dep
[1.1.0-dep]: https://github.com/raptor-mvk/test-utils/compare/v1.0.0-dep...v1.1.0-dep
[1.0.0-dep]: https://github.com/raptor-mvk/test-utils/releases/tag/v1.0.0-dep
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"php": ">=7.3.0",
"symfony/console": "^4.0",
"mikey179/vfsstream": "1.6.*",
"nesbot/carbon": "^2.19",
"ext-json": "*"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 89c4f1f

Please sign in to comment.