Skip to content

v1.0.0

Compare
Choose a tag to compare
@maxtepkeev maxtepkeev released this 22 Sep 18:24
  • Added: Support for the CRM plugin resources:
  • Added: Introduced new relations for the following resource objects:
    • Project - time_entries, deals, contacts and deal_categories relations
    • User - issues, time_entries, deals and contacts relations
    • Tracker - issues relation
    • IssueStatus - issues relation
  • Added: Introduced a values() method in a ResourceSet which returns ValuesResourceSet — a ResourceSet subclass that returns dictionaries when used as an iterable, rather than resource-instance objects (see docs for details)
  • Added: Introduced update() and delete() methods in a ResourceSet object which allow to bulk update or bulk delete all resources in a ResourceSet object (see docs for details)
  • Fixed: It was impossible to use ResourceSet's get() and filter() methods with WikiPage resource
  • Fixed: Several small fixes and enhancements here and there