Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (26 loc) · 979 Bytes

CHANGELOG.md

File metadata and controls

35 lines (26 loc) · 979 Bytes

Changelog

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.

[Unreleased]

[0.2.2] - 2018-10-31

Changed

  • All Guzzle-related exceptions are now turned into a RequestException.

[0.2.1] - 2018-09-27

Changed

  • Trace ID of requests is now included in exception messages. (#3)

[0.2.0] - 2018-06-20

Added

  • Added a test suite.

Changed

  • PHPTikkie now requires PHP 7.1+

[0.1.2] - 2018-06-19

Fixed

  • Cast from and to dates to UTC time zone. (#1)

[0.1.1] - 2018-03-05

Fixed

  • Check if responses are valid JSON.
  • Fix the class name of ResponseException.

[0.1.0] - 2017-12-12

Added

  • Initial implementation of the Tikkie API.