10.1.0-beta1
Pre-release
Pre-release
What's Changed
- ci: Run all examples at once on windows by @tienvx in #637
- refactor: Split autoload for each example by @tienvx in #633
- feat: Add graphql example by @tienvx in #634
- deps: Allow update to PHPUnit 11.3 by @tienvx in #635
- feat: Add variables to graphql example by @tienvx in #638
- Use body parsing middleware by @tienvx in #639
- refactor: Install rector and auto refactor by @tienvx in #640
- refactor: Use PHP 8.0 constructor property promotion feature by @tienvx in #642
- chore: Add type hint by @tienvx in #643
- refactor: Wrap ffi call > pactffi_with_multipart_file_v2 by @tienvx in #644
- refactor: Wrap ffi call > pactffi_with_binary_file by @tienvx in #645
- refactor: Wrap ffi call > pactffi_with_body by @tienvx in #646
- refactor: Use ffi call wrappers by @tienvx in #647
- refactor: Wrap ffi call > get specification enum methods by @tienvx in #648
- refactor: Use ffi call wrappers by @tienvx in #649
- refactor: FFI client hide get() method by @tienvx in #650
- refactor: Move helper code to new directory by @tienvx in #651
- feat: Add composer test coverage command by @tienvx in #653
- refactor: Wrap ffi call > set interaction attributes methods by @tienvx in #652
- refactor: Wrap ffi call > new interaction methods by @tienvx in #654
- refactor: Wrap ffi call > setup interaction methods by @tienvx in #655
- refactor: Wrap ffi call > setup message interaction methods by @tienvx in #656
- fix: Fix wrong value of env PACT_DO_NOT_TRACK by @tienvx in #658
- refactor: Wrap ffi call > setup pact methods by @tienvx in #657
- refactor: Wrap ffi call > setup mock server methods by @tienvx in #659
- refactor: Wrap ffi call > setup verifier methods by @tienvx in #660
- Wrap ffi call remaining methods by @tienvx in #661
- Ffi client hide call method by @tienvx in #662
- refactor: PHPStan max level > Fix 'expects string, string|null given' by @tienvx in #663
- refactor: PHPStan max level > Fix 'Cannot call method on null' by @tienvx in #664
- refactor: PHPStan max level > Fix 'Property does not accept null' by @tienvx in #665
- refactor: PHPStan max level > Fix wrong return type by @tienvx in #666
- refactor: PHPStan max level > Fix wrong parameter type by @tienvx in #667
- refactor: PHPStan max level > Fix wrong parameter type by @tienvx in #669
- refactor: PHPStan max level > Fix 'Cannot access property on null' by @tienvx in #668
- refactor: PHPStan max level > Fix errors on tests by @tienvx in #670
- chore: Update PHPStan level to max by @tienvx in #671
- refactor: Replace Slim Framework by Framework X by @tienvx in #673
- refactor: Compare strings directly by @tienvx in #674
- refactor: Define enums by @tienvx in #676
- feat: Support string contains single quote in matching expression by @tienvx in #675
- refactor: Merge formatters into matchers by @tienvx in #677
- feat: Support generators in more matchers by @tienvx in #678
- feat: Support fromProviderState generator in matching expression by @tienvx in #679
- refactor: Use 'never' return type by @tienvx in #682
- chore: Add semver generator example by @tienvx in #680
- chore: Add eachValue matcher's complex value example by @tienvx in #681
- docs: Fix running example commands by @tienvx in #683
- docs: Mark version 10 stable by @tienvx in #684
- chore(compatibility-suite): Show log by @tienvx in #686
- fix(compatibility-suite): Clean up mock server by @tienvx in #688
- feat: Allow logging to multiple sinks by @tienvx in #689
- feat: Provider state > allow param mixed value by @tienvx in #691
Full Changelog: 10.0.0...10.1.0-beta1