Releases: LotusTM/Kotsu
v1.15.0
v1.14.1
v1.14.0
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.
v1.12.0
As usual, we're too lazy to copy changelog here.
With this release, you can get images sizes in Nunjucks templates via imageSize
function, finally pass data from Grunt to fronted JavaScript by importing @data
and have a good day with lots of other nice additions.
And Kotsu is no longer using CoffeeScript. Pure ES6-only codebase.
See changelog for details.
1.11.0
1.10.0
1.9.0
1.8.0
1.7.0
This release truly can be called Data-related! And as usually, changelog does not fit into single screen...
Among many improvements and changes, finally added structured data as RDFa which should be part of any website, improved main data structure, implemented ability to control most part of page data through Front Matter, new reasonable property names and even added Data validation with some built-in refinements.
Check out changelog for details.
Now you see that list? Upgrading to Kotsu 1.7.0 will take a while, so go have fun...