Skip to content

Releases: MrRefactoring/confluence.js

v1.5.1

03 Aug 14:42
Compare
Choose a tag to compare

Dependecies updated

v1.5.0

23 May 06:55
db0d680
Compare
Choose a tag to compare

ContentAttachments fixes for all attachments. (#23 Thanks Anton for catching)

v1.4.1

25 Apr 20:04
738dc56
Compare
Choose a tag to compare

Dependencies updated.

v1.4.0

02 Apr 16:55
b46e2c6
Compare
Choose a tag to compare
  • Analytics API added.
  • ContentContentState API added.
  • deletePageTree method added to Experimental.
  • getUserProperties method added to Experimental.
  • getUserProperty method added to Experimental.
  • createUserProperty method added to Experimental.
  • updateUserProperty method added to Experimental.
  • deleteUserProperty method added to Experimental.
  • getContentStateSettings method added to Settings.
  • Another small changes.
  • Personal Access token authentication added.

v1.3.1

10 Dec 14:47
8089e3c
Compare
Choose a tag to compare

Telemetry data removed from endpoints
#14 fixes

v1.3.0

09 Dec 12:18
21217b9
Compare
Choose a tag to compare
  • Telemetry removed (deprecated)
  • Fixed bug with spaceKeys in client.space.getSpaces (#14 Thanks David Sanchez for catching)
  • Fixed bug with attachment download (#15 Thanks Martin Reinhardt for catching)

v1.2.2

20 Nov 12:23
1dcc8fb
Compare
Choose a tag to compare
New experimental endpoints (#12)

* expand expanded :)

* New experimental endpoints

v1.2.1

27 Oct 07:53
Compare
Choose a tag to compare
NodeJS 10.x removed from CI

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)