Skip to content

1.2.0

Compare
Choose a tag to compare
@xabbuh xabbuh released this 23 Apr 16:31
· 61 commits to 3.x since this release
v1.2.0
  • The Statement::getTimestamp() method is deprecated and will be removed in
    3.0. Use Statement::getCreated() instead.
  • The Statement::withTimestamp() method is deprecated and will be removed in
    3.0. Use Statement::withCreated() instead.
  • The SubStatement::getTimestamp() method is deprecated and will be removed in
    3.0. Use SubStatement::getCreated() instead.
  • The SubStatement::withTimestamp() method is deprecated and will be removed in
    3.0. Use SubStatement::withCreated() instead.
  • 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.