Skip to content

Releases: djotaku/dreamhostapi

v2.0.1 More "Struct"-ure to the output

20 Jul 22:10
Compare
Choose a tag to compare

JSON marshaling no longer needed by your program if you're using v2.0.0 as long as you're using the UpdateDNSRecord or UpdateZoneFile functions. Add and Delete have been combined into UpdateZoneFile.

v1.2.1 Bug in add/delete URL generation

06 Mar 01:56
ff6a896
Compare
Choose a tag to compare
Merge pull request #5 from djotaku/fix_command_url

fix typo in add and remove dns records

v1.2.0 Fix Bug in URL generation

06 Mar 01:51
0af57d0
Compare
Choose a tag to compare
Merge pull request #4 from djotaku/fix_command_url

Fix command url

v1.1.0 Pass Dreamhost API errors

05 Mar 20:41
4753463
Compare
Choose a tag to compare

created error interface type to pass along the errors if an add or delete fail

v1.0.3 Fix a typo

03 Mar 00:34
Compare
Choose a tag to compare

Accidentally let a typo go through

v1.0.2 I think I finally understand the Go tagging versioning

02 Mar 23:49
088a181
Compare
Choose a tag to compare

v1.0.0 Pushing Errors out to the user of the API

02 Mar 23:40
c2c8f21
Compare
Choose a tag to compare