Spress v2.0.0-beta Release Notes

Release Date: 2015-10-15 // over 8 years ago
    • 👀 [New] Added a new converter for Markdown: ParsedownConverter. This converter is based on Parsedown by Emanuil Rusev. See http://parsedown.org/. Deals with issue #40.
    • 👀 [New] Added command plugins: a new kind of plugins witch provides subcommand for spress executable. See #56.
    • ⚡️ [New] Added self-update command with an alias selfupdate for keeping Spress up to date. See #60.
    • 👀 [New] Taxonomy generator for grouping content around a set of terms. See #57.
    • 👻 [New] Modified RenderizerInterface for throwing a Yosymfony\Spress\Core\ContentManager\Renderizer\Exception\RenderException if an error occurred during redering the content. Method affected: renderBlocks and renderPage.
    • [New] Added a new special attributte avoid_renderizer for avoiding the renderizer phase over an item.
    • [Improved] Additional autoload only be processed if exists a composer.json file in the root of the site folder.
    • 👀 [Fixed] The separator for tags and categories of new:post command has been changed from space to comma. See issue #51.
    • 🚀 [Fixed] New template for spress plugin scaffold (new:plugin command) - fixed for 2.0 release. See issue #55.
    • 🏗 [Fixed] The setUp method of FilesystemDataWriter removes the whole content of the output dir but VCS files. This means thatsite:build` command doesn't remove the VCS files.
    • [Deleted] Deleted the site:new alias for command new:site.