All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for libdns v1
- GetRecords now retrieves multiple pages of records automatically - if the total record count exceeds GoDaddy's per-API-call max of 500
- TTL settings are now properly updated in GoDaddy during AppendRecords() and SetRecords() calls
- DeleteRecords() method now deletes records individually across multiple API calls for safety
- initial commit