Release v0.054

Tags:

Some important v1.0 changes here.

  • All pages now have a title, which means that we can have the page title in the <title> tag for better bookmarks
  • Documents can add stylesheets and scripts, for those times when the content needs special design or interactivity. See the Document object documentation for more information.
  • Template includes are now cached, which should dramatically improve the site build times. There is still a lot to do about performance, but this was a quick change.
  • Templates can now be arbitrarily nested. Previously, the API only allowed for a single level of depth, called the "category". Now, templates are simply given a full path, and organization is up to the app developer and theme author.

Full changelog below...

Comments