Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 4.31 KB

changelog.md

File metadata and controls

37 lines (25 loc) · 4.31 KB

Scalate

Scalate 1.2, released 2010-07-30

  • Scalate now supports the Mustache template language which is a Scala dialect of Mustache for logic-less templates which also work inside the browser using mustache.js. Support for Mustache uses the same common Scalate API so it works with all the existing Scalate adapters such as servlets, JAXRS, Lift or Play and Apache Camel
  • Scalate is now built on top of Scala 2.8.0 final release
  • Scuery for jQuery style transformation of HTML or XHTML using CSS3 selectors
  • the console can be more easily reused in your application without using WAR overlays and templates can be loaded via the classloader to help make more modular web applications without relying on WAR overlays
  • improvements in associating different template languages to files/URIs/strings/streams in a more flexible API
  • various improvements in the accuracy of the mapping of scala compiler errors to positions in the template source file which are then shown and linked in the console
  • improved maven plugin for precompiling templates

For more detail see the Full Change Log

Scalate 1.1, released 2010-04-15

For more detail see the Full Change Log

Scalate 1.0, released 2010-04-06

Initial release with support for the following template languages

  • Ssp which is like a Scala version of JSP or Erb from Rails
  • Scaml which is a Scala dialect of Haml for very DRY markup