Releases: torchlight-api/torchlight-laravel
Releases · torchlight-api/torchlight-laravel
v0.5.6
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
Changed
- Changed the signature of the file processor.
v0.5.4
0.5.4 - 2021-09-06
Added
- Added the ability to configure the directories where Torchlight looks for snippets.
v0.5.3
0.5.3 - 2021-08-14
Changed
- Post-processors don't run if Laravel is compiling views.
Added
- You can set
tab_width
tofalse
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
0.5.2 - 2021-08-02
Fixed
- Replace tabs with spaces in code before it's sent to the API.
v0.5.1
v0.5.0
Changed
- Changed the signature for the Manager class. Remove the requirement for the container to be passed in.
v0.4.6
0.4.6 - 2021-07-28
Added
- Added the ability to send
options
from the config file to the API.
v0.4.5
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
0.4.4 - 2021-06-16
Fixed
- Catch
ConnectionException
s in addition to exceptions from the Torchlight API.