Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

70 lines (42 loc) · 1.55 KB

Changelog

[0.6.2] - 2020-07-29

  • Added new PriceService class

[0.6.1] - 2020-07-13

  • Added new RestoreService class (#11)
  • Added new JobService class (#10)
  • Improved functionality and documentation of the TransferOut->answer() method. (#12)

[0.6.0] - 2020-06-23

  • added possibility to gain direct access to response and request through callback methods
  • added User info and list tasks
  • added examples for some basic tasks ** more examples (hopefully for all tasks) will be added in future versions
  • fixed some tasks that did not give correct access to the DomainrobotResult
  • improved documentation and readme

[0.5.2] - 2020-06-16

  • Fixed printing null or empty values (#8)
  • Fixed warnings found by code analysis (PR #8)
  • Improve code documentation (PR #6)

[0.3.7] - 2020-03-19

  • Rename all DomainRobot string to Domainrobot

[0.3.6] - 2020-03-19

  • Rename namespace from IXDomainRobot to Domainrobot

[0.3.5] - 2020-03-11

  • Add automatic sdk version resolution

[0.3.4] - 2020-03-02

  • Fix DomainStudio->search() missing body

[0.3.3] - 2020-03-02

  • Fix imports

[0.3.2] - 2020-03-02

  • Fix imports

[0.3.1] - 2020-03-02

  • Add new services to DomainRobot class

[0.3.0] - 2020-03-02

  • Added all important routes from the domainrobot open api documentation
  • Updated README.md
  • Fix return value of the DomainStudio->search() method

[0.2.0] - 2020-02-11

  • Added DomainStudio calls
  • Added possiblity to use asynchronous as well as synchronous tasks
  • Improved documentation

[0.1.0] - 2020-02-10

  • Initial release