Prooph Event Store v1.0 Release Notes

Release Date: 2017-03-13 // about 7 years ago
  • Full Changelog

    Implemented enhancements:

    • ๐Ÿ‘‰ Make Projections more abstract #265
    • โœ… Provide abstract event store test #257
    • โž• Add support for inline upcasting #254
    • โšก๏ธ updates unit tests to reflect current implementation #276 (oqq)
    • Remove PHP_INT_MAX constant from interface #274 (prolic)
    • ๐Ÿ‘Œ improves fetchProjectionNames method #268 (oqq)
    • Projection manager #267 (prolic)
    • ๐Ÿ‘ allow to fetch stream names, category names and projection names #261 (prolic)
    • reset/stop/delete projections #258 (prolic)
    • Upcasting #255 (prolic)

    ๐Ÿ›  Fixed bugs:

    Closed issues:

    • Remove PHP_INT_MAX constant #271
    • count($stream) #269

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ“‡ renames some vars #277 (oqq)
    • Small doc-block change, states are arrays not objects. #272 (bweston92)
    • โšก๏ธ update prophecy #270 (basz)
    • โšก๏ธ update to use psr\container #263 (basz)
    • Update test it_resumes_projection_from_position #260 (rabbl)