Skip to content

v0.1.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@gamebox gamebox released this 09 Dec 20:45
· 33 commits to master since this release

This is the initial release for public consumption. There are a few pieces missing, and the documentation is rather light.

  • Injected content is not currently escaped. This will be addressed VERY soon
  • There is only a single transclusion allowed in an embedded template
  • All templates must be directly in the templates directory in the root of your project, and must have the suffix .twirl.html or .gwirl.html. This will change soon to .[ext].gwirl in the future, where ext is one of xml,html,md,txt.
  • There is probably small bugs I haven't found.