This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap-website".

The branch, master has been updated
       via  9a10c6b9b585ba3d1b132920fef17e80e7db5f10 (commit)
      from  b69e5957d390ca06678c3edae03ed509df176447 (commit)


Summary of changes:
 .../content/2011/04/10/heist-0.5.1-released.md     |   37 ++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)
 create mode 100644 blogdata/content/2011/04/10/heist-0.5.1-released.md

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9a10c6b9b585ba3d1b132920fef17e80e7db5f10
Author: Mighty Byte <[email protected]>
Date:   Sun Apr 10 19:30:24 2011 -0400

    Release notes for Heist 0.5.1.0.

diff --git a/blogdata/content/2011/04/10/heist-0.5.1-released.md 
b/blogdata/content/2011/04/10/heist-0.5.1-released.md
new file mode 100644
index 0000000..784b259
--- /dev/null
+++ b/blogdata/content/2011/04/10/heist-0.5.1-released.md
@@ -0,0 +1,37 @@
+| title: Announcing: Heist v0.5.1
+| author: Doug Beardsley <[email protected]>
+| published: 2011-04-10T18:50:00-0400
+| updated: 2011-04-10T18:50:00-0400
+| summary: Release notes for Heist 0.5.1.
+
+The Snap team is proud to announce the release of Heist 0.5.1.  This release
+is a direct result of experience gained in real-world use.  We really like the
+way Heist is shaping up, and we think you will too.
+
+
+## New Features
+
+  - Head merging.  Now you can use <head> at any place in any template as long
+    as it is a descendent of <html>.  All occurrences of <head> will be moved
+    to the top of the page and concatenated in the order they were encountered.
+    This improves modularity by allowing you to include css and javascript
+    files in the templates where they are used rather than in a top-level
+    template.
+
+  - A <cache> tag.  This is similar to <static>, but reloads the content when
+    the specified time to life expires.
+
+  - A number of new functions for common patterns of use.  This includes
+    textSplice, mapSplices, and the runChildren variants.
+
+  - The <bind> tag now accepts paramaters similar to <apply>.
+
+
+## Bugfixes/Improvements
+
+  - Fixed a bug in lookupTemplate that caused callTemplate and evalTemplate to
+    mistakenly fail to find templates in one subdirectory when the current
+    context was a different subdirectory.
+
+  - Corrected mistakes in haddock docs.
+
-----------------------------------------------------------------------


hooks/post-receive
-- 
snap-website
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to