Skip to content

Releases: MrRefactoring/confluence.js

Release v1.7.4

05 Apr 21:52
Compare
Choose a tag to compare

Release v1.7.3

03 Mar 22:58
Compare
Choose a tag to compare

[1.7.3] - 2024-03-04

  • Dependencies updated
  • Expand properties added for few endpoints

Release v1.7.2

01 Dec 17:44
Compare
Choose a tag to compare

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 an expand property. This addition, merged in pull request #134, allows for more flexible and detailed content queries in the Confluence API.

v1.7.0

01 Jun 22:01
dd62238
Compare
Choose a tag to compare

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

26 Mar 15:10
Compare
Choose a tag to compare

atlas_doc_format added to some models. Thanks to Andrew McClenaghan for the pull request.

v1.6.2

03 Jan 22:28
Compare
Choose a tag to compare
  • Badge fixed
  • Dependencies updated

v1.6.1

28 Oct 06:47
Compare
Choose a tag to compare

AuthenticationService added to export facade. Thanks to Andrew McClenaghan for this improvement.

v1.6.0

12 Sep 07:32
a0a29aa
Compare
Choose a tag to compare

Cloud API:

  • asyncConvertContentBodyRequest method added to ContentBody API.
  • asyncConvertContentBodyResponse method added to ContentBody API.
  • ContentContentState API are deprecated. Use ContentStates instead.
  • getAndConvertMacroBodyByMacroId method added to ContentMacroBody API.
  • getAndAsyncConvertMacroBodyByMacroId method added to ContentMacroBody 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

07 Sep 20:04
ac097f5
Compare
Choose a tag to compare

expand property added to convertContentBody method to ContentBody API. Thanks to Federico Gonzalez for the report.

v1.5.2

12 Aug 20:30
Compare
Choose a tag to compare

multipart/form-data added to some required endpoints. Thank you, Gonzalo Garcia for reporting issue and creating PR :)