Releases: MrRefactoring/confluence.js
Releases · MrRefactoring/confluence.js
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)
v1.1.1
expand
property added toContentAttachments.getAttachments
. (#4 Thanks eddiegroves for catching)
v1.1.0
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
Small internal improvements and added one new endpoint
v1.0.0
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