Releases: event-engine/php-document-store
Releases · event-engine/php-document-store
0.4.0 Dev Release
Added
- #7 Support unique indices in InMemoryDocumentStore (requires: https://github.com/event-engine/php-persistence/releases/tag/v0.4.2)
0.3.1 Bugfix Release
Fixed
- #6 (@heiglandreas ): Adapt InArray-Filter to handle objects
0.3.0 Dev Release
Changed
- #2
dropIndex
takes index name (string) orIndex
as argument !!!BC Break!!!- This is needed for PostgresDocumentStore, because it defines a special index that also adds columns. When the index should be dropped, the columns need to be dropped, too. Information is provided by the index class, hence it needs to be passed to
dropIndex
.
- This is needed for PostgresDocumentStore, because it defines a special index that also adds columns. When the index should be dropped, the columns need to be dropped, too. Information is provided by the index class, hence it needs to be passed to
0.2.1 Dev Release
Added
- Support for varadic arguments in condtional filters (
AndFilter
andOrFilter
)- support is added in a backwards compatible way, neither filter definitions nor store implementations need to be changed 🎉
0.2.0 Dev Release
Add handling of named indices
0.1.0 Dev Release
v0.1.0 v0.1.0