Skip to content

Releases: torchlight-api/torchlight-laravel

v0.5.6

01 Nov 15:49
Compare
Choose a tag to compare

0.5.6 - 2021-11-01

Added

  • Added the ability to run post-processors per block rather than globally. (#20)

New Contributors

Full Changelog: v0.5.5...v0.5.6

v0.5.5

06 Sep 14:23
Compare
Choose a tag to compare

Changed

  • Changed the signature of the file processor.

v0.5.4

06 Sep 14:10
Compare
Choose a tag to compare

0.5.4 - 2021-09-06

Added

  • Added the ability to configure the directories where Torchlight looks for snippets.

v0.5.3

14 Aug 17:30
Compare
Choose a tag to compare

0.5.3 - 2021-08-14

Changed

  • Post-processors don't run if Laravel is compiling views.

Added

  • You can set tab_width to false to output literal tabs into the rendered HTML.

Fixed

  • Livewire middleware won't be registered for V1 of Livewire, since it's not possible.

v0.5.2

02 Aug 22:48
0838ff3
Compare
Choose a tag to compare

0.5.2 - 2021-08-02

Fixed

  • Replace tabs with spaces in code before it's sent to the API.

v0.5.1

01 Aug 22:53
a1a0766
Compare
Choose a tag to compare

0.5.1 - 2021-08-01

Added

  • Added support for Laravel Livewire (#10)
  • Added post-processors to allow your app to hook into the rendered response before it's sent to the browser.

v0.5.0

31 Jul 17:46
Compare
Choose a tag to compare

Changed

  • Changed the signature for the Manager class. Remove the requirement for the container to be passed in.

v0.4.6

28 Jul 16:33
Compare
Choose a tag to compare

0.4.6 - 2021-07-28

Added

  • Added the ability to send options from the config file to the API.

v0.4.5

18 Jul 19:53
ae6d49e
Compare
Choose a tag to compare

0.4.5 - 2021-07-18

Changed

  • The default response (used if a request fails) now includes the <div class='line'> wrappers

v0.4.4

16 Jun 19:53
Compare
Choose a tag to compare

0.4.4 - 2021-06-16

Fixed

  • Catch ConnectionExceptions in addition to exceptions from the Torchlight API.