Releases: tighten/jigsaw
Releases · tighten/jigsaw
Escape spaces in build path
Spaces in the build path are now properly escaped when running the serve
command. Addresses #105.
v1.0.4
Lock down version of Silly CLI to avoid forcing PHP 7
Bugfixes
- Fixed issue on Windows when using gulp with local install, resolves #100 (thanks @kunstwort)
- Fixed issue where dotfiles (e.g.
.DS_Store
) caused collection builds to fail (thanks @tristanbailey)
Bugfixes
- Fixed bug in pagination when used on the homepage of a site (#101), thanks @MartinPeverelli
- Fixed bug which mistakenly appended a
.
to files without extensions (#96), thanks @paulredmond - PSR-2 cleanup and removing unnecessary imports (#97 and #98), thanks @lucasmichot
v1.0.0
- Adds support for collections of related content
- Adds support for helper methods in
config.php
- Adds support for using Blade with other text-type file formats, including
blade.md
,.blade.txt
,.blade.js
,.blade.json
,.blade.xml
, and.blade.rss
. - Adds ability to customize
source
andbuild
paths - Bumped Illuminate dependencies to 5.4
See upgrade instructions for breaking change regarding how variables are referenced in a template.
v0.6.4
v0.6.3
- Catch up our version numbers with our releases. :smh:
v0.6.2
v0.6.1
v0.6.0
env
is now an optional argument tobuild
, not an option, sojigsaw build local
is correct now, notjigsaw build --env=local
- Default gulpfile watches for changes in root as well as source
- Default gulp watch task can take environment to watch view
--env
or-e