This repository has been archived by the owner on May 20, 2024. It is now read-only.
v1.13.0
Hey, new release! What we've got here?
- NPM scripts are now much cleaner.
- Use
npm start -- --hmr
ornpm run serve -- --hmr
to launch with Hot Module Reloading. - JSPM and SystemJS emitter is more predictive, since now it's a Grunt task, and it finally has colors! Not to mention, that it can watch multiple packages in parallel.
- Easier releases with improved
npm version
command. How? Figure it out on your own. - Revisited Nunjucks
getPage()
function caching and options. If you still need to access raw page data, usegetPage(...).$raw
. - Fixed async Nunjucks templates. Now they actually work.
And I was too lazy to type other nice improvements. See changelog for details.