/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

  1. ---
  2. blog_post: false
  3. title: Scalate 1.5.1 Released
  4. author: Hiram Chirino
  5. author_url: http://hiramchirino.com
  6. created_at: 2011-08-08 12:06:40 -0000
  7. layout: /WEB-INF/scalate/layouts/blog-post.jade
  8. ---
  9. The [Scalate team](http://scalate.fusesource.org) is pleased to announce the
  10. availability of Scalate 1.5.1
  11. Scalate is a [Scala 2.9.0](http://www.scala-lang.org) based <a
  12. href="http://en.wikipedia.org/wiki/Template_engine_(web)">template
  13. engine</a> which can be used stand alone, with servlets or web frameworks
  14. like [JAXRS](http://scalate.fusesource.org/documentation/jog.html),
  15. [Lift](http://scalate.fusesource.org/documentation/lift.html) or
  16. [Play](http://github.com/pk11/play-scalate) or in integration frameworks
  17. like [Apache Camel](http://camel.apache.org/scalate.html).
  18. The following template languages are supported through the same common API:
  19. * [Ssp](http://scalate.fusesource.org/documentation/ssp-reference.html#syntax)
  20. which is like a Scala version of [Velocity](http://velocity.apache.org/),
  21. JSP or Erb from Rails
  22. * [Scaml](http://scalate.fusesource.org/documentation/scaml-reference.html)
  23. which is a Scala dialect of [Haml](http://haml-lang.com/) for very DRY
  24. markup along with the
  25. [Jade](http://scalate.fusesource.org/documentation/jade.html) syntax
  26. * [Mustache](http://scalate.fusesource.org/documentation/mustache.html)
  27. which is a Scala dialect of [Mustache](http://mustache.github.com/) for
  28. logic-less templates which also work inside the browser using
  29. [mustache.js](http://github.com/janl/mustache.js)
  30. All expressions inside
  31. [Ssp](http://scalate.fusesource.org/documentation/ssp-reference.html#syntax),
  32. [Scaml](http://scalate.fusesource.org/documentation/scaml-reference.html)
  33. and [Jade](http://scalate.fusesource.org/documentation/jade.html) benefit
  34. from the full power and expressiveness of Scala plus they are typesafe and
  35. checked at edit/compile time to ensure you don't leave any mistakes in your
  36. templates.
  37. **Scalate 1.5.1 Highlights**
  38. * 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.
  39. * Fixed [#252](http://scalate.assembla.com/spaces/scalate/tickets/252) : Maven sitegen goal should set the work directory
  40. * 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.
  41. * fixed the Sass filter to wrap it in the <style> element like the CssFilter - and added a test case
  42. For more detail see the [Full Change Log](http://www.assembla.com/spaces/scalate/milestones/404756-1-5-1)
  43. [Feedback](http://scalate.fusesource.org/community.html) is always welcome!