Skip to content

3.1.0

Compare
Choose a tag to compare
@xabbuh xabbuh released this 23 Apr 17:15
· 9 commits to 3.x since this release
v3.1.0
  • Introduce a new Person class.
  • Constructing a State object with an instance of any child class of Actor
    other than Agent as the second argument is deprecated. Starting with 4.0,
    only instances of Agent will be accepted.
  • The State::getActor() method is deprecated and will be removed in 4.0.
    Use State::getAgent() instead.
  • Added a StateDocumentsFilter class that allows to draft filters for
    StateDocument objects.