HISTORY.md in hydeweb-0.1.1 vs HISTORY.md in hydeweb-0.1.2

- old
+ new

@@ -1,5 +1,17 @@ +v0.1.2 +------ + + - Allow `hyde create .` to add a hyde.conf in the current folder. + - Revamp the help screen. + - Fix: change the default load path for Sass/SCSS to 'css'. + - Add Page#depth. + - Fix Page#breadcrumbs. + - Fix Page#parent. + - Add the `rel` helper. + - Generated Hyde projects are now Rack-compatible. + v0.1.1 ------ - Default project is now simpler. The site_path is `.`. - Implement `Project#build`. @@ -9,11 +21,16 @@ - Fix `hyde start`. v0.1.0 ------ - - Complete rewrite. Many thing have been deprecated. - - Now uses Tilt and Shake. +**Complete rewrite.** Many thing have been deprecated. + + - Now uses Tilt (for templates), Shake (for CLI) and Cuba (for the server). + - Now supports everything Tilt supports: CoffeeScript, Liquid, etc. + - Allow `tilt_options` in hyde.conf. + - Old extensions will be broken (but who made any yet, anyway?) + - Update the `hyde create` template's gitignore file to account for _public. v0.0.8 ------ - Add support for subclassing. (just add a 'type' meta)