Skip to content

Version 6.0.0

Choose a tag to compare

@boxmein boxmein released this 08 Sep 08:07
· 518 commits to master since this release
34a9872

Major changes to input/return types (#309)

  • Classes Line, Ticket, User are now interface types (do not require instantiation, only validate the shape of the object)
  • User.isAdmin() and User.isOwner() methods removed
  • No longer required to pass in IDs where it doesn't make sense