-
Notifications
You must be signed in to change notification settings - Fork 1
Release notes
Aleksander Skraastad edited this page Jun 12, 2015
·
6 revisions
###1.0.0 (2015-06-13)
- Refactored entire module library to support easier handling of optional arguments, pagination and newly added filters.
- Pagination support
- Filter support
- Added droplet neighbour endpoints
- Added upgrade endpoint for droplets
###0.1.8 (2014-12-27)
- Fix: Support API returning undefined body on Droplet Destroy, https://github.com/tmn/digio-api/pull/2
###0.1.7 (2014-11-27)
- Use request built in JSON parsing, https://github.com/tmn/digio-api/pull/1 - thanks ablankenship10
###0.1.6
- Fixed an incorrect post field in droplet rebuild command
- FIxed an incorrect post field in droplet restore command
###0.1.5
- Fixed an undefined argument in create domain record function.
- Fixed missing parameters in create domain record function.
###0.1.4
- Fixed a bug causing the JSON parser to throw a syntax error when a HTTP 20x no-content response was recieved.
###0.1.3
- Added extras module which exposes RateLimit information.
###0.1.2
- Correct typos and expand readme.
###0.1.1
- Bug fixes, structural changes.
###0.1.0
- First release.