Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 827 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 827 Bytes

3.0.0 - 2022-10-03

  • Changed required PHP version to >= 8.0.

2.2.0 - 2021-09-02

  • Changed required PHP version to >= 7.3.

2.1.0 - 2019-06-14

  • Added ApiResultException class.
  • Added getJsonEncodeOptions method to ApiController class.
  • Throws exception if result could not be JSON-encoded.

2.0.0 - 2018-05-14

  • Backward compatibility break: Changed parameter order in constructor in ApiResult class.
  • Updated PHP requirement to 7.1.

1.1.0 - 2018-04-29

  • First stable revision.