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

http://github.com/scalate/scalate · Visualforce Page · 62 lines · 49 code · 13 blank · 0 comment · 0 complexity · 326b359679deb88c086dab9d3a77e404 MD5 · raw file

  1. ---
  2. blog_post: true
  3. title: Scalate 1.4.1 Released
  4. author: Hiram Chirino
  5. author_url: http://hiramchirino.com/blog
  6. created_at: 2011-02-25 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
  10. the availability of Scalate 1.4.1.
  11. Scalate is a [Scala 2.8.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.4.1 Highlights**
  38. This is a bug fix release:
  39. * Fixes [#219](http://scalate.assembla.com/spaces/scalate/tickets/219) removes the error attributes from the request context if scalate directly rendered the error page.
  40. * Fixes [#221](http://scalate.assembla.com/spaces/scalate/tickets/221) to add a scalate-web dependency and use it in scalate-war for simplicity
  41. * Added scala-library dependency to scalate-util; if you want to exclude this dependency due to different scala versions you can add an exclusion easily. scala-compiler is an optional dependency on scala-core now
  42. * Fixes [#220](http://scalate.assembla.com/spaces/scalate/tickets/220) so that we can use tomcat:run inside archetypes and projects inside scalate
  43. * Fixes to the spring mvc integration to make the contentType works
  44. * Fixes scalate core so it can run on Java 1.5 once again
  45. * Fixes [#216](http://scalate.assembla.com/spaces/scalate/tickets/216) to let users properly override the number format
  46. * Fixes [#199](http://scalate.assembla.com/spaces/scalate/tickets/199) to treat java collections and Maps better in mustache
  47. * Fixes SBT pre-compiler and sitegen plugins
  48. For more detail see the [Issue Log](http://www.assembla.com/spaces/scalate/milestones/351597-1-4-1)
  49. [Feedback](${uri("/community.html")}) is always welcome!