summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-08-03 12:16:00 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-08-03 12:16:00 +0200
commitbda640d4ee7050e7b13c40a2f6fb41a4c1d4c564 (patch)
tree127aa8c0690dcdd4a555ae26cd22272d9342e914 /Changelog
parent1dc2a62d5dfc6225a9b89f476cbbe44f0fb598d5 (diff)
downloadzorglub-bda640d4ee7050e7b13c40a2f6fb41a4c1d4c564.zip
zorglub-bda640d4ee7050e7b13c40a2f6fb41a4c1d4c564.tar.gz
update Changelog
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog44
1 files changed, 27 insertions, 17 deletions
diff --git a/Changelog b/Changelog
index 304ed04..1aed465 100644
--- a/Changelog
+++ b/Changelog
@@ -1,26 +1,36 @@
-2011-05-26 Jérémy Zurcher <jeremy@asynk.ch>
- * Project creation
-
-2011-09-13 Jérémy Zurcher <jeremy@asynk.ch>
- * usable WIP
+2012-XX-YY Jérémy Zurcher <jeremy@asynk.ch>
+ * release 0.6
+ * add sass engine
+ * use Bundler
+ * enable travis
-2012-01-04 Jérémy Zurcher <jeremy@asynk.ch>
- * lots of code cleanup
- * replace Helpers Module with Node#inherited_var Node@inherited_vars
- * rewrite session so it is compatible with Rack SessionHash
- * update test application and write specs
+2012-01-17 Jérémy Zurcher <jeremy@asynk.ch>
+ * release 0.5
+ * Node code cleanup
+ * class and method level directives are now view!, layout!, no_layout!, ...
+ * add view_base_path! and layout_base_path!
+ * before_all and after_all are based on inherited_vars
+ * add Zorglub::Config.debug
+ * Zorglub::App swallows Zorglub::Config
2012-01-05 Jérémy Zurcher <jeremy@asynk.ch>
+ * release 0.3 and 0.4
* haml, file engines
* view/layout extention overriding at methode level
* optional engine cache
* optional engine proc mime-type definition
* optional static page generation/cache
-2012-01-17 Jérémy Zurcher <jeremy@asynk.ch>
- * Node code cleanup
- * class and method level directives are now view!, layout!, no_layout!, ...
- * add view_base_path! and layout_base_path!
- * before_all and after_all are based on inherited_vars
- * add Zorglub::Config.debug
- * Zorglub::App swallows Zorglub::Config
+2012-01-04 Jérémy Zurcher <jeremy@asynk.ch>
+ * release 0.2
+ * lots of code cleanup
+ * replace Helpers Module with Node#inherited_var Node@inherited_vars
+ * rewrite session so it is compatible with Rack SessionHash
+ * update test application and write specs
+
+2011-09-13 Jérémy Zurcher <jeremy@asynk.ch>
+ * usable WIP
+
+2011-05-26 Jérémy Zurcher <jeremy@asynk.ch>
+ * Project creation
+