Skip to content

Releases: joserick/laravel-livewire-discover

v1.0.0

17 Sep 21:13
Compare
Choose a tag to compare
  • Added dot-notation to find of components.
  • Nested namespaces resolved, based on #3
  • Added auto-creation components via specified directory.

Version 0.3.2

04 Mar 08:13
96eea3e
Compare
Choose a tag to compare
  • Resolve and overwrite variable alias for storage.
  • Added doc the possibility of name resolution when loading component from route.

Version 0.3.1

01 Mar 16:05
890e85c
Compare
Choose a tag to compare
  • Added illustration
  • Elimination of line of code without effect
  • Use of 'Callable' through array for resolveMissingComponent

Version 0.3.0

20 Feb 03:21
Compare
Choose a tag to compare

- The code was refactored, improving logic and performance.

Version 0.2.0

15 Feb 08:36
Compare
Choose a tag to compare

Version 0.1.3

15 Feb 00:58
Compare
Choose a tag to compare

Version 0.1.2

06 Feb 21:20
Compare
Choose a tag to compare
  • Implementation of the 'singleton' functionality for storing classes and prefixes.

Version 0.1.1

26 Jan 17:21
Compare
Choose a tag to compare
  • Updated Documentation
  • Remove residual code

Version 0.1.0

25 Jan 16:30
Compare
Choose a tag to compare

Initial release

  • Added the load multiple namespaces for livewire using the 'discover' method
  • Added the load multiple namespaces for livewire using the config file.