This is our 8th release, codenamed Johnny JSTransformer.
We've switched from consolidate.js to JSTransformer for template engine support, added support for a config file, and more! 🎉
Breaking Changes
- Removed
_draftsupport and the--devCLI flag d19239a - Changed the JS API to use Promises instead of callbacks a229f5d
- Switched from consolidate.js to JSTransformer 92aa818
- Can't set template engine options in
_defaultsfiles
- Can't set template engine options in
_pathdoesn't include the original file extension, use_extif you need it e394b0c
New Features
- Can configure template engines in
onessg.config.jsb3078c2 - onessg now makes
_extavailable to templates e394b0c
Other Changes
- More refactoring 5c48a26