ChangeLog in nanoc-1.3.1 vs ChangeLog in nanoc-1.4
- old
+ new
@@ -1,5 +1,14 @@
+== 1.4
+
+* nanoc now supports ERB (as well as Erubis); Erubis no longer is a dependency
+* meta.yaml can now have haml_options property, which is passed to Haml
+* Pages can now have a 'filename' property, which defaults to 'index' [Dennis
+ Sutch]
+* Pages now know in what order they should be compiled, eliminating the need
+ for custom page ordering [Dennis Sutch]
+
== 1.3.1
* The contents of the 'assets' directory are now copied into the output
directory specified in 'config.yaml'
@@ -14,12 +23,12 @@
create_template (but not in compile)
== 1.2
* Sites now have an 'assets' directory, whose contents are copied to the
- 'output' directory when compiling
+ 'output' directory when compiling [Soryu]
* Added support for non-eRuby layouts (Markaby, Haml, Liquid, ...)
-* Added many more filters
+* Added more filters (Markaby, Haml, Liquid, RDoc [Dmitry Bilunov])
* Improved error reporting
* Accessing page attributes using instance variables, and not through @page,
is no longer possible
* Page attributes can now be accessed using dot notation, i.e. @page.title as
well as @page[:title]