Releases: hirethunk/verbs
Releases · hirethunk/verbs
v0.6.4
What's Changed
- Add support for prompts v0.2 and v0.3 to make it compatible with the latest version of Laravel 11 by @joshhanley in #187
- Add Snowflake casts to Eloquent Model example in docs by @joshhanley in #188
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
- Add support for event state properties being nullable by @joshhanley in #179
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- Fix event state property loading by @joshhanley in #174
- Fix snapshot store loading by @joshhanley in #173
- Remove Laravel 10 before ensure support by @DanielCoulbourne in #175
Full Changelog: v0.6.1...v0.6.2
v0.6.0
v0.5.2
v0.5.1
v0.4.5
Note
This is bugfix release. Please upgrade from v0.4.4
to v0.4.5
as soon as possible.
What's Changed
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #147
- Fix how wormholes reset test time by @inxilpro in #148
- Use scoped singletons where appropriate by @inxilpro in #149
Full Changelog: v0.4.4...v0.4.5
v0.4.4
Warning
Please upgrade from v0.4.4
to v0.4.5
as soon as possible, as v0.4.4
introduced a bug that may cause issues when running Verbs in long-running processes like Octane or Queue workers.
What's Changed
- Fix disable autofill issue by @joshhanley in #120
- Fix typo in the event-lifecycle documentation by @cwdt in #114
- docs: reference the event lifecycle docs in "firing during replays". by @tsterker in #118
- World's nitpickiest docs fix by @tnorthcutt in #127
- only pass the event itself to the handler by @adamthehutt in #123
- Fire if valid by @DanielCoulbourne in #130
- Skip phases by @DanielCoulbourne in #131
- Set
last_event_id
in Dispatcher by @inxilpro in #133 - Use existing event object in
verb()
helper by @inxilpro in #134 - Add LRU cache for state manager by @inxilpro in #135
- Fix nullable props on NormalizeToPropertiesAndClassName by @DanielCoulbourne in #137
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #121
- [BUG] Use wormhole during the apply phase by @skylerkatz in #136
- Squash merge dependabot PRs by @inxilpro in #139
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #132
- Don't hydrate unset properties by @DanielCoulbourne in #141
- Simplify normalization of null by @inxilpro in #140
- Fix bug where we fail to serialize even with no required data. by @DanielCoulbourne in #142
- State instance cache by @inxilpro in #143
New Contributors
- @cwdt made their first contribution in #114
- @tsterker made their first contribution in #118
- @tnorthcutt made their first contribution in #127
- @adamthehutt made their first contribution in #123
Full Changelog: v0.4.3...v0.4.4