Skip to content

0.18.0

Compare
Choose a tag to compare
@JaZo JaZo released this 01 Jul 12:04
· 245 commits to master since this release

This release includes changes to some interfaces. This is a breaking change if you use these interfaces in your own code.

Added

  • The id of an item can be set/get using magic accessors just like the attributes #51.

Changed

  • Added (optional) type hints to several interfaces.
    N.B. This is a breaking change if you implement some of the interfaces yourself. Please look at the interfaces and make the appropriate changes in your implementation.
  • Renamed deleteById method to simply delete and removed the 'old' implementation in RepositoryInterface.
    N.B. This is a breaking change and all calls to deleteById should simply be changed to delete as the signature is unchanged. The old behaviour of delete is not supported any more.