Releases: MacPaw/extended_mock_http_client
Releases · MacPaw/extended_mock_http_client
v4.0.1
v4.0.0
v3.1.1
v3.1.0
What's Changed
- chore(deps-dev): bump semantic-release from 17.4.7 to 19.0.3 by @dependabot in #27
- chore(deps): bump semver-regex from 3.1.3 to 3.1.4 by @dependabot in #26
- eat(api,builder,form-data): add form-data data transformer by @alekseytupichenkov in #29
Full Changelog: v3.0.0...v3.1.0
v3.0.0
3.0.0 (2022-04-18)
⚠ BREAKING CHANGES
- api,builder,bundle: rewrote internal api, builder, bundle
- api,builder,bundle: Rewrote almost all
Features
Bug Fixes
- api,builder,bundle: added script to run tests locally (6e018fd)
- api,builder,bundle: fix ci tests (6f32a52)
- api,builder,bundle: fix code style (dcdd2ad)
- api,builder,bundle: fix Kernel class for support old Symfony versions (9985cbe)
- api,builder,bundle: fix phpstan (08573f2)
- api,builder,bundle: fix support different php versions (4462338)
- api,builder,bundle: improve dev-tests shll script (63fc3dd)
v2.6.0
2.6.0 (2021-12-06)
Features
- ci: add git hub action automatical release (0062228)
- ci: add git hub action build (c7ad7a5)
- ci: add git hub action check phpcs and phpstan (edcdc52)
- ci: add git hub action check gitleaks (e9dba87)
- ci: add git hub action validate composer (6a3a51e)
- ci: remove support azp ci (8e0b740)
Bug Fixes
- ci: add commit lint (d6d9c3e)
- ci: add contributing doc (9a9cb62)
- ci: add contributing doc (be01c11)
- ci: add git hub action composer validate (4b8dc0f)
- ci: add log code coverage (184a386)
- ci: add log code coverage (2ff763f)
- ci: add log code coverage (edd177c)
- ci: add log code coverage (0821441)
- ci: add log code coverage (5374137)
- ci: add log code coverage (01562d2)
- ci: add release config (c402466)
- ci: add security policy (fd3ce28)
- ci: add support symfony 6 (816d692)
- ci: add support symfony 6 (495c9b7)
- ci: package config (95068c3)
- ci: upadate ignore config (13e3005)
- ci: update config ci (ccc9357)
- ci: update readme (5b1b035)
v2.5.2: Merge pull request #20 from MacPaw/fix/fix_null_value_in_headers
fix: correct parse null value in headers
Fix Array comparator (null value)
Merge pull request #19 from MacPaw/fix/fix_array_comparator_null_value fix: fix array comparator null value
Array comparator + Array count comparator
Merge pull request #18 from MacPaw/feat/array_comparator feat: added flexible array comparator + array count comparator
Regex comparator
Merge pull request #17 from MacPaw/feat/regex_comparator feat: regex comparators