You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+51-14Lines changed: 51 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -5,28 +5,50 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/),
6
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
-
## [2.2] - 2018-01-01
8
+
## 2.3 2018-03-22
9
9
10
-
### Added
10
+
FEATURES:
11
+
12
+
- Added custom object type for Attachments: `ConfluencePS.Attachment` (#123, [@JohnAdders][])
13
+
- Added `Add-Attachment`: upload a file to a page (#123, [@JohnAdders][])
14
+
- Added `Get-Attachment`: list all attachments of a page (#123, [@JohnAdders][])
15
+
- Added `Get-AttachmentFile`: download an attachment to the local disc (#123, [@JohnAdders][])
16
+
- Added `Remove-Attachment`: remove an attachment from a page (#123, [@JohnAdders][])
17
+
- Added `Set-Attachment`: update an attachment of a page (#123, [@JohnAdders][])
18
+
- Made `Invoke-Method` public (#130, [@lipkau][])
19
+
- Added `-InFile` to `Invoke-Method` for uploading of files with `form-data` (#130, [@lipkau][])
20
+
21
+
IMPROVEMENTS:
22
+
23
+
- Moved Online Help of cmdlets to the homepage (#130, [@lipkau][])
24
+
- Updated help for contributing to the project (#130, [@lipkau][])
25
+
- Documentation for the custom classes of the module (#107, [@lipkau][])
26
+
- Added full support for PowerShell Core (`pwsh`) (#119, [@lipkau][])
27
+
- Added AppVeyor tests on PowerShell v6 (Linux) (#119, [@lipkau][])
28
+
- Added AppVeyor tests on PowerShell v6 (Windows) (#119, [@lipkau][])
29
+
- Tests now run from `./Release` Path (#99, [@lipkau][])
30
+
- Have the Build script to "compile" the functions into the psm1 file (enhances performance) (#119, [@lipkau][])
31
+
- Have a zip file deploy as artifact of the release (#90, [@lipkau][])
32
+
33
+
## 2.2 - 2018-01-01
34
+
35
+
FEATURES:
11
36
- Automatic deployment of documentation to website (#120, [@lipkau][])
12
37
- New parameter `-Query` to `Get-Page` for complex searches (#106, [@lipkau][])
13
38
- Documentation for the custom classes of the module (#107, [@lipkau][])
14
-
15
-
### Changed
16
39
- Added full support for PowerShell Core (`pwsh`) (#119, [@lipkau][])
40
+
41
+
IMPROVEMENTS:
17
42
- Fixed encoding of Unicode chars (#101, [@lipkau][])
18
43
- Require necessary Assembly for HttpUtility (#102, [@lipkau][])
19
44
20
-
### Removed
21
-
22
-
23
-
## [2.1] - 2017-11-01
45
+
## 2.1 - 2017-11-01
24
46
25
-
### Changed
26
-
- Shows a warning when the server requires a CAPTCHA for the authentication (#91, [@lipkau][])
27
-
- Custom classes now print relevant data in `ToString()` (#92, [@lipkau][])
47
+
IMPROVEMENTS:
48
+
- Shows a warning when the server requires a CAPTCHA for the authentication (#91, [@lipkau][])
49
+
- Custom classes now print relevant data in `ToString()` (#92, [@lipkau][])
28
50
29
-
## [2.0] - 2017-08-17
51
+
## 2.0 - 2017-08-17
30
52
A new major version! ConfluencePS has been totally refactored to introduce new features and greatly improve efficiency.
31
53
32
54
"A new major version" means limited older functionality was intentionally broken. In addition, there are a ton of good changes, so some big picture notes first:
@@ -119,9 +141,24 @@ If you like drinking from the firehose, here's [everything we closed for 2.0], b
119
141
[@lipkau](https://github.com/lipkau) refactored the entire module, and is the only reason `2.0` is a reality. In short, he is amazing. Thank you!
120
142
121
143
122
-
## [1.0.0-69] - 2016-11-28
144
+
## 1.0.0-69 - 2016-11-28
123
145
No changelog available for version `1.0` of ConfluencePS. `1.0` was created in late 2015. Version `.69` was published to the PowerShell Gallery in Nov 2016, and it remained unchanged until `2.0`. If you're looking for things that changed prior to `2.0`...sorry, but these probably aren't the droids you're looking for. :)
124
146
125
147
126
-
127
148
[everything we closed for 2.0]: https://github.com/AtlassianPS/ConfluencePS/issues?utf8=%E2%9C%93&q=closed%3A2017-04-01..2017-08-17
0 commit comments