Releases: tighten/jigsaw
Releases · tighten/jigsaw
v1.3.32
- Support autoloading class components (PR #507)
- Improvements for PHPUnit assertion and fixtures (PR #519)
- Prefix test build commands with
php
for Windows compatibility (PR #497)
v1.3.31
- Add base files (
.gitattributes
, .editorconfig
, and contributing.md
) (#512)
- Ignore collection items without a matching handler (#496)
- Allow disabling pretty URLs via config file (#513)
- Use Tailwind CSS and PostCSS instead of SCSS in default installation (#510 )
v1.3.30
- Improved Windows compatibility (#495)
- Update default build scripts to not pass --env (#506)
- Add badges for build status, Packagist (#511)
- Add url() helper (#516)
- Some test updates due to the change of Tighten's Github namespace from
tightenco
to tighten
v1.3.29
- Fix
jigsaw init
failure due to incorrect typehints (#484)
v1.3.28
- Enable pagination on .blade.md templates (#478)
v1.3.27
- Made handling of config consistently a collection, rather than sometimes an array (#467)
- Added support for
.yml
and .yaml
to Blade hybrid files (#468)
v1.3.26
- Minor change to gitignore stub (#461)
- Fix
BladeCompiler
(again) to incorporate changes in Illuminate/View v 7.9.2 (#463)
v1.3.25
- Fix
BladeCompiler
to incorporate changes in Illuminate/View v 7.9.1 (#460)
v1.3.24
- Fix .env files due to breaking change on vlucas/phpdotenv 4.0 (#458)