Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

70 lines (45 loc) · 2.79 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and documents changes in a similar fashion to Keep a CHANGELOG.

1.1.0 (2018-03-25)

1.0.0 (2018-01-28)

0.12.0 (2017-11-26)

  • Add auto-paging
  • Only test on supported versions of node

0.11.0 (2017-10-05)

  • Add load balancer resource. (e2151bb)

0.10.0 (2017-05-19)

0.9.1 (2017-01-22)

  • Add unified snapshot endpoints. (62a27b3), closes #9
  • Add volume snapshot endpoints. (e39fc65)
  • Added documentation for snapshots (0f143ec)
  • Bump version to 0.9.0 (6b79bc6)
  • Bump version to 0.9.1 (b34f83d)
  • Fix for #12 since volume detaching returns 202 (f8689b4), closes #12
  • Fixed client.account.listSshKey typo (e23e0c8)
  • Standardized commas in documention of optional parameters (8736505)

0.8.3 (2016-09-06)

  • Bump version to 0.8.3 (a77dc7d)
  • Fix volume create status code check. (5cf78ef)

[0.8.2] - 2016-08-05

Fixed

  • Incorrect route for domain record calls.

[0.8.1] - 2016-08-03

Fixed

  • Extracting callback argument when there are no other arguments. (#5)

[0.8.0] - 2016-08-01

Added

  • Client option for decamelizeKeys and de-camelcasing for query and body params for client-niceness.