Skip to content

Commit aa481d8

Browse files
committed
Note changes.
1 parent 71f0335 commit aa481d8

1 file changed

Lines changed: 40 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 40 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change log
22

3+
## [v0.14.2] - 2016-06-28
4+
5+
## Added
6+
* Add hooks namespace to orgs
7+
8+
## Changed
9+
* Change default headers in Connection
10+
* Change API::namespace to raise on redefinition
11+
* Change API::extend_with_actions to skip anonymous classes
12+
* Remove connection caching
13+
* Remove API::with
14+
15+
## Fixed
16+
* Changed creation of default connection options to fix issue with mergin custom request headers
17+
* Fix issue with scopes listing #219
18+
319
## [v0.14.1] - 2016-06-21
420

521
### Added
@@ -127,42 +143,50 @@
127143
* Add feature tests for User Followers Api
128144
* Ensure works on Ruby 1.9.2, 1.9.3, 2.0, 2.1, JRuby & Rubinus
129145

130-
0.11.3 (Feb 22, 2014)
131-
---------------------
146+
## [v0.11.3] - 2014-02-22
132147

133-
* Fix core extensions to not override other libraries
148+
### Added
134149
* Add Pages Api
135150
* Add Application authorization Api
136151

137-
0.11.2 (Feb 2, 2014)
138-
--------------------
152+
### Fixed
153+
* Fix core extensions to not override other libraries
139154

155+
## [v0.11.2] - 2014-02-02
156+
157+
### Changed
140158
* Change autoload to require libs
141159
* Change Connection module to work with newest Faraday 0.9 release
142160
* Simplify and document Request module
143161

144-
0.11.1 (December 16, 2013)
145-
--------------------------
162+
## [v0.11.1] - 2013-12-16
146163

164+
### Added
147165
* Add status, body readers to service error.
148166
* Add descendants tracker.
149167
* Add encoder to faraday.
168+
169+
### Changed
150170
* Change search api to stop escaping query components.
151171

152-
0.11.0 (December 7, 2013)
153-
-------------------------
172+
## [v0.11.0] - 2013-12-07
154173

155-
* Fix caching issues within the repository API object.
156-
* Change request module to accept params hash as default
157-
* Rewrite specs to properly test error conditions
158-
* Fix default org option to be respected when repository listing
159-
* Change dev tools to update to latest
174+
### Added
160175
* Add Legacy namespace for old Search Api
161176
* Add new Search Api
162177
* Add new Releases & Assets Api including file uploads
163178
* Add new UnkownMedia client error type
164179
* Add root certs
165180

181+
### Changed
182+
* Change request module to accept params hash as default
183+
* Change dev tools to update to latest
184+
* Rewrite specs to properly test error conditions
185+
186+
### Fixed
187+
* Fix caching issues within the repository API object.
188+
* Fix default org option to be respected when repository listing
189+
166190
0.10.2 (June 26, 2013)
167191
----------------------
168192

@@ -605,6 +629,7 @@
605629

606630
* fixing json parsing issue preventing repository creation
607631

632+
[v0.14.2]: https://github.com/peter-murach/github/compare/v0.14.1...v0.14.2
608633
[v0.14.1]: https://github.com/peter-murach/github/compare/v0.14.0...v0.14.1
609634
[v0.14.0]: https://github.com/peter-murach/github/compare/v0.13.1...v0.14.0
610635
[v0.13.1]: https://github.com/peter-murach/github/compare/v0.13.0...v0.13.1
@@ -617,4 +642,4 @@
617642
[v0.11.3]: https://github.com/peter-murach/github/compare/v0.11.2...v0.11.3
618643
[v0.11.2]: https://github.com/peter-murach/github/compare/v0.11.1...v0.11.2
619644
[v0.11.1]: https://github.com/peter-murach/github/compare/v0.11.0...v0.11.1
620-
645+
[v0.11.0]: https://github.com/peter-murach/github/compare/v0.10.2...v0.11.0

0 commit comments

Comments
 (0)