Skip to content

Releases: MacPaw/extended_mock_http_client

v4.0.1

15 Jan 15:53
888dc2e

Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

03 May 09:53
ebf0eab

Choose a tag to compare

!! Changed minimal PHP version to 8.1 !!

What's Changed

  • feat change min version php and change enum to native by @Yozhef in #31

Full Changelog: v3.1.1...v4.0.0

v3.1.1

13 Jan 11:37
c76ec5a

Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

20 Sep 13:33
bea001a

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

18 Apr 09:30

Choose a tag to compare

3.0.0 (2022-04-18)

⚠ BREAKING CHANGES

  • api,builder,bundle: rewrote internal api, builder, bundle
  • api,builder,bundle: Rewrote almost all

Features

  • api,builder,bundle: Rewrote almost all (342548f)
  • api,builder,bundle: Rewrote almost all (d7f75d3)

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

06 Dec 12:36

Choose a tag to compare

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

22 Nov 09:45
bb99569

Choose a tag to compare

Fix Array comparator (null value)

01 Nov 09:46
3451d47

Choose a tag to compare

Merge pull request #19 from MacPaw/fix/fix_array_comparator_null_value

fix: fix array comparator null value

Array comparator + Array count comparator

24 Oct 18:00
ef86297

Choose a tag to compare

Merge pull request #18 from MacPaw/feat/array_comparator

feat: added flexible array comparator + array count comparator

Regex comparator

21 Oct 10:22
08481da

Choose a tag to compare

Merge pull request #17 from MacPaw/feat/regex_comparator

feat: regex comparators