Skip to content

Releases: MrRefactoring/confluence.js

v1.2.0

28 Sep 07:40
baf2115
Compare
Choose a tag to compare
  • Cloud API
    • archivePages method added to Content.
    • publishLegacyDraft request fixed in Content class.
    • publishSharedDraft request fixed in Content class.
    • downloadAttachment method added to ContentAttachments.
    • descendantsOfType renamed to getDescendantsOfType in ContentChildrenAndDescendants.
    • permissionCheck renamed to checkContentPermission in ContentPermissions.
    • key property added to getContentProperties request in ContentProperties.
    • Added Experemental API.
    • accessType property added to getGroups request in Group.
    • removeGroupById method added to Group.
    • getGroup renamed to getGroupByName in Group.
    • getGroupsSearch renamed to searchGroups in Group.
    • accountId property added to addUserToGroupByGroupId in Group.
    • accountId property added to addUserToGroup in Group.
    • getTaskById method added to InlineTasks.
    • updateTaskById method added to InlineTasks.
    • GetRelationship renamed to getRelationship in Relation.
    • delete renamed to deleteRelationship in Relation.
    • search renamed to searchByCQL in Search.
    • userSearch renamed to searchUser in Search.
    • horizontalHeader, spaceReference, links properties added to updateLookAndFeelSettings in Settings.
    • permissions property added to createPrivateSpace in Space.
    • type and status properties added to updateSpace in Space.
    • addPermission renamed to addPermissionToSpace in SpacePermissions.
    • addCustomContentPermissions method added to SpacePermissions.
    • space property added to createSpaceProperty in SpaceProperties.

v1.1.2

14 Aug 09:03
Compare
Choose a tag to compare
  • expand property added to Content.getContent request.
  • expand property added to Content.createContent request.
  • Content.updateContent request body fixed. (#6 Thanks eddiegroves for catching)

v1.1.1

09 Aug 09:23
Compare
Choose a tag to compare
  • expand property added to ContentAttachments.getAttachments. (#4 Thanks eddiegroves for catching)

v1.1.0

09 Aug 09:12
00a3ca9
Compare
Choose a tag to compare
Server api support (#3)

* new models

* deps updates

* server api template added

* contentBody, group, longTask, search server API fixed and updated

* space and user server API fixed and updated

* models added

* small fixes

* unit test added

* /api suffix added

* version updated and tests fixed

* 1.1.0

v1.0.1

25 May 21:20
1daab81
Compare
Choose a tag to compare

Small internal improvements and added one new endpoint

v1.0.0

14 Apr 12:49
4ff39ad
Compare
Choose a tag to compare
1.0.0 RC (#1)

* initial code upload

* logo added to readme

* tasks updated

* telemetry.confluence.js version updated

* system tests added

* typo fixed

* telemetry collecting disabled for tests

* readme added

* code reformatting