Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 833 Bytes

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 833 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.5.1] - 2024-02-23

Changed

  • Updated composer dependencies and refactor JWEBuilder usage.

[0.5.0] - 2023-12-28

Added

  • Added private sendRequest() method to Client to abstract processing HTTP responses in central palce
  • Added more specific exceptions in various cases to avoid using only Exception class.
  • Added traceId into error responses from Bank iD and some success responses that are also traceable
  • Added information about available support by Unnits.com

Changed

  • Updated installation instructions.