Skip to content

Releases: JonasPardon/laravel-event-visualizer

Laravel 11 support

08 Apr 09:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.4.4

v0.4.3

16 Mar 11:03
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @ukkok made their first contribution in #27

Full Changelog: v0.4.2...v0.4.3

Bump mermaid-php package to a stable version

26 Jun 16:17
Compare
Choose a tag to compare

Dependency bumps

20 Jun 19:42
Compare
Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #21

Full Changelog: v0.4.0...v0.4.1

Add support for dispatchChain and interfaces

20 May 13:07
aa816dd
Compare
Choose a tag to compare

What's Changed

  • Support Bus::dispatchChain by @joelvh in #19
  • Connect interfaces to event classes in graph by @joelvh in #20

New Contributors

Full Changelog: v0.3.1...v0.4.0

Add support for `dispatch_sync` helper

10 Jan 17:48
bd69735
Compare
Choose a tag to compare
Pre-release

Added

  • Support for dispatch_sync helper (#11 )

Parser rewrite

08 Jan 00:28
d7168d2
Compare
Choose a tag to compare
Parser rewrite Pre-release
Pre-release

This is a complete rewrite of the code parser and it adds support for the dispatch(...) and event(...) helpers.

Use mermaid-php

12 May 18:39
4b4f2dc
Compare
Choose a tag to compare
Use mermaid-php Pre-release
Pre-release

Added

Removed

  • Theme colors

Alpha release

09 May 20:37
2f58548
Compare
Choose a tag to compare
Alpha release Pre-release
Pre-release

Very basic support for events, listeners and jobs.

What works?

  • Bus::dispatch($job) and related methods (dispatchNow, ...)
  • Event::dispatch($event)
  • $busDispatcher->dispatch($job) and related methods (dispatchNow, ...)
  • EventDispatcher->dispatch($event)

What doesn't work?

Everything else 🤷🏻‍♂️