/scalate-website/src/blog/releases/release-1.5.2.page

http://github.com/scalate/scalate · Visualforce Page · 56 lines · 43 code · 13 blank · 0 comment · 0 complexity · bde37f7f9a7cf629e03f11fc65171ad6 MD5 · raw file

  1. ---
  2. blog_post: true
  3. title: Scalate 1.5.2 Released
  4. author: James Strachan
  5. author_url: http://macstrac.blogpost.com
  6. created_at: 2011-09-09 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.2
  11. Scalate is a [Scala 2.9.1](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.2 Highlights**
  38. * Server side compilation of CoffeeScript in the [:coffeescript filter](http://scalate.fusesource.org/documentation/jade-syntax.html#filters) - many thanks for the [patch](https://github.com/scalate/scalate/pull/6)
  39. * Provide a Scala 2.8.1 distribution of Scalate (version **1.5.2-scala_2.8.1**) for easier [Play](http://www.playframework.org/) integration and working with other Scala 2.8.x projects.
  40. * Minor improvements in the use of the ScalaCompiler to make it easier to support [Lifty](http://lifty.github.com/) as a plugin inside [SBT](https://github.com/harrah/xsbt/wiki) - thanks for the help and welcome to the team [Mads](https://github.com/mads379)
  41. * Fixed [#260](http://scalate.assembla.com/spaces/scalate/tickets/260) : Scalate distro does not include all the jars required for textile support
  42. For more detail see the [Full Change Log](http://www.assembla.com/spaces/scalate/milestones/529481-1-5-2)
  43. [Feedback](http://scalate.fusesource.org/community.html) is always welcome!