Skip to content

Latest commit

 

History

History
184 lines (124 loc) · 8.22 KB

CHANGELOG.md

File metadata and controls

184 lines (124 loc) · 8.22 KB

Changelog

All notable changes to kiyoh-php-api will be documented in this file.

v2.7.1 - 2021-05-28

Fixed

  • Set rating to 0 if abscent (#15) #15

v2.7.0 - 2020-12-21

Changed

  • Replaced tightenco/collect with illuminate/collections. #8

Removed

  • Removed support for PHP 7.2.

v2.6.0 - 2020-12-17

Added

  • Added comment to the review resource. #8

v2.5.0 - 2020-12-17

Added

  • Support for PHP 8. #7

v2.4.2 - 2020-09-17

Added

  • Added support for tightenco/collect ^8.0 c3fbaf5

v2.4.1 - 2020-06-28

Fixed

  • Fixed handling empty reponse body. 9f9d45a

v2.4.0 - 2020-04-10

Fixed

  • Fixed version constraint for tightenco/collect ba06bd3

Removed

  • Removed support for PHP 7.1 d347d24

v2.3.0 - 2020-03-06

Added

  • Added support for Guzzle 7. 619a04c
  • Added support for Laravel 7. 1beec805

v2.2.3 - 2020-02-15

Changed

  • The KiyohServiceProvider now implements the DeferrableProvider. 4accf8f
  • Updated version constraints. 2fe822a, 9451bdd

v2.2.2 - 2019-11-19

Changed

v2.2.1 - 2019-06-16

Fixed

  • Require scrutinizer/ocular as dev dependency.

v2.2.0 - 2019-06-16

Added

  • Added function hasText() to Review. f106685
  • Added function hasHeadline() to Review. eaf6ea4

Changed

  • Set a default value for recommendation. fba5515

v2.1.0 - 2019-06-15

Changed

  • Save the recommendation of a review in it's own column. f2f502b

v2.0.2 - 2019-06-15

  • Sort reviews by creation date before importing. 75c6306

v2.0.1 - 2019-06-15

Changed

  • Removed rating attribute from the payload. a554d6d

v2.0.0 - 2019-06-15

Changed

  • Updated for the new feed.

v1.2.3 - 2019-03-17

Changed

v1.2.2 - 2019-02-10

Added

  • Added function hasName() to Author. b2fdaed
  • Added function hasLocality() to Author. 8d392ddd

v1.2.1 - 2019-02-10

Changed

  • Set name and locality for an author to an empty string by default. d58447d4
  • Discard empty values for name and locality for an author. bc5dca6
  • Save the original created_at date/time from the review. 2f4c285
  • Save the rating of a review in it's own column. a1c47ff

Fixed

  • Use toArray() instead of toJson() when saving record to database. b6444c6

v1.2.0 - 2019-02-09

Added

  • Added support for Laravel. #1

v1.1.4 - 2019-02-09

Fixed

  • Fixed limit count comparison. 73ab257

v1.1.3 - 2019-02-09

Fixed

  • Fixed parsing a feed with only one review. 5a34ef5

v1.1.2 - 2019-02-08

Added

  • Throw an exception when no company is found. 6176320

v1.1.1 - 2019-02-08

Changed

  • Convert a review to a plain array. b5f0f4d

v1.1.0 - 2019-02-08

Added

  • Added hasPositiveComment(). 78f8bcc
  • Added hasNegativeComment(). 5f8b77e

Changed

  • Changed commentPositive to positiveComment. 73107cc
  • Changed commentNegative to negativeComment. 54468dd

v1.0.0 - 2019-02-08

Initial realease