I’ve just pushed nanoc 3.3. This relase adds a few new features which are listed below. You can, as always, update your nanoc using “gem update nanoc”. If you find any issues with this release, please let me know at https://github.com/ddfreyne/nanoc/issues/new.
One important change is that the “3” suffix has been dropped. The “nanoc3” gem and the “Nanoc3” namespace are now deprecated and replaced by the “nanoc” gem and the “Nanoc” namespace, respectively. This effectively means that you can drop the 3 suffix everywhere (though it won’t harm if you continue using it). You can safely uninstall the “nanoc3” gem as well.
The changes:
Base:
* Dropped the “3” suffix on nanoc3/Nanoc3
* Turned Rake tasks into proper nanoc commands
* Improved dependency tracking
* Added support for locals in filters and layouts
Extensions:
* Added support for deployment using Fog [Jack Chu]
* Added CoffeeScript filter [Riley Goodside]
* Added XSL filter [Arnau Siches]
* Added YUICompress filter [Matt Keveney]
* Added pygments.rb to supported syntax colorizers
* Allowed syntax colorizer to colorize outside `pre` elements [Kevin Lynagh]
* Added support for HTTPS link validation [Fabian Buch]
* Added support for (automatically) pruning stray output files [Justin Hileman]
* Added deploy command
Cheers,
Denis