Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Releases: DutchCodingCompany/laravel-hetzner-dns-api

1.0.1

15 Apr 15:51
a5f6c2f

Choose a tag to compare

What's Changed

  • Implemented HasBody for requests that use HasJsonBody by @dcc-bjorn in #13

New Contributors

  • @dcc-bjorn made their first contribution in #13

Full Changelog: 1.0.0...1.0.1

1.0.0

07 Nov 15:27
2a0991d

Choose a tag to compare

Changes

  • renamed \DutchCodingCompany\HetznerDnsClient\RequestCollections\RecordCollection to \DutchCodingCompany\HetznerDnsClient\Resources\RecordResource
  • renamed \DutchCodingCompany\HetznerDnsClient\RequestCollections\ZoneCollection to \DutchCodingCompany\HetznerDnsClient\Resources\ZoneResource
  • removed bensampo/laravel-enum package, \DutchCodingCompany\HetznerDnsClient\Enums\RecordType is now a native enum
  • dropped support for laravel 8.0
  • added support for laravel 10.0
  • removed spatie/data-transfer-object

0.2.2

02 Feb 15:22
0760596

Choose a tag to compare

  • add deleteIfExists method

0.2.1

25 Oct 06:32
a0dffba

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.2.1

0.2.0

01 Sep 14:12
7543d00

Choose a tag to compare

Add nameserver records

0.1.0

23 Jun 14:23

Choose a tag to compare

Initial release