Skip to content

Releases: rechtlogisch/evatr-php

v0.1.0

13 Aug 16:18
2558e37

Choose a tag to compare

🚀 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 id in toArray() serialization output.
  • 💔 Renamed checkAvailability() to getAvailability()
  • 🛠️ 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

Full Changelog: v0.0.2...v0.1.0

v0.0.2

09 Aug 11:59
9140b2b

Choose a tag to compare

🚀 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

Full Changelog: v0.0.1...v0.0.2

v0.0.1

09 Aug 11:42
611195b

Choose a tag to compare