|
1 | 1 | # Change log |
2 | 2 |
|
| 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 | + |
3 | 19 | ## [v0.14.1] - 2016-06-21 |
4 | 20 |
|
5 | 21 | ### Added |
|
127 | 143 | * Add feature tests for User Followers Api |
128 | 144 | * Ensure works on Ruby 1.9.2, 1.9.3, 2.0, 2.1, JRuby & Rubinus |
129 | 145 |
|
130 | | -0.11.3 (Feb 22, 2014) |
131 | | ---------------------- |
| 146 | +## [v0.11.3] - 2014-02-22 |
132 | 147 |
|
133 | | -* Fix core extensions to not override other libraries |
| 148 | +### Added |
134 | 149 | * Add Pages Api |
135 | 150 | * Add Application authorization Api |
136 | 151 |
|
137 | | -0.11.2 (Feb 2, 2014) |
138 | | --------------------- |
| 152 | +### Fixed |
| 153 | +* Fix core extensions to not override other libraries |
139 | 154 |
|
| 155 | +## [v0.11.2] - 2014-02-02 |
| 156 | + |
| 157 | +### Changed |
140 | 158 | * Change autoload to require libs |
141 | 159 | * Change Connection module to work with newest Faraday 0.9 release |
142 | 160 | * Simplify and document Request module |
143 | 161 |
|
144 | | -0.11.1 (December 16, 2013) |
145 | | --------------------------- |
| 162 | +## [v0.11.1] - 2013-12-16 |
146 | 163 |
|
| 164 | +### Added |
147 | 165 | * Add status, body readers to service error. |
148 | 166 | * Add descendants tracker. |
149 | 167 | * Add encoder to faraday. |
| 168 | + |
| 169 | +### Changed |
150 | 170 | * Change search api to stop escaping query components. |
151 | 171 |
|
152 | | -0.11.0 (December 7, 2013) |
153 | | -------------------------- |
| 172 | +## [v0.11.0] - 2013-12-07 |
154 | 173 |
|
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 |
160 | 175 | * Add Legacy namespace for old Search Api |
161 | 176 | * Add new Search Api |
162 | 177 | * Add new Releases & Assets Api including file uploads |
163 | 178 | * Add new UnkownMedia client error type |
164 | 179 | * Add root certs |
165 | 180 |
|
| 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 | + |
166 | 190 | 0.10.2 (June 26, 2013) |
167 | 191 | ---------------------- |
168 | 192 |
|
|
605 | 629 |
|
606 | 630 | * fixing json parsing issue preventing repository creation |
607 | 631 |
|
| 632 | +[v0.14.2]: https://github.com/peter-murach/github/compare/v0.14.1...v0.14.2 |
608 | 633 | [v0.14.1]: https://github.com/peter-murach/github/compare/v0.14.0...v0.14.1 |
609 | 634 | [v0.14.0]: https://github.com/peter-murach/github/compare/v0.13.1...v0.14.0 |
610 | 635 | [v0.13.1]: https://github.com/peter-murach/github/compare/v0.13.0...v0.13.1 |
|
617 | 642 | [v0.11.3]: https://github.com/peter-murach/github/compare/v0.11.2...v0.11.3 |
618 | 643 | [v0.11.2]: https://github.com/peter-murach/github/compare/v0.11.1...v0.11.2 |
619 | 644 | [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