Releases: thoughtbot/high_voltage
Releases · thoughtbot/high_voltage
v4.0.0
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.
Main changes:
- Remove support for EOL'd Rails version 4.2
- Remove support for EOL'd Rails versions 5.x
- Remove support for Travis CI and replaced with Github Actions
- Add support for Rails 7.1
- Add Ruby's minimum version required to >= 3.0
New Contributors
- @denissellu made their first contribution in #302
- @keegnotrub made their first contribution in #306
- @stefannibrasil made their first contribution in #311
- @dependabot made their first contribution in #313
Full Changelog: v3.1.2...v4.0.0
4.0.0.rc1
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
- Add rails 6 to appraisals by @mjankowski in #290
- Remove support for EOLd rails version 4.2 by @mjankowski in #291
- Add Ruby 2.7 to Travis CI config by @mjankowski in #292
- Remove deprecated before_filter from readme by @denissellu in #302
- Github Actions CI by @keegnotrub in #306
- EOL Rails 5.0 and Rails 5.1 by @keegnotrub in #307
- Call dynamic-readme reusable workflow by @stefannibrasil in #311
- Some version updates and dependabot by @stefannibrasil in #312
- Drop support for Rails 5.2, Ruby 2.7, and add support Rails 7.1 by @stefannibrasil in #318
New Contributors
- @denissellu made their first contribution in #302
- @keegnotrub made their first contribution in #306
- @stefannibrasil made their first contribution in #311
Full Changelog: v3.1.2...4.0.0.rc1
Version 3.1.2
The previous release unintentionally included a setup script meant for development only in the packaged gem. This has been removed.
Version 3.1.1
- Fix UTF-8 encoding error being raised on page requests
Version 3.1.0
- 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
- 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
New
- Retrieve a list of available static pages via HighVoltage.page_ids. [https://github.com//pull/193]