|
1 | | -0.13.0 (Nov 21, 2015) |
2 | | -------------------- |
| 1 | +# Change log |
| 2 | + |
| 3 | +## [v0.13.1] - 2015-12-20 |
| 4 | + |
| 5 | +### Added |
| 6 | +* Add activity feeds api by MaximAbramchuck |
| 7 | +* Add activity feed convenience method |
| 8 | +* Add upload_api configuration option by shadabahmed |
| 9 | +* Add atom parser middleware |
| 10 | + |
| 11 | +### Changed |
| 12 | +* Change activity notifications api to remove permitted options guard |
| 13 | +* Update dependencies by relaxig bundler and rake dev dependencies |
3 | 14 |
|
| 15 | +## [v0.13.0] - 2015-11-21 |
| 16 | + |
| 17 | +### Added |
4 | 18 | * Add latest release #releases.latest by @anuja-joshi |
5 | 19 | * Add release by tag name #tags.get by @Shwetakale |
6 | 20 | * Add listing of all organizations #list :every |
7 | 21 | * Add team membership #team_membership |
8 | 22 | * Add team membership addition #add_membership by @anuja-joshi |
9 | 23 | * Add team membership removeal #remove_membership by @anuja-joshi |
| 24 | +* Add Client::Orgs::Memberships api with contribution from @Shwetakale |
| 25 | + |
| 26 | +### Changed |
10 | 27 | * Change authorizations api #create to require note parameter and |
11 | 28 | remove restrictions on available parameters |
12 | | -* Add Client::Orgs::Memberships api with contribution from @Shwetakale |
13 | 29 | * Remove support for Ruby 1.9.2 |
14 | 30 | * Remove required parameters checks from Client::Repos::Keys api |
15 | 31 |
|
16 | | -0.12.4 (Aug 2, 2015) |
17 | | --------------------- |
| 32 | +## [v0.12.4] - 2015-08-02 |
18 | 33 |
|
| 34 | +### Changed |
19 | 35 | * Change gem spec to exlude test files and require ruby version |
20 | 36 | * Update dependencies |
21 | 37 |
|
22 | | -0.12.3 (Feb 7, 2015) |
23 | | --------------------- |
| 38 | +## [v0.12.3] - 2015-02-07 |
24 | 39 |
|
25 | | -* Fix jsonize from overwritting non-json body for non-get requests by @timruffles |
26 | | -* Fix content type parameter by @timruffles |
| 40 | +### Added |
27 | 41 | * Add ratelimit_reset to response header by @k0nserv |
28 | 42 | * Add ability to specify connection options by @codenamev |
29 | 43 | * Add two-factor authorization and document |
30 | 44 |
|
31 | | -0.12.2 (October 25, 2014) |
32 | | ------------------------- |
| 45 | +### Fixed |
| 46 | +* Fix jsonize from overwritting non-json body for non-get requests by @timruffles |
| 47 | +* Fix content type parameter by @timruffles |
33 | 48 |
|
34 | | -* Fix Authorization header token for OAuth by @codenamev |
| 49 | +## [v0.12.2] - 2015-10-25 |
| 50 | + |
| 51 | +### Added |
35 | 52 | * Add pp support in DEBUG mode by @lukeasrodgers |
| 53 | + |
| 54 | +### Changed |
36 | 55 | * Clean up PageIterator and simplify |
37 | 56 | * Clean up and refactor PageLinks parser |
| 57 | + |
| 58 | +### Fixed |
| 59 | +* Fix Authorization header token for OAuth by @codenamev |
38 | 60 | * Fix except! for core hash extension by @josacar |
39 | 61 |
|
40 | | -0.12.1 (August 15, 2014) |
41 | | ------------------------- |
| 62 | +## [v0.12.1] - 2015-08-15 |
42 | 63 |
|
| 64 | +### Added |
43 | 65 | * Add #configure method on Github module to allow modification of settings |
44 | | -* Change #actions to return Array of avilable methods for a given api |
45 | 66 | * Add :per_page to configuration options |
| 67 | + |
| 68 | +### Changed |
| 69 | +* Change #actions to return Array of avilable methods for a given api |
| 70 | + |
| 71 | +### Fixed |
46 | 72 | * Fix bug with PropertySet not requiring 'set' standard library |
47 | 73 |
|
48 | | -0.12.0 (July 27, 2014) |
49 | | --------------------- |
| 74 | +## [v0.12.0] - 2014-07-27 |
50 | 75 |
|
51 | | -#### Features Core |
| 76 | +### Features Core |
52 | 77 | * Add namespace helper to API to easily create nested resources |
53 | 78 | * Add before_request & after_request callbacks to API |
54 | 79 | * Change all scopes to use namespace helper |
|
58 | 83 | * Change Request to be a class and simplify requests dispatch |
59 | 84 | * Remove S3Uploader class |
60 | 85 |
|
61 | | -#### Features Client |
| 86 | +### Features Client |
62 | 87 | * Add check method to Application Authorization Api (#157) |
63 | 88 | * Add Deployments Api with feature tests |
64 | 89 | * Add commits & forks calls to Gists Api |
|
69 | 94 | * Add combined status listing to Repos::Statuses Api |
70 | 95 | * Add subscribe, unsubscribe and subscribed? calls to Activity::Watching Api |
71 | 96 |
|
72 | | -#### Fixes |
| 97 | +### Fixed |
73 | 98 | * Remove scopes caching |
74 | 99 | * Change Arguments to stop leaking to global namespace |
75 | 100 | * Change features tests to generate JSON responses |
|
553 | 578 | ------------------------ |
554 | 579 |
|
555 | 580 | * fixing json parsing issue preventing repository creation |
| 581 | + |
| 582 | +[v0.13.1]: https://github.com/peter-murach/github/compare/v0.13.0...v0.13.1 |
| 583 | +[v0.13.0]: https://github.com/peter-murach/github/compare/v0.12.4...v0.13.0 |
| 584 | +[v0.12.4]: https://github.com/peter-murach/github/compare/v0.12.3...v0.12.4 |
| 585 | +[v0.12.3]: https://github.com/peter-murach/github/compare/v0.12.2...v0.12.3 |
| 586 | +[v0.12.2]: https://github.com/peter-murach/github/compare/v0.12.1...v0.12.2 |
| 587 | +[v0.12.1]: https://github.com/peter-murach/github/compare/v0.12.0...v0.12.1 |
| 588 | +[v0.12.0]: https://github.com/peter-murach/github/compare/v0.11.3...v0.12.0 |
| 589 | + |
0 commit comments