Revision history for Perl extension GitLab::API::v3.
0.08 2015-01-16
- Remove project_members and group_members parameters. @dotandimet
0.07 2014-12-11
- Fix Gitopt::Long typo preventing installation. @dotandimet
- Fix references to Net::GitLab which should be Net::Gitlab.
0.06 2014-11-29
- CLI client, gitlab-api-v3.
- Replace "@" in POD with "E<64>" to bypass older Perl issues.
- Include GitLab error messages in failed requests.
- Fix visilibity constants naming to match our conventions.
- Modify create_project() to return the project hash ref.
0.05 2014-11-19
- Added GitLab::API::v3::Paginator.
- Modify group_members() to support \%params so that page and per_page may be passed.
0.04 2014-11-18
- Reorganize section headers and add direct links to GitLab's documentation for each.
- Adjust abstract.
- Add documentation about project IDs and return values.
- Other documentation tweaks.
0.03 2014-11-18
- Point the user at the Constants module from the main docs.
- Add a CONTRIBUTING section to the docs describing how v3.pm is generated.
- Add an author/README.pod to explain how the module generation works.
- Add an EXCEPTIONS section to the docs explaing how exception handling it done.
- Log stuff using Log::Any.
- Added a SEE ALSO section with reference to Net::Gitlab.
0.02 2014-11-18
- Implement the entire API (wew!).
0.01 2014-11-16
- First release.