Releases: philicevic/mix-html-builder
Releases · philicevic/mix-html-builder
Release v0.9.1
Changelog
- Improve tests
- Dependency updates and security fixes
Release v0.9.0
Changelog
- Add support to pass variables in layouts ( #19 )
- A lot of dependency updates and security fixes
Release v0.8.0
v0.7.2
Changelog
- Added the ability to pass "output" value as empty string (#23; Thanks to @yaroslawww!)
- Security patch
v0.7.1
v0.7.0
Changelog
- Laravel-Mix v6-Support (Thanks to @kevinruscoe!)
- Update dependencies; Added some new functionalities via a newer posthtml-include version
- Add package testing
- Security fixes
- Improve README
v0.6.1
Changelog
- Allow empty strings as input values for plugin options
v0.6.0
Changelog
- Allow customization of posthtml configurations (#13 - Thanks to @angelinetran!)
- Add option for cache busting (#1)
v0.5.1
v0.5.0
Changelog
- Add support for layouts via posthtml-extend
- Add option to pass data into partials => #7
- Fix webpack ignoring html files in subfolders while using
/**/=> #9 - Fix a lot of stuff in README, code quality and
package.json