All Versions
14
Latest Version
Avg Release Cycle
195 days
Latest Release
1775 days ago

Changelog History
Page 1

  • v3.1.2 Changes

    May 20, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿš€ The previous release unintentionally included a setup script meant for development only in the packaged gem. This has been removed.
  • v3.1.1 Changes

    May 14, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix UTF-8 encoding error being raised on page requests - [#273]
  • v3.1.0 Changes

    May 14, 2019
    • ๐Ÿ›  Fix bugs around finding pages via page_ids's that contain non-ASCII characters
    • Trailing slash is no longer required for finding pages
    • Some other improvements around page lookups
    • Don't require format in extension for looking up page id's HAML and Slim do not require them.
    • โœ… Test against Rails 5, 5.1, 5.2
    • โœ… Test against Ruby 2.4, 2.5
  • v3.0.0 Changes

    May 14, 2019
    • ๐Ÿš… HighVoltage now supports Rails 5.0.0.beta3 and up.
    • Properly handle extensions in root route constraint requests.
    • โœ‚ Removes caching in preparation for Rails 5.
  • v2.4.0 Changes

    July 17, 2015

    ๐Ÿ†• New

    ๐Ÿ‘Œ Improvements

  • v2.3.0 Changes

    April 17, 2015
    • โœ… Ruby 2.2 and Rails 4.2 testing
    • Raise InvalidPageIdError when visiting a page with invalid characters
    • Code of Conduct added to Contributing guide
  • v2.2.1 Changes

    July 23, 2014
    • ๐Ÿš… Resolve issue with require statements for Rails 3.x projects
  • v2.2.0 Changes

    June 24, 2014
    • ๐Ÿšš Deprecate caching because page and action caching was removed in Rails 4
    • ๐Ÿ”จ Refactor test suite to use rspec expect syntax consistently.
    • โž• Added Rails 4.1 to test suite.
    • โœ‚ Remove Ruby 1.9.2 from test suite.
    • โœ‚ Remove Capybara from test suite.
    • ๐Ÿ‘Œ Support dependency injection for Rails engine to define routes on
  • v2.1.0 Changes

    December 30, 2013
    • ๐Ÿ”ง Extract configuration options into a module
    • โž• Add ability to configure whether layout is cached with action_caching
    • โž• Add ability to configure a home_page for root routing to High Voltage
    • ๐Ÿ’… Update README with new block style config
  • v2.0.0 Changes

    October 05, 2013
    • Extract PagesController into a module
    • โšก๏ธ Update README with module usage instructions