All notable changes to :package_name
will be documented in this file.
- 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
- @gpibarra made their first contribution in hirethunk#18
- @morrislaptop made their first contribution in hirethunk#23
- @joshhanley made their first contribution in hirethunk#20
- @markjaquith made their first contribution in hirethunk#30
Full Changelog: https://github.com/hirethunk/verbs/compare/0.0.6...0.0.7
- 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
Fixes support for empty collection serialization.
This adds some improvements to how Laravel collections are serialized in Verbs.
Addresses some issues with the concurrency guards.
Initial release