Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Releases: grixu/api-client

3.5.2

18 Nov 11:41
Compare
Choose a tag to compare
  • Fixed auto-merge

3.5.1

18 Nov 11:02
Compare
Choose a tag to compare
  • Fixed auto-merging on dependabot's updates
  • commit-msg regex updated
  • Fixed names of jobs & slack notifications in pipelines

3.5.0

17 Nov 13:20
Compare
Choose a tag to compare
  • Added composer-git-hooks
  • Configured hooks with auto-install/update
  • Added timeouts in pipelines
  • Added auto-merge pipeline for small updates made by dependabot
  • Added x-ray
  • Added x-ray checking in CI pipeline
  • Added x-ray checking in git hooks
  • Added changelog-updater-action to CD pipeline

3.4.1

08 Nov 09:26
d17eb21
Compare
Choose a tag to compare
  • Updated Larastan to 1.0.1
  • Prepared CI pipeline to change default branch

3.4.0

02 Nov 07:57
Compare
Choose a tag to compare
  • Added code quality tools such as PHP_CS_Fixer, PHP Insights & PHPStan
  • Added scanning & formatting code with those tools in CI pipeline
  • Applied formatting on code base

3.3.3

25 May 10:00
Compare
Choose a tag to compare
v3.3.3

3.3.2

25 May 09:20
Compare
Choose a tag to compare
  • Added access to UrlCompose in JsonApiFetcher

3.3.1

25 May 09:10
7b9a529
Compare
Choose a tag to compare
  • Added access to DataFetcher in JsonApiFetcher
  • Added timeout

3.3.0

21 May 08:37
f3f0814
Compare
Choose a tag to compare
  • Added chunk() method in JsonApiFetcher
  • Added getDataCollection in PaginatedData
  • Added definition of getDataCollection in FetchedData
  • Make method parseElement public in StraightKeyParser
  • Added definition of praseElement in ResponseParser interface

3.2.1

04 May 09:08
Compare
Choose a tag to compare
  • Bug fixed in StraightKeyParser