Skip to content

Releases: broadway/broadway

2.5.0

03 May 17:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.5.0

2.4.0 PHP 8 support

29 Dec 11:53
d2e54ae
Compare
Choose a tag to compare
support PHP 8 (#404)

* added php8 to travis tests

updated travis file for php 8.0

change camel case

update get class with reflection class

update getName from reflection

fix phpstan

added composer update to travis file

update cs-fixer script

updaye for builtIn reflection function

removed php 7.2

using snake case for test files

* removed if condition

* added test and if condition to check if there is no params

* improve code

* removed unused use statement

2.3.1 regression PHPStan level 1

06 Mar 17:12
Compare
Choose a tag to compare
include PHP version 70400

2.3.0

06 Mar 11:58
Compare
Choose a tag to compare
  • ed1be1c set branch alias to 3.0.x-dev (othillo)
  • adb967f broadway/uuid-generator ^1.0 (othillo)
  • 6b6613a broadway/coding-standard ^1.0 (othillo)
  • 6c501ea added license (othillo)
  • 94c4c71 PHPStan level 5 (othillo)
  • 16bd5b0 PHPStan level 3 (othillo)
  • fa6ce80 PHPStan level 2 (othillo)
  • cf888cb PHPStan level 1 (othillo)
  • 5d77142 PHPStan (othillo)
  • 6f3ef3e Makefile (othillo)
  • f62c9ba broadway/uuid-generator ~0.5 (othillo)

2.2.1 make createReadModel protected

17 Feb 08:46
Compare
Choose a tag to compare
make createReadModel protected

2.2.0 PHP 7.4 support,upgrade to PHPUnit 8

13 Feb 10:31
7587a35
Compare
Choose a tag to compare
upgrade to PHPUnit 8 (#384)

* Feature/phpunit8 (#1)

 - PHPUnit ^8.0 ready
 - php 7.4 ready
 - code sniffer fixes

* Feature/phpunit8 (#2)

php 7.4, phpunit 8.0

* rollback to phpunit ^6.0

* rollback to phpunit 6

* back to phpunit 8

Co-authored-by: rppgorecki <rppgorecki@gmail.com>

2.1.0

14 Jan 19:11
Compare
Choose a tag to compare
  • 412ce18 fixed return type (#369) (Alessandro Minoccheri)
  • 5745145 added php 7.3 on travis file (#368) (Alessandro Minoccheri)
  • ee2fd58 Update examples.md (othillo)
  • 04b93c6 added missing docblock headers (othillo)
  • 3e87591 coding standard fixes (othillo)
  • 597ae55 Add examples for creating read models (#356) (Fritsjan)
  • 1d98f57 Add example of how to replay events using EventStoreManagement and Criteria (#363) (Fritsjan)
  • a7bf429 Query event store example (#360) (Willem-Jan Zijderveld)
  • 4e6b8a3 chore: undo test case as with the current implementation all cases all covered + use finally as it is done in SimpleEventBus (Félix Carpena)
  • 9f3a146 chore: manage throwable exception in order to set isDispatching to false (Félix Carpena)
  • 338ed8a Update beberlei/assert to ~3.0 (Luis Tacón)
  • e17e058 drop instaclick/base-test-bundle (othillo)
  • 1edfdd1 applied coding standards (othillo)
  • 534c57b more specific array type hint annotations (othillo)
  • ffc8ba7 removed superfluous docblocks (othillo)
  • 4c4df45 void return type (othillo)
  • dba8471 added missing type hints (othillo)
  • 164ace7 nullable return types (othillo)
  • 2ee386a require PHP 7.1 (othillo)
  • 75883ac Added read model repository findAll test case (Ettore Delprino)
  • 3b637e2 CR fixes (othillo)
  • 99a2baf linked to other Broadway repositories (othillo)
  • 879f1e4 moved individual component documentation (othillo)
  • 22e0f5f split documentation (othillo)
  • 94e02be removed caution as Broadway is stable (othillo)
  • d172b59 link to documentation (othillo)
  • 8796442 Test PHP 7.2 on Travis CI (#351) (Andrey Bolonin)
  • 8c1a063 enforce license (othillo)
  • 59233ca pass the type of the aggregate instead of the expected type of the repository (othillo)
  • 6c2132f prefer ::class notation (othillo)
  • b636470 remove unnecessary method (othillo)
  • 412ce18 fixed return type (#369) (Alessandro Minoccheri)
  • 5745145 added php 7.3 on travis file (#368) (Alessandro Minoccheri)
  • ee2fd58 Update examples.md (Sander van Thillo)
  • 04b93c6 added missing docblock headers (othillo)
  • 3e87591 coding standard fixes (othillo)
  • 597ae55 Add examples for creating read models (#356) (Fritsjan)
  • 1d98f57 Add example of how to replay events using EventStoreManagement and Criteria (#363) (Fritsjan)
  • a7bf429 Query event store example (#360) (Willem-Jan Zijderveld)
  • 4e6b8a3 chore: undo test case as with the current implementation all cases all covered + use finally as it is done in SimpleEventBus (Félix Carpena)
  • 9f3a146 chore: manage throwable exception in order to set isDispatching to false (Félix Carpena)
  • 338ed8a Update beberlei/assert to ~3.0 (Luis Tacón)
  • e17e058 drop instaclick/base-test-bundle (othillo)
  • 1edfdd1 applied coding standards (othillo)
  • 534c57b more specific array type hint annotations (othillo)
  • ffc8ba7 removed superfluous docblocks (othillo)
  • 4c4df45 void return type (othillo)
  • dba8471 added missing type hints (othillo)
  • 164ace7 nullable return types (othillo)
  • 2ee386a require PHP 7.1 (othillo)
  • 75883ac Added read model repository findAll test case (Ettore Delprino)
  • 3b637e2 CR fixes (othillo)
  • 99a2baf linked to other Broadway repositories (othillo)
  • 879f1e4 moved individual component documentation (othillo)
  • 22e0f5f split documentation (othillo)
  • 94e02be removed caution as Broadway is stable (othillo)
  • d172b59 link to documentation (othillo)
  • 8796442 Test PHP 7.2 on Travis CI (#351) (Andrey Bolonin)
  • 8c1a063 enforce license (othillo)
  • 59233ca pass the type of the aggregate instead of the expected type of the repository (othillo)
  • 6c2132f prefer ::class notation (othillo)
  • b636470 remove unnecessary method (othillo)

2.0.1: Bugfixes in EventSourcing/Testing/Scenario, examples (#344)

16 Dec 10:28
Compare
Choose a tag to compare
* Fixed missing return types required in strict mode. Fixed bug in Scenario->getEvents method: array_map only accepts an array and not an iterator. Using iterator_to_array() now.

* Fixed incompatibile child classes.
Added examples to test suite

2.0.0: Strip leading slash to allow testing repository with class keyword (#…

08 Dec 13:07
Compare
Choose a tag to compare
…332)

* Strip leading slash to allow testing repository with class keyword

* simplified test assertion

* removed obsolete function

1.1.0: Closure command handler

17 Jul 13:24
Compare
Choose a tag to compare
Merge pull request #286 from francescotrucchia/closure-command-handler

Closure command handler