All Versions
15
Latest Version
Avg Release Cycle
22 days
Latest Release
3753 days ago

Changelog History
Page 1

  • v1.4.2 Changes

    January 14, 2014
    • ⚡️ Updated doc
    • ✂ Removeed enable and disable backup to droplets (removed from the API)
    • ⚡️ Updated CLI droplet show command shows backups and snapshots numbers
    • Added private_ip_address property to droplets
    • [BC break] Renamed 'TransfertCommand' to 'TransferCommand' (@geevcookie)
    • ⚡️ Updated CLI outputs with TableHelper (@geevcookie)
    • ➕ Added hhvm to travis-ci
    • ➕ Added SensioLabsInsight badge
  • v1.4.1 Changes

    November 03, 2013
    • SansioLabsInsight compliant
  • v1.4.0 Changes

    September 26, 2013
    • ⚡️ Updated doc with events examples
    • ➕ Added events to CLI + tests - fix #29
    • ➕ Added events + tests - fix #28
    • ⚡️ Updated doc with symfony2 integration
    • ⚡️ Updated doc with laravel integration
  • v1.3.1 Changes

    August 18, 2013

    🚀 A miror release is made because the API changed.

    • Droplet returns more properties:
      • locked (boolean)
      • created_at (string)
    • A Service provider for Silex is made here
    • It's now possible to set an adapter to instantiated DigitalOcean object via DigitalOcean::setAdapter.

    Big thanks to @taylorotwell for its 30 bucks !

  • v1.3.0 Changes

    August 17, 2013

    🚀 This release supports Domains API and implement it to the CLI as well :)

    • 🛠 Fixed: Domain test
    • ⚡️ Updated: doc
    • ➕ Added: CLI domains:records:destroy + tests
    • ➕ Added: CLI domains:records:edit + tests
    • ➕ Added: CLI domains:record:show + tests
    • ➕ Added: CLI domains:records:add + tests
    • ➕ Added: CLI domains:records:all + tests
    • 🛠 Fixed: Domains new record test - domain id is already in the api url
    • ➕ Added: CLI domains:destroy + tests
    • ➕ Added: CLI domains:add + tests
    • 🛠 Fixed: DigitalOcean's API url in doc
    • 🛠 Fixed: Domains::show test
    • ➕ Added: CLI domains:show + tests
    • ➕ Added: CLI domains:all + tests
    • ➕ Added: domains and records + tests - fix #23
    • 🛠 Fixed: SSH key destroy test

    ✏️ Do not hesitate to PR if you face bugs, typos or whatever else :)

  • v1.2.1 Changes

    August 14, 2013

    🚀 This minor release fix small bugs in CLI and catch error when the API returns an old object which has error_message property.

    This happens when you want to show a specific droplet by its id, show a specific image by its id...

    For instance:

    $ ./digitalocean droplets:show 123
    

    👀 See #27 for more info.

  • v1.2.0 Changes

    August 06, 2013
    • ⚡️ Updated: composer.json
    • ⚡️ Updated: sshkey edit test
    • ➕ Added: typehint to id variables
    • 🛠 Fixed: mock call in images destroy test
    • ➕ Added: images transfert to CLI + tests
    • ➕ Added: images transfert + tests - fix #24
    • ➕ Added: droplets rename to CLI - tests
    • ➕ Added: droplets rename action + tests - fix #25
    • ➕ Added: ssh edit in CLI + test
    • ➕ Added: ssh key edit + test - fix #12
    • 🛠 Fixed: query procesing
    • ➕ Added: poser.pugx.org badges
    • ✂ Removed: stillmaintained.com
  • v1.1.3 Changes

    May 26, 2013
    • ➕ Added: HttpAdapter library
    • 🛠 Fixed: socket test
    • ⚡️ Updated: socket user-agent
    • ⚡️ Updated: add command help text in CLI
    • 🛠 Fixed: travis-ci
    • ➕ Added: bitdeli.com
    • ➕ Added: coveralls.io
    • ⚡️ Updated: Contribution doc
    • 🛠 Fixed: digitalocean abstract class
  • v1.1.2 Changes

    March 22, 2013
    • ➕ Added: droplet create interactively test
    • 🛠 Fixed: creating a new ssh key is more verbose
    • Fixed: ssh key argument name to ssh_pub_key
  • v1.1.1 Changes

    March 22, 2013
    • ➕ Added: terminal screencast about create-interactively command
    • 🛠 Fixed: tests
    • 🛠 Fixed: droplet create command
    • 🛠 Fixed: images and ssh keys destroy command
    • ➕ Added: create interactively a new droplet in CLI