ChangeLog in nanoc-1.2 vs ChangeLog in nanoc-1.3
- old
+ new
@@ -1,13 +1,26 @@
+== 1.3
+
+* The @pages array now also contains uncompiled pages
+* Pages with 'skip_output' set to true will not be outputted
+* Added new filters
+ * Textile/RedCloth
+ * Sass
+* nanoc now warns before overwriting in create_site, create_page and
+ create_template (but not in compile)
+
== 1.2
-* Sites now have an 'assets' directory, whose contents are copied to the 'output' directory when compiling
+* Sites now have an 'assets' directory, whose contents are copied to the
+ 'output' directory when compiling
* Added support for non-eRuby layouts (Markaby, Haml, Liquid, ...)
* Added many more filters
* 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]
+* 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]
== 1.1.3
* Fixed bug which would cause pages without layouts to be outputed incorrectly
@@ -19,15 +32,17 @@
== 1.1
* Added support for nested layouts
* Added coloured logging
* @page now hold the page that is currently being processed
-* Index files are now called “content” files and are now named after the directory they are in [Colin Barrett]
+* Index files are now called “content” files and are now named after the
+ directory they are in [Colin Barrett]
* It is now possible to access @page in the page’s content file
== 1.0.1
-* Fixed a bug which would cause a “no such template” error to be displayed when the template existed but compiling it would raise an exception
+* Fixed a bug which would cause a “no such template” error to be displayed
+ when the template existed but compiling it would raise an exception
* Fixed bug which would cause pages not to be sorted by order before compiling
== 1.0
* Initial release