-
Notifications
You must be signed in to change notification settings - Fork 11
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
1 changed file
with
71 additions
and
0 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,71 @@ | ||
# Change Log | ||
|
||
## [v1.3.0](https://github.com/prooph/pdo-snapshot-store/tree/v1.3.0) | ||
|
||
[Full Changelog](https://github.com/prooph/pdo-snapshot-store/compare/v1.2.0...v1.3.0) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Flag / Method to turn off transaction handling [\#15](https://github.com/prooph/pdo-snapshot-store/issues/15) | ||
- disable transaction handling [\#16](https://github.com/prooph/pdo-snapshot-store/pull/16) ([prolic](https://github.com/prolic)) | ||
|
||
## [v1.2.0](https://github.com/prooph/pdo-snapshot-store/tree/v1.2.0) (2017-05-30) | ||
[Full Changelog](https://github.com/prooph/pdo-snapshot-store/compare/v1.1.2...v1.2.0) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Catch PDOExceptions and check error codes [\#14](https://github.com/prooph/pdo-snapshot-store/pull/14) ([dragosprotung](https://github.com/dragosprotung)) | ||
|
||
## [v1.1.2](https://github.com/prooph/pdo-snapshot-store/tree/v1.1.2) (2017-05-12) | ||
[Full Changelog](https://github.com/prooph/pdo-snapshot-store/compare/v1.1.1...v1.1.2) | ||
|
||
**Fixed bugs:** | ||
|
||
- Fixed aggregate root serialized value binding [\#13](https://github.com/prooph/pdo-snapshot-store/pull/13) ([dragosprotung](https://github.com/dragosprotung)) | ||
|
||
## [v1.1.1](https://github.com/prooph/pdo-snapshot-store/tree/v1.1.1) (2017-04-06) | ||
[Full Changelog](https://github.com/prooph/pdo-snapshot-store/compare/v1.1.0...v1.1.1) | ||
|
||
**Merged pull requests:** | ||
|
||
- Missed a typo [\#12](https://github.com/prooph/pdo-snapshot-store/pull/12) ([basz](https://github.com/basz)) | ||
|
||
## [v1.1.0](https://github.com/prooph/pdo-snapshot-store/tree/v1.1.0) (2017-04-06) | ||
[Full Changelog](https://github.com/prooph/pdo-snapshot-store/compare/v1.0.0...v1.1.0) | ||
|
||
**Merged pull requests:** | ||
|
||
- Add flexible serializer [\#11](https://github.com/prooph/pdo-snapshot-store/pull/11) ([basz](https://github.com/basz)) | ||
|
||
## [v1.0.0](https://github.com/prooph/pdo-snapshot-store/tree/v1.0.0) (2017-03-30) | ||
[Full Changelog](https://github.com/prooph/pdo-snapshot-store/compare/v1.0.0-beta2...v1.0.0) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Change SnapshotStore Interface [\#5](https://github.com/prooph/pdo-snapshot-store/issues/5) | ||
- Use camel-case PDO =\> Pdo [\#3](https://github.com/prooph/pdo-snapshot-store/issues/3) | ||
- remove connection options setup in factory, add docs [\#10](https://github.com/prooph/pdo-snapshot-store/pull/10) ([prolic](https://github.com/prolic)) | ||
- Add possibility to remove all snapshots by aggregate type [\#8](https://github.com/prooph/pdo-snapshot-store/pull/8) ([prolic](https://github.com/prolic)) | ||
- change snapshot store interfaces [\#6](https://github.com/prooph/pdo-snapshot-store/pull/6) ([prolic](https://github.com/prolic)) | ||
- new snapshot store repo [\#4](https://github.com/prooph/pdo-snapshot-store/pull/4) ([prolic](https://github.com/prolic)) | ||
|
||
**Merged pull requests:** | ||
|
||
- fix namespace organization [\#9](https://github.com/prooph/pdo-snapshot-store/pull/9) ([prolic](https://github.com/prolic)) | ||
- update to use psr\container [\#7](https://github.com/prooph/pdo-snapshot-store/pull/7) ([basz](https://github.com/basz)) | ||
|
||
## [v1.0.0-beta2](https://github.com/prooph/pdo-snapshot-store/tree/v1.0.0-beta2) (2017-01-12) | ||
[Full Changelog](https://github.com/prooph/pdo-snapshot-store/compare/v1.0.0-beta1...v1.0.0-beta2) | ||
|
||
**Implemented enhancements:** | ||
|
||
- simplify query [\#2](https://github.com/prooph/pdo-snapshot-store/pull/2) ([prolic](https://github.com/prolic)) | ||
|
||
## [v1.0.0-beta1](https://github.com/prooph/pdo-snapshot-store/tree/v1.0.0-beta1) (2016-12-13) | ||
**Implemented enhancements:** | ||
|
||
- add implementation and tests [\#1](https://github.com/prooph/pdo-snapshot-store/pull/1) ([prolic](https://github.com/prolic)) | ||
|
||
|
||
|
||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |