Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.51 KB

changelog.md

File metadata and controls

22 lines (18 loc) · 1.51 KB

Roots Changelog

Beginning with version 2.0.0, we will be maintaining a changelog to show what changes have been implemented each release. We hope that this will help roots users to stay informed about the updates being made and avoid breakage when a major or minor version bump occurs.

2.0.0

(released 06/24/2013)

  • new app.coffee format, no longer uses exports, see this example
  • in all templates, yield has been changed to content, see visionmedia/jade#153
  • you can now use custom templates with roots. See roots template docs for details
  • multipass compilation added, see docs
  • fixed a bug that indcreases compile speed significantly for non-ignored files and makes the compiler not bomb when you delete a file
  • roots version number printed in app.coffee file on generation
  • static files now symlinked when running watch, increases dev speed
  • sort function added for easy ordering of dynamic content, see docs
  • roots js command changed to roots pkg, option to use cdnjs added
  • github pages deployer added, use roots deploy --gh-pages
  • roots update command removed, use npm instead
  • all dependencies updated to the latest version
  • readme file significantly cleaned up, documentation on roots.cx revised and expanded