Skip to content

Releases: keepsuit/laravel-temporal

v0.6.1

21 Mar 08:41
18c19dd
Compare
Choose a tag to compare

What's Changed

  • Add interface for Temporal class 🔧 (#10)

Full Changelog: v0.6.0...v0.6.1

v0.6.0

15 Mar 14:51
Compare
Choose a tag to compare

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.3

25 Jan 08:34
337bfde
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.2...0.5.3

v0.5.2

05 Jan 15:25
Compare
Choose a tag to compare
  • Allow to pass only workflow/activity name for mock

v0.5.1

06 Dec 11:57
Compare
Choose a tag to compare
  • Improved eloquent integration with dirty tracking (globally not attribute specific)

v0.5.0

29 Nov 11:00
86e7195
Compare
Choose a tag to compare
  • 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

20 Oct 12:41
Compare
Choose a tag to compare
  • Support serialization of Enums

v0.4.1

13 Oct 15:25
Compare
Choose a tag to compare
  • Allow to mock workflows without a running temporal server and worker
  • Allow to mock local activities