/scalate-website/src/blog/releases/release-1.5.1.page
http://github.com/scalate/scalate · Visualforce Page · 56 lines · 43 code · 13 blank · 0 comment · 0 complexity · 1b622e1cd0bb2b69e6a1ed1d5ac640ba MD5 · raw file
- ---
- blog_post: false
- title: Scalate 1.5.1 Released
- author: Hiram Chirino
- author_url: http://hiramchirino.com
- created_at: 2011-08-08 12:06:40 -0000
- layout: /WEB-INF/scalate/layouts/blog-post.jade
- ---
- The [Scalate team](http://scalate.fusesource.org) is pleased to announce the
- availability of Scalate 1.5.1
- Scalate is a [Scala 2.9.0](http://www.scala-lang.org) based <a
- href="http://en.wikipedia.org/wiki/Template_engine_(web)">template
- engine</a> which can be used stand alone, with servlets or web frameworks
- like [JAXRS](http://scalate.fusesource.org/documentation/jog.html),
- [Lift](http://scalate.fusesource.org/documentation/lift.html) or
- [Play](http://github.com/pk11/play-scalate) or in integration frameworks
- like [Apache Camel](http://camel.apache.org/scalate.html).
- The following template languages are supported through the same common API:
- * [Ssp](http://scalate.fusesource.org/documentation/ssp-reference.html#syntax)
- which is like a Scala version of [Velocity](http://velocity.apache.org/),
- JSP or Erb from Rails
- * [Scaml](http://scalate.fusesource.org/documentation/scaml-reference.html)
- which is a Scala dialect of [Haml](http://haml-lang.com/) for very DRY
- markup along with the
- [Jade](http://scalate.fusesource.org/documentation/jade.html) syntax
- * [Mustache](http://scalate.fusesource.org/documentation/mustache.html)
- which is a Scala dialect of [Mustache](http://mustache.github.com/) for
- logic-less templates which also work inside the browser using
- [mustache.js](http://github.com/janl/mustache.js)
- All expressions inside
- [Ssp](http://scalate.fusesource.org/documentation/ssp-reference.html#syntax),
- [Scaml](http://scalate.fusesource.org/documentation/scaml-reference.html)
- and [Jade](http://scalate.fusesource.org/documentation/jade.html) benefit
- from the full power and expressiveness of Scala plus they are typesafe and
- checked at edit/compile time to ensure you don't leave any mistakes in your
- templates.
- **Scalate 1.5.1 Highlights**
- * Updated the archetypes to use [Jade](http://scalate.fusesource.org/documentation/jade.html) rather than Scaml (as its the hotness ;-) and included the markdown dependency so new projects can easily mix Jade and Markdown.
- * Fixed [#252](http://scalate.assembla.com/spaces/scalate/tickets/252) : Maven sitegen goal should set the work directory
- * Fixed [#251](http://scalate.assembla.com/spaces/scalate/tickets/251) : Dynamically generated template sources should be stored under the scalate working directory and avoid using package declarations.
- * fixed the Sass filter to wrap it in the <style> element like the CssFilter - and added a test case
- For more detail see the [Full Change Log](http://www.assembla.com/spaces/scalate/milestones/404756-1-5-1)
- [Feedback](http://scalate.fusesource.org/community.html) is always welcome!