1.2.0 - 2022-01-05
- Add support for Rails 7 (thanks to @boatrite)
1.1.1 - 2021-02-02
- Bump minimum redcarpet version for security (thanks to @n00dle)
1.1.0 - 2020-12-02
- Add
rel=noopener
to external links (thanks to @n00dle)
1.0.1 - 2020-12-02
- Support cascading backends by default
1.0.0 - 2020-03-27
- (Breaking) Drop explicit support for Ruby versions below 2.6
- Properly support translations using I18n::Pluralization backend (thanks to @jhanggi)
0.7.2 - 2019-07-06
- Improve orphaned text matcher targeting
0.7.1 - 2019-07-05
- Prevent unnecessary non-breaking spaces in generated HTML
- Improve
NotImplementedError
messaging (thanks to @stephen-puiszis) - Update README with spec setup instructions (thanks to @jhanggi)
0.7.0 - 2016-05-06
- Automatically load entire locale directory via Railtie
0.6.1 - 2015-10-01
- Bump version requirement for Redcarpet gem to address memory leaks
0.6.0 - 2015-06-15
- Apply
target=_blank
attribute to anchor tags pointed at external URLs
0.5.3 - 2015-02-25
- Update spec helpers for compatibility with RSpec 3 (thanks to @gabrielg)
0.5.2 - 2015-02-03
- Support cascading backends for interpolated keys (thanks to @gabrielg)
0.5.1 - 2015-01-23
- Add RSpec helpers (thanks to @gabrielg)