Skip to content

Releases: facade/ignition

2.0.2

18 Mar 19:21
67f1677
Compare
Choose a tag to compare
  • fix execute solution route not defined (#265)

2.0.1

05 Mar 12:45
Compare
Choose a tag to compare
  • Fixes a bug when running on Vapor with the vendor folder split up

1.16.1

05 Mar 12:45
Compare
Choose a tag to compare
  • Fixes a bug when running on Vapor with the vendor folder split up

2.0.0

02 Mar 16:11
Compare
Choose a tag to compare
  • adds support for Laravel 7
  • drop support for Laravel 6 and below
  • git information won't be collected by default anymore (if you need this set collect_git_information to true in the flare config file)
  • MissingPackageSolutionProvider was added to the ignored_solution_providers because it potentially could be slow.

1.16.0

21 Jan 17:46
37f0947
Compare
Choose a tag to compare
  • add named routes (#197)

1.15.0

21 Jan 07:57
c3cb2e8
Compare
Choose a tag to compare
  • add exception to the bottom of the html (#230)

1.14.0

06 Jan 09:33
c6d3668
Compare
Choose a tag to compare
  • add indicator that solution is running (#212)

1.13.1

02 Jan 12:09
03a26e0
Compare
Choose a tag to compare
  • Remove external reference for icons (#134)

1.13.0

27 Nov 11:17
Compare
Choose a tag to compare
  • Allow custom grouping types

1.12.1

25 Nov 15:43
Compare
Choose a tag to compare
  • Detect multibyte position offsets when adding line numbers to the blade view - Fixes #193