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.
- All Guzzle-related exceptions are now turned into a
RequestException
.
- Trace ID of requests is now included in exception messages. (#3)
- Added a test suite.
- PHPTikkie now requires PHP 7.1+
- Cast
from
andto
dates to UTC time zone. (#1)
- Check if responses are valid JSON.
- Fix the class name of
ResponseException
.
- Initial implementation of the Tikkie API.