Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 333 Bytes

CHANGELOG.md

File metadata and controls

8 lines (6 loc) · 333 Bytes

ChangeLog for: node-cloudservers

Version 0.2.0 - 12/25/2010

  • Improved test coverage
  • Pushed test config out of lib/ to test/data/test-config.json

Breaking Changes

  • cloudservers no longer exposes methods on the module itself. Replace cloudservers.* with client.* where var client = cloudservers.createClient(config).