All notable changes to :package_name
will be documented in this file.
- Add Verbs v0.6 support by @joshhanley in #4
- @joshhanley made their first contribution in #4
Full Changelog: https://github.com/hirethunk/verbs-history/compare/v0.5.3...v0.6.0
Full Changelog: https://github.com/hirethunk/verbs-history/compare/v0.5.2...v0.5.3
Full Changelog: https://github.com/hirethunk/verbs-history/compare/v0.5.1...v0.5.2
Decided to peg version to Verbs version
- WIP add-custom-components by @DanielCoulbourne in #2
- @DanielCoulbourne made their first contribution in #2
Full Changelog: https://github.com/hirethunk/verbs-history/commits/v0.5.1
- Fix the mysql json order bug by @joshhanley in hirethunk/verbs#53
- Check for
componentHook
before calling it by @inxilpro in hirethunk/verbs#54
Full Changelog: https://github.com/hirethunk/verbs/compare/0.0.8...0.0.8.1
- Refactor event/pending event, and add a way to immediately commit an event by @inxilpro in hirethunk/verbs#27
- Add ability to include metadata on every event by @skylerkatz in hirethunk/verbs#14
- Make
fire
do nothing while replaying by @jdiddydave in hirethunk/verbs#35 - Fix typo in ids.md by @morpheus7CS in hirethunk/verbs#39
- Clean up serialization by @inxilpro in hirethunk/verbs#45
- Add id_type config by @jdiddydave in hirethunk/verbs#44
- Prevent model serialization by @inxilpro in hirethunk/verbs#47
- When deserializing, skip deserializing if source is already the destination type. by @DanielCoulbourne in hirethunk/verbs#50
- Test Affordances by @DanielCoulbourne in hirethunk/verbs#41
- State aliases by @inxilpro in hirethunk/verbs#48
- Fix auto-discovery exception messages by @matthewpaulking in hirethunk/verbs#49
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in hirethunk/verbs#51
- Add isAllowed() and isValid() methods for PendingEvent by @DanielCoulbourne in hirethunk/verbs#52
- @jdiddydave made their first contribution in hirethunk/verbs#35
- @morpheus7CS made their first contribution in hirethunk/verbs#39
- @matthewpaulking made their first contribution in hirethunk/verbs#49
Full Changelog: https://github.com/hirethunk/verbs/compare/0.0.7...0.0.8
- fix typo by @gpibarra in hirethunk/verbs#18
- Stop examples and workbench dirs being in the packagist repo by @morrislaptop in hirethunk/verbs#23
- Add Livewire support to commit Verbs just before render by @joshhanley in hirethunk/verbs#20
- Remove redundant "it it" from unit tests by @markjaquith in hirethunk/verbs#30
- Remove phases from events by @inxilpro in hirethunk/verbs#33
- Better handling of "stateless" events and singleton states by @inxilpro in hirethunk/verbs#32
- Fix testing setup for MySQL by @inxilpro in hirethunk/verbs#34
- Postgres support by @morrislaptop in hirethunk/verbs#28
- @gpibarra made their first contribution in hirethunk/verbs#18
- @morrislaptop made their first contribution in hirethunk/verbs#23
- @joshhanley made their first contribution in hirethunk/verbs#20
- @markjaquith made their first contribution in hirethunk/verbs#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/verbs#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