Revision history for Net-Async-Github
0.013     2023-12-30 08:50:11+08:00 Asia/Singapore
    [Bugs fixed]
    - Fix missing JSON::MaybeUTF8 dependency declaration (https://github.com/team-at-cpan/Net-Async-Github/issues/7)
0.012     2023-10-27 12:58:59+08:00 Asia/Singapore
    [New features]
    - `->issue_comments` method for retrieving comments attached to issues
    and pull requests
    - allow `_` character in repository names, since Github now seems to accept these
    [Internals]
    - migrated to JSON::MaybeUTF8 to simplify JSON decoding
0.011     2023-03-20 08:54:18+08:00 Asia/Singapore
    [New features]
    - added ->users_for_org method to list all users in the organisation
    - support for organisation repositories, as opposed to user repos
    [Bugs fixed]
    - Fix missing Adapter::Async and Variable::Disposition dependencies
0.010     2021-03-24 10:32:12+08:00 Asia/Kuala_Lumpur
    No new features.
    Bugs fixed:
    - repository names with `-` were reported as invalid, inadvertent regression from previous
    version when adding support for `.`
0.009     2021-03-19 21:36:07+08:00 Asia/Kuala_Lumpur
    New features, thanks to @chilli-binary for the patch:
    - configurable timeout
    - ->pull_requests method for retrieving all PRs for a repository
0.008     2020-11-26 14:53:58+08:00 Asia/Kuala_Lumpur
    New features:
    - support for creating commits (thanks Chylli)
    Bugs fixed:
    - pull request creation should actually work now
0.007     2020-10-28 07:34:00+08:00 Asia/Kuala_Lumpur
    New features:
    - ->create_pr for creating a new pull request
    Bugs fixed:
    - some methods were trying to use the legacy ->request method, which was removed
    in favour of ->http_post/put/patch/get
0.006     2020-06-29 01:03:13+08:00 Asia/Kuala_Lumpur
    No new features.
    Bugs fixed:
    - set `reset` limit as soon as possible, to avoid 'Use of uninitialized value in addition` warnings,
    thanks to @chylli-binary (Github #1)
0.005     2019-02-04 13:08:29+08:00 Asia/Kuala_Lumpur
    New features:
    - branch protection handling
    - ->get_content for retrieving a specific file
0.004     2018-12-21 12:28:30+08:00 Asia/Kuala_Lumpur
    New features:
    - basic support for PR merging and deleting
    - some initial support for teams
0.003     2017-05-21 23:25:58+08:00 Asia/Kuala_Lumpur
    No new features.
    Bugs fixed:
    * Net::Async::HTTP and Net::Async::WebSocket listed as explicit dependencies
0.002     2017-05-12 00:11:11+08:00 Asia/Kuala_Lumpur
    Bugs fixed:
    * endpoints.json was not being picked up correctly after installation
    * IO::Async dependency missing in cpanfile (thanks to DBOOK for catching this)
0.001     2017-05-11 22:46:54+08:00 Asia/Kuala_Lumpur
	* Initial release