Revision history for Partner::PR

1.0.0   2015-10-19
        * First public release

2.0.0   2016-02-04
        [Major]
        * Method get_open_pull_requests() is renamed to get_open_pull_requests_from_stash()
        * No more checking values in constructor new() (this logic is moved to methods)

        [Minor]
        * New method get_open_pull_requests_from_github()

3.0.0   2016-09-15
        [Major]
        * Remove stash support
        * Fix github api pagination

3.1.0   2016-09-15
        [Major]
        * Get tests, codereview and mergeable statuses for pull requests

        [Minor]
        * Refactoring: get full data from github

3.2.0   2016-11-30
        [Major]
        * Github merge api method
        * Refactoring: get single pr statuses; get conflicts status only

3.2.1   2016-12-06
        [Major]
        * Check mergeable_state for PR before get mergeable flag

3.3.0   2017-01-10
        [Major]
        * Ability to delete branches

3.3.1   2017-05-13
        [Major]
        * Ability to get all repository commits

3.3.2   2017-05-13
        [Minor]
        * Limit commits history by 30 days

3.4.0   2017-07-31
        [Minor]
        * get_open_pull_requests_from_github() return assignee

3.5.0   2017-08-16
        [Minor]
        * get_open_pull_requests_from_github( approved_by => 1)

4.0.0   2017-08-18
        [Major]
        * get_open_pull_requests_from_github( approved_by => 1) is deprecated

        [Minor]
        * get_open_pull_requests_from_github( approve_status => 1)

4.0.1   2017-08-22
        [Patch]
        * Bugfix approved_by/disapproved_by get correct values

4.1.0   2017-12-06
        [Minor]
        Tests are also matched by './t'
