Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

v1.13.0

Compare
Choose a tag to compare
@ArmorDarks ArmorDarks released this 30 Mar 14:22
· 105 commits to master since this release

Hey, new release! What we've got here?

  • NPM scripts are now much cleaner.
  • Use npm start -- --hmr or npm 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, use getPage(...).$raw.
  • Fixed async Nunjucks templates. Now they actually work.

And I was too lazy to type other nice improvements. See changelog for details.