Releases: AtlassianPS/ConfluencePS
Releases · AtlassianPS/ConfluencePS
v2.5.0
v2.4.0
CHANGELOG
Added
- Added
-Vertical
toConvertTo-Table
(#148, [@brianbunke]) - Added support for TLS1.2 (#155, [@lipkau])
Changed
v2.3.8
v2.3.19
v2.3.6
v2.3.4
v2.3.3
v2.3.1
FEATURES
- Added custom object type for Attachments:
ConfluencePS.Attachment
(#123, [@JohnAdders][]) - Added
Add-Attachment
: upload a file to a page (#123, [@JohnAdders][]) - Added
Get-Attachment
: list all attachments of a page (#123, [@JohnAdders][]) - Added
Get-AttachmentFile
: download an attachment to the local disc (#123, [@JohnAdders][]) - Added
Remove-Attachment
: remove an attachment from a page (#123, [@JohnAdders][]) - Added
Set-Attachment
: update an attachment of a page (#123, [@JohnAdders][]) - Made
Invoke-Method
public (#130, [@lipkau][]) - Added
-InFile
toInvoke-Method
for uploading of files withform-data
(#130, [@lipkau][])
IMPROVEMENTS
- Moved Online Help of cmdlets to the homepage (#130, [@lipkau][])
- Updated help for contributing to the project (#130, [@lipkau][])
- Documentation for the custom classes of the module (#107, [@lipkau][])
- Added full support for PowerShell Core (
pwsh
) (#119, [@lipkau][]) - Added AppVeyor tests on PowerShell v6 (Linux) (#119, [@lipkau][])
- Added AppVeyor tests on PowerShell v6 (Windows) (#119, [@lipkau][])
- Tests now run from
./Release
Path (#99, [@lipkau][]) - Have the Build script to "compile" the functions into the psm1 file (enhances performance) (#119, [@lipkau][])
- Have a zip file deploy as artifact of the release (#90, [@lipkau][])