Skip to content

Releases: broadway/event-store-dbal

0.6.0 compatibility with doctrine/dbal 3.1

24 Jun 09:43
Compare
Choose a tag to compare
compatibility with doctrine/dbal 3.1

0.5.0 PHPStan level max

08 Mar 14:22
Compare
Choose a tag to compare
  • a268247 Makefile target for php-cs-fixer in CI (othillo)
  • 7786e58 applied coding standard (othillo)
  • d6be1be PHPStan level max (othillo)

0.4.0 PHP 7.2

06 Mar 17:28
Compare
Choose a tag to compare
  • 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

05 Feb 09:53
34c43ff
Compare
Choose a tag to compare
  • 779247e Up dependency to >7.1 (Willem-Jan)
  • a506bf5 Added void return type to fix broken build (Willem-Jan)

0.2.1: Allow configureTable method use an existing schema

16 Jan 12:12
dfc53be
Compare
Choose a tag to compare
  • c7e2ada Allow configureTable method use an existing schema (Jorge Arco)

Broadway 2.0, PHP 7

09 Dec 11:32
68e465f
Compare
Choose a tag to compare
  • 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

16 Mar 12:12
Compare
Choose a tag to compare

0.1.0: Merge pull request #5 from othillo/varchar-type

06 Mar 12:36
Compare
Choose a tag to compare
use string column type for type column (VARCHAR(255) in MySQL)