Spress v2.0.0-rc Release Notes

Release Date: 2015-12-07 // over 8 years ago
  • What's new in this release?

    • [New] Added MemoryDataSource, a datasource for generating dynamic content.
    • [New] Support to sort items at PaginationGenerator with attributes sort_by and `sort_type. See #61.
    • ๐Ÿ”Œ [New] Added getGeneratorManager method to EnvironmentEvent for managing generators at plugins.
    • ๐Ÿ”Œ [Improved] Improved the way of generating the classname in PluginGenerator.
    • ๐Ÿ’… [Improved] Minor changes over output styles.
    • ๐Ÿ‘ [Improved] Improved HttpServer with support to load internal resources (used with error page). Added a new hook: handleOnAfterRequestFunction. Bootstrap file has been included for using with internal pages like error page.
    • [Improved] Minor improvements over the Spress application output.
    • ๐Ÿ›  [Fixed] Now, slug method transform dot characters into dash characters.
    • ๐Ÿ›  [Fixed] Fixed lifecycle: render phase starts after converter phase has been finished for all items.
    • ๐Ÿšš [Fixed] Changed the method remove by removeCollection in CollectionManager class.
    • ๐Ÿ›  [Fixed] PermalinkGenerator adds an initial slash if the permalink doesn't start with it.
    • ๐Ÿšš [Fixed] MissingAttributeException and AttributeValueException has been moved to `Core\ContentManager\Exception.
    • ๐Ÿ— [Fixed] ConsoleIO passed to spress.io key (DI container) when SiteBuildCommand builds `Spress instance.
    • โšก๏ธ [Fixed] Updated spress-installer version to ~2.0 at composer.json.twig.
    • ๐Ÿ›  [Fixed] Fixed the message of the exception threw when a previous item exists.
    • [Deleted] ConfigValueException has been deleted.