Skip to content

Releases: thoughtbot/high_voltage

4.0.0.rc1

25 Mar 20:50
4964413
Compare
Choose a tag to compare

This is a release candidate. Please report any issues you might encounter when installing this version.

This project is in maintenance-mode. We’re not actively adding new features, but we’ll fix bugs and keep it up to date, and compatible with the latest Ruby and Rails versions.

What's Changed

New Contributors

Full Changelog: v3.1.2...4.0.0.rc1

Version 3.1.2

20 May 14:14
Compare
Choose a tag to compare

The previous release unintentionally included a setup script meant for development only in the packaged gem. This has been removed.

Version 3.1.1

14 May 13:23
Compare
Choose a tag to compare
  • Fix UTF-8 encoding error being raised on page requests

Version 3.1.0

14 May 13:22
Compare
Choose a tag to compare
  • 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

Version 3.0.0

14 May 13:22
Compare
Choose a tag to compare
  • 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.

Version 2.4.0

17 Jul 14:41
Compare
Choose a tag to compare

New

  • Retrieve a list of available static pages via HighVoltage.page_ids. [https://github.com//pull/193]

Improvements

  • Properly handle page ids which are blank when being sanitized. [https://github.com//pull/206]
  • Only provide deprecation warnings around caching when caching is enabled. [https://github.com//pull/199]