Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

49 lines (30 loc) · 1.91 KB

Changelog

All notable changes to :package_name will be documented in this file.

v0.0.7 - 2023-12-07

What's Changed

  • fix typo by @gpibarra in hirethunk#18
  • Stop examples and workbench dirs being in the packagist repo by @morrislaptop in hirethunk#23
  • Add Livewire support to commit Verbs just before render by @joshhanley in hirethunk#20
  • Remove redundant "it it" from unit tests by @markjaquith in hirethunk#30
  • Remove phases from events by @inxilpro in hirethunk#33
  • Better handling of "stateless" events and singleton states by @inxilpro in hirethunk#32
  • Fix testing setup for MySQL by @inxilpro in hirethunk#34
  • Postgres support by @morrislaptop in hirethunk#28

New Contributors

Full Changelog: https://github.com/hirethunk/verbs/compare/0.0.6...0.0.7

v0.0.6 - 2023-11-22

What's Changed

  • Add support for interfaces in the expectsParameters check on MethodFi… by @DanielCoulbourne in hirethunk#19

Full Changelog: https://github.com/hirethunk/verbs/compare/0.0.5...v0.0.6

v0.0.5 - 2023-11-20

Fixes support for empty collection serialization.

v0.0.4 - 2023-11-19

This adds some improvements to how Laravel collections are serialized in Verbs.

v0.0.3 - 2023-11-17

Addresses some issues with the concurrency guards.

v0.0.1 - 2023-11-16

Initial release