Skip to content

Latest commit

 

History

History
90 lines (55 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

90 lines (55 loc) · 1.75 KB

Changelog

1.1.2

  • Add aliases soyoustart-eu, soyoustart-ca, kimsufi-eu, kimsufi-ca to sys-eu, sys-ca, ks-eu and ks-ca.

1.1.1

  • Add Kimsufi and SoYouStart APIs

1.1

  • Now official Node.js wrapper
  • Rewrite part of the tests, README & documentation
  • Add CONTRIBUTING guidelines
  • Add endpoint parameter with preconfigured API endpoints.
  • Discontinue node.js <= 0.9 support

1.0.2

  • Fix noAuthenticated calls
  • Optionnal consumer key, now checked only on debug
  • Fix unicode (thanks to @naholyr #4)

1.0.1

  • Fix initial value for apiTimeDiff (gierschv/node-ovh#1)
  • Include auth API for /auth/time if usedApi parameter is defined
  • Fix duplicate call of warning function

1.0.0

  • WS are not supported anymore
  • The usage of the Harmony proxies usage is optional
  • Callbacks are designed "errors first"
  • Optional check of the existence of a method in the APIs schemas and its status (PRODUCTION, DEPRECATED, etc.)
  • Debug mode
  • New documentation

0.3.8

  • Fixes a potential EventEmitter memory leak when client uses a custom timeout value.

0.3.7

  • Check time drift

0.3.6

  • Fixes query string parameters.
  • Fixes Proxy getter issue [096bff8].
  • Remove exception in callREST.

0.3.5

  • Ignore undefined parameters in REST API.
  • Move VPS tests, add /domains tests.

0.3.4

  • Add timeout option for REST API.

0.3.3

  • Fixes requests signature.

0.3.2

  • Tested with node v0.10.

0.3.1

  • Fix for node v0.9.8.

0.3.0

0.2.0

  • Using native harmony-proxies Node.js implementation with --harmony-proxies flag
  • Moving from nodeunit to mocha
  • Node.js v0.4 and v0.6 are not supported anymore

0.1.1

  • Fix bad exception catch

0.1.0

  • Initial release