Skip to content

Latest commit

 

History

History
91 lines (67 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

91 lines (67 loc) · 2.15 KB

CHANGELOG

1.0.0 (2015-04-16)

0.6.0 (2015-03-17)

  • Added available property to size entity - fix #93
  • Added type property to image entity - fix #94
  • Added [BC break] fix action object embed a region object - fix #89
  • Added droplet neighbors report - fix #80
  • Added list of droplets that are scheduled to be upgraded - fix #81

0.5.2 (2015-02-26)

  • Added images filtering and its specs
  • Added user image filtering and its specs
  • Tests against PHP 7
  • Updated specs and doc

0.5.1 (2015-02-23)

  • Fixed droplet could not be created when the backup function was disabled (next_backup_window was null)
  • Added specs

0.5.0 (2015-02-17)

  • Added dynamic properties for all entities.
  • Added specs.
  • Updated doc.

0.4.2 (2015-02-12)

  • Added nextBackupWindow property to Droplet entity.
  • Improved specs.

0.4.1 (2014-12-23)

  • Use travis docker
  • Small cosmetic changes to please scrutinizer-ci

0.4.0 (2014-12-23)

  • Added the ability to set userdata when creating a droplet.
  • Added Account api
  • Fixed CS to be PSR-2 compliant
  • Added Code of Conduct

0.3.0 (2014-11-14)

  • Added updateData to DomainRecord Api
  • Added minDiskSize for the image entity.
  • Changed the droplet size to sizeSlug.
  • Added Support for Guzzle 5.

0.2.0 (2014-09-21)

  • Allow using either guzzle or buzz.
  • Support creating droplet with ssh fingerprints.
  • Pagination fixes.

0.1.1 (2014-07-27)

  • 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.

0.1.0 (2014-07-05)

  • Initial stable release (all API classes are tested)