Skip to content

Behapi v0.13

Compare
Choose a tag to compare
@Taluu Taluu released this 18 Jun 15:05
· 24 commits to master since this release
v0.13.0
56dc556

A new release (plagued ? :D) with some bc breaks, mainly the switch from using httplug to psr interfaces.

Changes since 0.12

  • Bumped to PHP 7.3 minimum
  • Switch from phpstan to psalm (#62)
  • Switch from HttPlug to PSR interfaces (#59)
  • Removed the Builder trait (#61)
  • Removed the PhpMatcher context (you can use it yourself)

An example directory has been added, but that is highly experimental : it is used when I tinker Behapi's code, to check I'm not breaking anything else than what I am assuming I am breaking. Some features are failing but that's on purpose.