Releases: broadway/event-store-dbal
Releases · broadway/event-store-dbal
0.6.0 compatibility with doctrine/dbal 3.1
0.5.0 PHPStan level max
0.4.0 PHP 7.2
- 0fd17df .mailmap for changelog (othillo)
- 9acea98 added license (othillo)
- b6fedf4 require broadway/broadway ^2.3.1 (othillo)
- 87da2e0 use make in Travis CI (othillo)
- 83e35fa added @doesNotPerformAssertions (othillo)
- e85f531 removed syntaxCheck (othillo)
- 96a51a0 fixed Travis CI build status badge (othillo)
- d12dea3 Makefile (othillo)
- 7569f37 broadway/uuid-generator is required by broadway/broadway (othillo)
- 3a5389f broadway/coding-standard ^1.0 (othillo)
- 9481383 added license (othillo)
- 3bb9096 applied coding standard (othillo)
- 0efd304 PHPUnit 8 (othillo)
- 68dcb89 require php >= 7.2 (othillo)
- a2b9ba8 set branch alias to 1.0.x-dev (othillo)
- dd13a90 only test actively supported PHP versions (othillo)
- da1f351 removed deprecated key sudo (othillo)
0.3.0: PHP 7.1
0.2.1: Allow configureTable method use an existing schema
- c7e2ada Allow configureTable method use an existing schema (Jorge Arco)
Broadway 2.0, PHP 7
- 125b5d3 show changelog (othillo)
- d5303f9 use phpunit from vendor (othillo)
- 6f9a8fe removed obsolete option (othillo)
- 1bf6f32 do not run composer self-update already done by Travis (othillo)
- 53fb83e test PHP 7.2 (othillo)
- aa7a24c use PHPUnit 6 for testing errors (othillo)
- fcce43e use PHPUnit 5 for expectException (othillo)
- e511d81 updated method signatures, added type hints, removed superfluous docblocks (othillo)
- a9154c5 require Broadway 2.0 (othillo)
- f3f40dd test for nullable binary uuid converter (othillo)
- 3cd26e1 Set binaryUuidConverter as an optional parameter (othillo)
- 2214db2 do no test hhvm on Travis CI (othillo)
0.1.2: Merge pull request #6 from martijncalker/import-eventstoreexception
Add missing EventStoreException in use block
0.1.0: Merge pull request #5 from othillo/varchar-type
use string column type for type column (VARCHAR(255) in MySQL)