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.
v0.2.2 - 2025-01-30
- (phpdoc) Fixed DocBlocks for public methods to remove PHPStan warnings.
v0.2.1 - 2025-01-30
- (server-groups) Add missed properties to
GetClientsResponseClient
.
v0.2.0 - 2025-01-30
- Server groups (#4).
- Clients (#2).
- Messages (#6).
- Bans (#3).
- Handle
database empty result set
without exception (#1).
- Wrong signature message sending.
- Wrong enum
LogLevel
values. - Wrong enum
TextMessageTargetMode
values. - Undefined array key when empty result.
- False parameter converts to empty string.
- Fix message sending tests.
- Fix
targetmode
in message tests.
- Update README.md handling database empty result set (#1).
- Add DocBlocks to public methods (#5).
- Adds First Version.