Skip to content

Commit e4fffa0

Browse files
committed
Note changes.
1 parent 0920c62 commit e4fffa0

1 file changed

Lines changed: 54 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 54 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,79 @@
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
314

15+
## [v0.13.0] - 2015-11-21
16+
17+
### Added
418
* Add latest release #releases.latest by @anuja-joshi
519
* Add release by tag name #tags.get by @Shwetakale
620
* Add listing of all organizations #list :every
721
* Add team membership #team_membership
822
* Add team membership addition #add_membership by @anuja-joshi
923
* Add team membership removeal #remove_membership by @anuja-joshi
24+
* Add Client::Orgs::Memberships api with contribution from @Shwetakale
25+
26+
### Changed
1027
* Change authorizations api #create to require note parameter and
1128
remove restrictions on available parameters
12-
* Add Client::Orgs::Memberships api with contribution from @Shwetakale
1329
* Remove support for Ruby 1.9.2
1430
* Remove required parameters checks from Client::Repos::Keys api
1531

16-
0.12.4 (Aug 2, 2015)
17-
--------------------
32+
## [v0.12.4] - 2015-08-02
1833

34+
### Changed
1935
* Change gem spec to exlude test files and require ruby version
2036
* Update dependencies
2137

22-
0.12.3 (Feb 7, 2015)
23-
--------------------
38+
## [v0.12.3] - 2015-02-07
2439

25-
* Fix jsonize from overwritting non-json body for non-get requests by @timruffles
26-
* Fix content type parameter by @timruffles
40+
### Added
2741
* Add ratelimit_reset to response header by @k0nserv
2842
* Add ability to specify connection options by @codenamev
2943
* Add two-factor authorization and document
3044

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
3348

34-
* Fix Authorization header token for OAuth by @codenamev
49+
## [v0.12.2] - 2015-10-25
50+
51+
### Added
3552
* Add pp support in DEBUG mode by @lukeasrodgers
53+
54+
### Changed
3655
* Clean up PageIterator and simplify
3756
* Clean up and refactor PageLinks parser
57+
58+
### Fixed
59+
* Fix Authorization header token for OAuth by @codenamev
3860
* Fix except! for core hash extension by @josacar
3961

40-
0.12.1 (August 15, 2014)
41-
------------------------
62+
## [v0.12.1] - 2015-08-15
4263

64+
### Added
4365
* Add #configure method on Github module to allow modification of settings
44-
* Change #actions to return Array of avilable methods for a given api
4566
* 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
4672
* Fix bug with PropertySet not requiring 'set' standard library
4773

48-
0.12.0 (July 27, 2014)
49-
--------------------
74+
## [v0.12.0] - 2014-07-27
5075

51-
#### Features Core
76+
### Features Core
5277
* Add namespace helper to API to easily create nested resources
5378
* Add before_request & after_request callbacks to API
5479
* Change all scopes to use namespace helper
@@ -58,7 +83,7 @@
5883
* Change Request to be a class and simplify requests dispatch
5984
* Remove S3Uploader class
6085

61-
#### Features Client
86+
### Features Client
6287
* Add check method to Application Authorization Api (#157)
6388
* Add Deployments Api with feature tests
6489
* Add commits & forks calls to Gists Api
@@ -69,7 +94,7 @@
6994
* Add combined status listing to Repos::Statuses Api
7095
* Add subscribe, unsubscribe and subscribed? calls to Activity::Watching Api
7196

72-
#### Fixes
97+
### Fixed
7398
* Remove scopes caching
7499
* Change Arguments to stop leaking to global namespace
75100
* Change features tests to generate JSON responses
@@ -553,3 +578,12 @@
553578
------------------------
554579

555580
* 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

Comments
 (0)