Releases: MrRefactoring/confluence.js
Releases · MrRefactoring/confluence.js
v1.5.1
Dependecies updated
v1.5.0
v1.4.1
Dependencies updated.
v1.4.0
- Analytics API added.
- ContentContentState API added.
deletePageTree
method added toExperimental
.getUserProperties
method added toExperimental
.getUserProperty
method added toExperimental
.createUserProperty
method added toExperimental
.updateUserProperty
method added toExperimental
.deleteUserProperty
method added toExperimental
.getContentStateSettings
method added toSettings
.- Another small changes.
- Personal Access token authentication added.
v1.3.1
v1.3.0
- 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
New experimental endpoints (#12) * expand expanded :) * New experimental endpoints
v1.2.1
NodeJS 10.x removed from CI
v1.2.0
- Cloud API
archivePages
method added toContent
.publishLegacyDraft
request fixed inContent
class.publishSharedDraft
request fixed inContent
class.downloadAttachment
method added toContentAttachments
.descendantsOfType
renamed togetDescendantsOfType
inContentChildrenAndDescendants
.permissionCheck
renamed tocheckContentPermission
inContentPermissions
.key
property added togetContentProperties
request inContentProperties
.- Added
Experemental
API. accessType
property added togetGroups
request inGroup
.removeGroupById
method added toGroup
.getGroup
renamed togetGroupByName
inGroup
.getGroupsSearch
renamed tosearchGroups
inGroup
.accountId
property added toaddUserToGroupByGroupId
inGroup
.accountId
property added toaddUserToGroup
inGroup
.getTaskById
method added toInlineTasks
.updateTaskById
method added toInlineTasks
.GetRelationship
renamed togetRelationship
inRelation
.delete
renamed todeleteRelationship
inRelation
.search
renamed tosearchByCQL
inSearch
.userSearch
renamed tosearchUser
inSearch
.horizontalHeader
,spaceReference
,links
properties added toupdateLookAndFeelSettings
inSettings
.permissions
property added tocreatePrivateSpace
inSpace
.type
andstatus
properties added toupdateSpace
inSpace
.addPermission
renamed toaddPermissionToSpace
inSpacePermissions
.addCustomContentPermissions
method added toSpacePermissions
.space
property added tocreateSpaceProperty
inSpaceProperties
.
v1.1.2
expand
property added toContent.getContent
request.expand
property added toContent.createContent
request.Content.updateContent
request body fixed. (#6 Thanks eddiegroves for catching)