9.27.0 (2021-10-03)
Bug Fixes
- remove "stream" dependency in browser bundles, #396 (3b5eb66)
- renderToNodeStream() now emit 'error' event instead of throw (afeef1d)
Features
- add
layouts
,partials
apart fromroot
, #395 (b9ae479) - renderFileToNodeStream(filepath, scope) (68c4cfc)
Performance Improvements
- make the most of streamed rendering (aea3441)