All Versions
11
Latest Version
Avg Release Cycle
86 days
Latest Release
1402 days ago

Changelog History
Page 1

  • v0.13.0 Changes

    June 18, 2020

    ๐Ÿš€ 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.

  • v0.12.0 Changes

    December 10, 2018

    ๐Ÿš€ This release is mainly a work on contexts. It may contain a BC break or two, as some contexts were "removed", "renamed" or "changed".

    ๐Ÿš€ This release also uses beberlei's asserts instead of webmozart, because of its builders abilities for assert (Through Assert::that()), it has more assertions than the other one, and it seems to be more maintained too (even though @Nyholm's taken the project now).

    ๐Ÿ”„ Changes (BC Breaks included) since v0.11:

    • Split some assertions groups into their own traits. They'll probably be on their own context in the future (#52)
    • ๐Ÿ‘‰ Use beberlei/assert instead of webmozart/assert (#53 #38)
    • ๐Ÿ›  Fix the assertion on maxCount (0b999ee)
    • ๐Ÿ”€ Merged most collection / root steps (#52)
    • ๐Ÿ”€ Merged most positive / negative assertions (#52)

    Removal

    • BC Break (soft): The Behapi\Json\AbstractContext context is
      ๐Ÿ”€ gone and has been merged into Behapi\Json\Context (#52)
  • v0.11.0

    November 04, 2018
  • v0.10.0

    April 11, 2018
  • v0.9.1

    April 10, 2018
  • v0.9.0

    February 23, 2018
  • v0.8.2

    February 19, 2018
  • v0.8.1

    February 16, 2018
  • v0.8.0

    February 16, 2018
  • v0.7.0

    February 15, 2018