Releases: rechtlogisch/evatr-php
Releases · rechtlogisch/evatr-php
v0.1.0
🚀 What’s in this Release:
- 🆔 Added optional id field (introduced in api-docs v1.2.3.9 on 2025-08-13):
- Parse
id(string|null) from API responses. - New getter
getId(): ?string. - Include
idin toArray() serialization output.
- Parse
- 💔 Renamed
checkAvailability()togetAvailability() - 🛠️ Refactored request, throw ErrorResponse when anfrageZeitpunkt or status key is missing, passed PHPStan level 9, added unified error handling, increased test coverage, tackled TODOs in code, removed obsolete comments.
- 📝 Updated documentation.
PRs
- chore: quality by @zembrowski in #2
- feat: add id in response by @zembrowski in #3
Full Changelog: v0.0.2...v0.1.0
v0.0.2
🚀 What’s in this Release:
- ✨ Additional API endpoints:
- 📨 Status messages
- 🇪🇺 EU member state availability
- 🗣️ Added English status messages (configure via environment variable
EVATR_LANG=en) - 🛠️ Minor fixes and enhancements to the developer workflow
- 📝 Documentation updates
- 🔃 Daily check for changes in status messages (GitHub workflow)
PRs
- feat: v1 all endpoints by @zembrowski in #1
Full Changelog: v0.0.1...v0.0.2
v0.0.1
🎉 Initial release
Commits: https://github.com/rechtlogisch/evatr-php/commits/v0.0.1