Releases: keepsuit/laravel-temporal
Releases · keepsuit/laravel-temporal
v0.6.0
What's Changed
- Improved phpstan types (#6)
- Added phpstan extension to resolve temporal proxy classes methods and return types
- Improved test worker handling
- Update trait name in ReadMe 📚 (#8)
Full Changelog: 0.5.3...v0.6.0
v0.5.2
- Allow to pass only workflow/activity name for mock
v0.5.1
- Improved eloquent integration with dirty tracking (globally not attribute specific)
v0.5.0
- Discover activities and workflows classes (without interface)
- Refactor make commands to generate activities and workflow classes without interface (by default) or only the interface (useful for remote execution)
v0.4.2
- Support serialization of Enums
v0.4.1
- Allow to mock workflows without a running temporal server and worker
- Allow to mock local activities