Releases: MrRefactoring/confluence.js
Releases · MrRefactoring/confluence.js
Release v1.7.4
Release v1.7.3
[1.7.3] - 2024-03-04
- Dependencies updated
- Expand properties added for few endpoints
Release v1.7.2
Changes in this version:
- Implemented automatic GitHub release and tag creation in the CI pipeline. This enhancement, addressed in issue #133, automates the process of creating GitHub releases and tags corresponding to new versions, streamlining the release process.
- Thanks to Joe Ennever, the
searchContentByCQL
method has been enhanced with anexpand
property. This addition, merged in pull request #134, allows for more flexible and detailed content queries in the Confluence API.
v1.7.0
apiPrefix
was added to the code for allowing to use of custom API prefix for all clients. Thanks to Petr Plenkov for the pull request.
v1.6.3
atlas_doc_format
added to some models. Thanks to Andrew McClenaghan for the pull request.
v1.6.2
- Badge fixed
- Dependencies updated
v1.6.1
AuthenticationService
added to export facade. Thanks to Andrew McClenaghan for this improvement.
v1.6.0
Cloud API:
asyncConvertContentBodyRequest
method added toContentBody
API.asyncConvertContentBodyResponse
method added toContentBody
API.ContentContentState
API are deprecated. UseContentStates
instead.getAndConvertMacroBodyByMacroId
method added toContentMacroBody
API.getAndAsyncConvertMacroBodyByMacroId
method added toContentMacroBody
API.registerModules
method was fixed by adding a body to the request.DynamicModules
API.- Other fixes and improvements. (like
expand
property adding).
v1.5.3
expand
property added to convertContentBody
method to ContentBody
API. Thanks to Federico Gonzalez for the report.
v1.5.2
multipart/form-data
added to some required endpoints. Thank you, Gonzalo Garcia for reporting issue and creating PR :)