Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 981 Bytes

CHANGELOG.md

File metadata and controls

53 lines (38 loc) · 981 Bytes

0.15.0

  • Update to the latest API schemas
  • Add some missing body parameters in ConfluenceV2Api

0.14.0

  • Update to the latest API schemas
  • Mark deprecated endpoints with a @deprecated annotation.
  • Require Dart 3.0

0.13.0

  • Update to the latest API schemas

0.12.0

  • Initial support of Confluence v2 API
  • Support ConfluenceApi.downloadAttachment to return the Uri
  • Update to the latest API schemas

0.11.0

  • Update to the latest API schemas

0.10.0

  • Update to the latest API schemas

0.9.0

  • Update to the latest API schemas

0.8.0

  • Update to the latest API schemas

0.7.0

  • Update to the latest API schemas

0.6.0

  • Update to the latest API schemas

0.5.0

  • Update to the latest API schemas

0.4.0

  • Allow some operations to take a MultipartFile as body

0.3.0

  • Update to the latest API schemas
  • Fix some bug in confluence API

0.2.0

  • Update to the latest API schemas

0.1.1

  • Bug fixes

0.1.0

  • Initial version