Releases: jekyll/jekyll-redirect-from
Releases · jekyll/jekyll-redirect-from
v0.16.0
Minor Enhancements
- Allows generation of
redirects.json
to be disabled (#207) - Allow redirects from and for subclasses of page and document (#204)
Bug Fixes
- Use
Hash#key?
instead ofHash#keys.any?
(#201)
Development Fixes
- Target Ruby 2.4
- Stop testing with backwards-compatible site config (#211)
Documentation
- Simplifies YAML for
redirect_to
(#185)
v0.15.0
v0.14.0
v0.13.0
Minor
- Add no-index (#152)
- normalize from metadata to ensure leading slash
- create redirects.json file
- HTML encode ellipsis
Development
v0.12.1
v0.12.0
Major Enhancements
- Use
_layouts/redirect.html
as the redirect template if present in the site source - Use Jekyll's
absolute_url
filter to generate canonical URLs (now respectingbaseurl
) - Rely more heavily on Jekyll's native Page, permalink, and extension handling logic
Minor Enhancements
- redirect_to Pages should not have a layout. (#115)
- Require Jekyll >= 3.3
Development Enhancements
- Push redirect logic to the redirect page model (#131)
- Add Rubocop and enforce Jekyll coding standards
- Tests no longer build and write the entire site between each example
- Removed all the
is_*
? andhas_*
? helpers from the generator