Skip to content

Latest commit

 

History

History
64 lines (33 loc) · 776 Bytes

CHANGELOG.md

File metadata and controls

64 lines (33 loc) · 776 Bytes

Change Log

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

1.4.0

Added

  • Add support for PHP 8.1
  • Add GitHub Actions workflow

Removed

  • Drop support for PHP 7.3

Changed

  • Migrate from PHP-HTTP to PSR-18 client

1.3.0

Added

  • Add support for PHP 8.0

Removed

  • Drop support for PHP 7.2

Changed

  • Upgrade PHPUnit to version 9

1.2.0

Added

  • Support for fuzzyMatch parameter

1.1.0

Fixed

  • Fix issue when country short_code is null

Removed

  • Drop support for PHP < 7.2

1.0.2

Fixed

  • Check if country short_code key is set before extracting it

1.0.1

Fixed

  • Fix the Bounds query builder format

1.0.0

First release of this library.