Skip to content

v2.1.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@jescalan jescalan released this 27 Sep 20:48

(not yet released)

  • huge internal rewrite, more modular, more coffeescript, better test coverage
  • on compile, css is processed by autoprefixer
  • livereload tag no longer necessary, this happens internally (whoo!)
  • deep nested dynamic content has been implemented (see #230)
  • upgrade on all dependencies to the latest versions
  • [BREAKING] update to plugins, compile now takes three arguments, file, options, and callback. To fix, just add the options param on any plugin's compile function.