Skip to content

Releases: torchlight-api/torchlight-jigsaw

v0.3.4

21 Jul 17:01
Compare
Choose a tag to compare

Changed

  • Smaller chunks to the API

Full Changelog: v0.3.3...v0.3.4

v0.3.3

15 Feb 23:47
Compare
Choose a tag to compare

Fixed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

01 Feb 17:09
Compare
Choose a tag to compare

0.3.2 - 2022-02-01

Added

  • Added the ability to define multiple themes for e.g. dark mode.

Full Changelog: v0.3.1...v0.3.2

v0.3.1

02 Nov 20:22
Compare
Choose a tag to compare

0.3.1 - 2021-11-02

Added

  • Add some public hooks that let a developer insert their own blocks.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

18 Sep 20:27
Compare
Choose a tag to compare

0.3.0 - 2021-09-18

Changed

  • Set the Torchlight environment to "build" so the build will fail if Torchlight fails.
  • Throw an exception if there are Torchlight placeholders left behind in the build directory.

Fix

  • Code blocks that were indented instead of fenced did not get replaced. They do now!

v0.2.1

03 Aug 21:33
Compare
Choose a tag to compare

0.2.1 - 2021-08-03

Added

  • Add option to set theme per block by adding lang:theme e.g. php:github-light in markdown.

Changed

  • Chunk blocks into groups of 50, since Jigsaw sites can be massive.

v0.2.0

02 Aug 22:55
Compare
Choose a tag to compare

0.2.0 - 2021-08-02

Changed

  • Bumped minimum version of torchlight/torchlight-laravel to 0.5.0

v0.1.3

28 Jul 17:54
Compare
Choose a tag to compare

0.1.3 - 2021-07-28

Added

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

Changed

  • Bumped minimum version of torchlight/torchlight-laravel to 0.4.6

v0.1.2

21 Jul 02:00
Compare
Choose a tag to compare

Changed

  • Increase the default timeout to 15 seconds to cover large Jigsaw sites.

v0.1.1

17 Jun 15:57
Compare
Choose a tag to compare

0.1.1 - 2021-06-17

Changed

  • The torchlight.php config file now defaults to an environment variable for the token.

Fixed

  • Torchlight caused an error if there were no code blocks whatsoever.