- Added: new endpoint (oneStep charge)
- Added: new endpoint (settle charge)
- Added: new endpoint (settle carnet parcel)
- Added: new endpoint (create charge balance sheet)
- Added: new endpoint (update plan)
- Added: new endpoint (create subscription history)
- Breaking change: Drop PHP 5.4 support
- Breaking change: Update Guzzle version
- Added: timeout option
- Fix: code climate on dev dependencies
- Added: new endpoint (update charge link)
- Added: new endpoint (charge link)
- Updated: docs
- Added: new endpoints (cancel carnet and cancel parcel)
- Updated: docs
- Fix: Tests.
- Updated: Request
- Added: User can define the certified path.
- Updated: ApiRequest
- Updated: Request
- Fix: Remove random number from detailSubscription example.
- Add: Add Support to PHP 5.4 and above
- Updated: ApiRequest
- Added: new endpoints (carnet history, resend parcel and resend carnet)
- Updated: docs
- Fix: endpoint charge history
- Added: new endpoint (charge history)
- Added: custom header
- Updated: docs
- Added: new endpoint (resend billet)
- Updated: docs
- First stable version
- Updated: docs
- Updated: code examples
- Changed: Gerenciant's urls for production and sandbox
- Refactored: now Gerencianet endpoints are restfull, which means that the sdk must consider sending also put and delete
- Refactored: each function now has two arguments: params and body. The body is meant to be sent in the request body as usual, whereas the params will be mapped to url params as defined in gn-constants. If the param is not present in the url, it will be sent as a query string
- Updated: docs
- Added: createPlan and deletePlan
- Updated: docs
- Initial release