Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

54 lines (31 loc) · 1.36 KB

[2.2.2]

  • fixed createdAfter and createdBefore parameters format in /v2/audit/logs

[2.2.1]

  • fixed organization property in /v1/oauth-token response is optional

[2.2.0]

  • update api specification to latest version

[2.1.0]

  • added option to change base URL for API requests

[2.0.2]

  • fixed cursor pagination for getAllTeamMembers (#224 by Mahito)

[2.0.1]

  • fixed cursor pagination for getAllOrganizationMembers (#209 by Mahito)

[2.0.0]

[1.0.4]

  • added export board API
  • updated documentation
  • updated dependencies

[1.0.3]

  • updated dependencies
  • updated isAuthorized to check if the access token is available, not only if the state is in storage

[1.0.2]

  • Remove the need to have esModuleInterop and allowSyntheticDefaultImports flags enabled in tsconfig.json

[1.0.1]

  • Updates to documentation

[1.0.0]

  • Initial release