- n/a
- Added dynamic properties for all entities.
- Added specs.
- Updated doc.
- Added nextBackupWindow property to Droplet entity.
- Improved specs.
- Use travis docker
- Small cosmetic changes to please scutinizer-ci
- Added the ability to set userdata when creating a droplet.
- Added Account api
- Fixed CS to be PSR-2 complient
- Added Code of Conduct
- Added updateData to DomainRecord Api
- Added minDiskSize for the image entity.
- Changed the droplet size to sizeSlug.
- Added Support for Guzzle 5.
- Allow using either guzzle or buzz.
- Support creating droplet with ssh fingerprints.
- Pagination fixes.
- Fixed getAll methods. now they return all instead of the first 25.
- Added getActions for a droplet.
- New field createdAt added to the droplet entity.
- Improved the mapping of a droplet networks to the droplet entity.
- Fixed Droplet rename method.
- Added Snapshot to the droplet api.
- Dates are formatted in ISO 8601.
- Added droplet features to the droplet entity.
- Better exception handling.
- Inital stable release (all API classes are tested)