1
1
# PowerShellForGitHub PowerShell Module
2
2
## Changelog
3
3
4
+ [ 0.9.0] ( https://github.com/PowerShell/PowerShellForGitHub/tree/0.9.0 ) - (2019/09/19)
5
+ ### Features:
6
+ + Added ` Get-GitHubRelease `
7
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/125 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/7ea773c715525273dddd451d2a05f429e7fe69e1 )
8
+ + Added ` New-GitHubPullRequest `
9
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/111 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/788465faec1b6d6331537aa87c2d94039682e373 )
10
+
11
+ ### Fixes:
12
+ * Updates the GitHub Enterprise support to use the ` http(s)://[hostname]/api/v3 ` syntax
13
+ instead of the non-standard ` http(s)://api.[hostname]/ ` syntax.
14
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/118 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/f7b956da4ae169ec6ec1bb6582ce742372677f5c )
15
+ * Minor Comment Based Help (CBH) update for Get-GitHubRepository
16
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/120 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/220333a71214fb88a33093b5e907d431dcfdb4c8 )
17
+
18
+ Authors:
19
+ * [ ** @smaglio81 ** ] ( https://github.com/smaglio81 )
20
+ * [ ** @rjmholt ** ] ( https://github.com/rjmholt )
21
+ * [ ** @v2kiran ** ] ( https://github.com/v2kiran )
22
+ * [ ** @PrzemyslawKlys ** ] ( https://github.com/PrzemyslawKlys )
23
+
24
+ ------
25
+
4
26
[ 0.8.0] ( https://github.com/PowerShell/PowerShellForGitHub/tree/0.8.0 ) - (2019/04/12)
5
27
### Features:
6
28
+ Added support for GitHub Enterprise users by adding a new ` ApiHostName ` configuration value.
7
29
([ more info] ( https://github.com/Microsoft/PowerShellForGitHub/blob/master/README.md#github-enterprise ) )
30
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/101 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/d5acd0f73d97f6692914976ce9366456a59cbf70 )
8
31
9
32
### Fixes:
10
33
* Renamed ` ConvertFrom-Markdown ` to ` ConvertFrom-GitHubMarkdown ` to avoid a conflict with
11
34
PSCore's new ` ConvertFrom-Markdown ` command.
12
-
13
- More Info:
14
- * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/101 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/d5acd0f73d97f6692914976ce9366456a59cbf70 )
15
-
16
- * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/100 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/088f95b5a1340c7ce570e6e68a41967fd5760c46 )
35
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/100 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/088f95b5a1340c7ce570e6e68a41967fd5760c46 )
17
36
18
37
Authors:
19
38
* [ ** @Cellivar ** ] ( https://github.com/Cellivar )
@@ -24,19 +43,16 @@ Authors:
24
43
[ 0.7.0] ( https://github.com/PowerShell/PowerShellForGitHub/tree/0.7.0 ) - (2019/03/15)
25
44
### Fixes:
26
45
* Modified all [ int] parameters to be [ int64] to avoid out of bounds issues with large ID's.
46
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/94 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/a22739e7f535faf4c5f486694bd213782437e82a )
27
47
* ` Split-GitHubUri ` updated to work with the ` https://api.github.com/* ` uri's included in some of
28
48
the REST responses.
49
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/88 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/592167de9b3f07635c49365e291082fd3f712586 )
29
50
30
51
### Features:
31
52
+ Added ` Test-GitHubOrganizationMember ` to test if a user is in an organization.
53
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/90 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/c60bb29ac02e7ab9fcd2e29db865b63876cb0125 )
32
54
+ Updated ` Get-GitHubTeamMember ` to optionally work directly with a TeamId.
33
-
34
- More Info:
35
- * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/88 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/592167de9b3f07635c49365e291082fd3f712586 )
36
-
37
- * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/90 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/c60bb29ac02e7ab9fcd2e29db865b63876cb0125 )
38
-
39
- * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/94 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/a22739e7f535faf4c5f486694bd213782437e82a )
55
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/90 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/c60bb29ac02e7ab9fcd2e29db865b63876cb0125 )
40
56
41
57
Author: [ ** @HowardWolosky ** ] ( https://github.com/HowardWolosky )
42
58
@@ -46,8 +62,7 @@ Author: [**@HowardWolosky**](https://github.com/HowardWolosky)
46
62
### Fixes:
47
63
* Updated the ` *-GitHubIssue ` functions to support specifying the ` MediaType ` that should be used
48
64
for the returned result.
49
-
50
- More Info: [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/83 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/e3b6c53017abd36fc70253e1a49c31046c885ad1 )
65
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/83 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/e3b6c53017abd36fc70253e1a49c31046c885ad1 )
51
66
52
67
Author: [ ** @joseartrivera ** ] ( https://github.com/joseartrivera )
53
68
@@ -57,8 +72,7 @@ Author: [**@joseartrivera**](https://github.com/joseartrivera)
57
72
### Fixes:
58
73
* Updated all parameter sets to use ` CamelCase ` for the permitted options, and stopped
59
74
any use of abbreviation, to be more consistent with the rest of PowerShell.
60
-
61
- More Info: [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/81 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/185441078efeb0e6693eafeb023785388a1a5a69 )
75
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/81 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/185441078efeb0e6693eafeb023785388a1a5a69 )
62
76
63
77
Author: [ ** @HowardWolosky ** ] ( https://github.com/HowardWolosky )
64
78
@@ -68,11 +82,8 @@ Author: [**@HowardWolosky**](https://github.com/HowardWolosky)
68
82
### Fixes:
69
83
- Fixes a bug preventing Labels from being correctly added at the time of new Issue creation or
70
84
modified when updating an issue.
71
-
72
- More Info:
73
- * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/76 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/3b6e84cbafaf044e2154a06612b1c43a873cd002 )
74
-
75
- * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/78 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/577f07bd219e9b5c03d481e562fd7f2fc3586474 )
85
+ {[[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/76 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/3b6e84cbafaf044e2154a06612b1c43a873cd002 ) and
86
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/78 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/577f07bd219e9b5c03d481e562fd7f2fc3586474 ) }
76
87
77
88
Authors:
78
89
* [ ** @lazywinadmin ** ] ( https://github.com/lazywinadmin )
@@ -84,9 +95,7 @@ Authors:
84
95
### Fixes:
85
96
- Fixes a bug with checking Issues. When trying to list all issues, it tried to speficially look
86
97
for Issue 0.
87
-
88
- More Info:
89
- * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/73 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/bf6764080ce1291cfe2530a39ffd292f38b37440 )
98
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/73 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/bf6764080ce1291cfe2530a39ffd292f38b37440 )
90
99
91
100
Authors:
92
101
* [ ** @joseartrivera ** ] ( https://github.com/joseartrivera )
@@ -97,19 +106,14 @@ Authors:
97
106
### Features:
98
107
+ Completes all support for GitHub Issue API's:
99
108
+ Added support for the [ Issue Event] ( https://developer.github.com/v3/issues/events/ ) API's.
109
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/64 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/06e25243086954013b50c1fa7e3eb11bc34a9501 )
100
110
+ Added support for the [ Issue Milestone] ( https://developer.github.com/v3/issues/milestones/ ) API's.
111
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/62 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/2bd244768d0bed85943e5e8375bb3f5bebdc763b )
101
112
+ Added support for the [ Issue Label] ( https://developer.github.com/v3/issues/labels/ ) API's.
113
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/59 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/6c7355424828d5ada457bdbe2182c8fdf6845641 )
102
114
+ Added new ` LogRequestBody ` configuration option to help with development, allowing you to see the
103
115
exact body of the REST request being sent before it is sent over the wire.
104
-
105
- More Info:
106
- * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/64 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/06e25243086954013b50c1fa7e3eb11bc34a9501 )
107
-
108
- * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/62 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/2bd244768d0bed85943e5e8375bb3f5bebdc763b )
109
-
110
- * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/59 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/6c7355424828d5ada457bdbe2182c8fdf6845641 )
111
-
112
- * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/60 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/98aec29d61bf013a153705079703ae027cc25c9f )
116
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/60 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/98aec29d61bf013a153705079703ae027cc25c9f )
113
117
114
118
Authors:
115
119
* [ ** @HowardWolosky ** ] ( https://github.com/HowardWolosky )
@@ -121,18 +125,14 @@ Authors:
121
125
## [ 0.5.0] ( https://github.com/PowerShell/PowerShellForGitHub/tree/0.5.0 ) - (2018/11/30)
122
126
### Features:
123
127
+ Added support for the [ Issue Comment] ( https://developer.github.com/v3/issues/comments/ ) API's.
128
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/53 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/28b314bd7c0a810848e1acb3df43a1d83291be7b )
124
129
+ Added support for the [ Issue Assignee] ( https://developer.github.com/v3/issues/assignees/ ) API's.
130
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/54 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/680696a833b3cc753e961fc8c723b0be9b39ecc2 )
125
131
126
132
### Fixes:
127
133
* Fixed bug that caused single or empty arrays returned within objects to be flattened
128
134
(instead of remaining as arrays)
129
-
130
- More Info:
131
- * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/56 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/6cf344fb38485275f94b1e85c1a5f932e1b519c3 )
132
-
133
- * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/53 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/28b314bd7c0a810848e1acb3df43a1d83291be7b )
134
-
135
- * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/54 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/680696a833b3cc753e961fc8c723b0be9b39ecc2 )
135
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/56 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/6cf344fb38485275f94b1e85c1a5f932e1b519c3 )
136
136
137
137
Authors:
138
138
* [ ** @HowardWolosky ** ] ( https://github.com/HowardWolosky )
@@ -143,19 +143,15 @@ Authors:
143
143
## [ 0.4.0] ( https://github.com/PowerShell/PowerShellForGitHub/tree/0.4.0 ) - (2018/11/16)
144
144
### Features:
145
145
+ Added support for the [ Repository Traffic API's] ( https://developer.github.com/v3/repos/traffic/ ) .
146
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/49 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/8d2e76f9059f0939b892d08386fe43f0e2722bb0 )
146
147
147
148
### Fixes:
148
149
* Made NuGet dll retrieval more robust by preventing potential file access problems from being
149
150
written to the error stream.
151
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/48 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/b614f4a0fbcb570ef462fea64f776ca85480de86 )
150
152
* Prevented the possibility of Access Tokens from being written into the log file in plain text
151
153
if explicitly passed-in
152
-
153
- More Info:
154
- * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/48 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/b614f4a0fbcb570ef462fea64f776ca85480de86 )
155
-
156
- * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/49 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/8d2e76f9059f0939b892d08386fe43f0e2722bb0 )
157
-
158
- * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/50 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/c6835f4cb1ef0e78e23a8195949eb9ad2555fd4a )
154
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/50 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/c6835f4cb1ef0e78e23a8195949eb9ad2555fd4a )
159
155
160
156
Authors:
161
157
* [ ** @HowardWolosky ** ] ( https://github.com/HowardWolosky )
0 commit comments