Releases: grixu/api-client
Releases · grixu/api-client
3.5.1
- Fixed auto-merging on dependabot's updates
commit-msg
regex updated
- Fixed names of jobs & slack notifications in pipelines
3.5.0
- 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
- Updated Larastan to
1.0.1
- Prepared CI pipeline to change default branch
3.4.0
- 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.2
- Added access to UrlCompose in
JsonApiFetcher
3.3.1
- Added access to
DataFetcher
in JsonApiFetcher
- Added timeout
3.3.0
- 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
- Bug fixed in
StraightKeyParser