-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# Change Log | ||
|
||
## [1.0.1] - 2020-12-02 | ||
|
||
### Changes | ||
|
||
- Support cascading backends by default | ||
|
||
## [1.0.0] - 2020-03-27 | ||
|
||
### Changes | ||
|
||
- **(Breaking)** Drop explicit support for Ruby versions below 2.6 | ||
|
||
### Bug Fixes | ||
|
||
- Properly support translations using I18n::Pluralization backend (Thanks to @jhanggi) | ||
|
||
## [0.7.2] - 2019-07-06 | ||
|
||
### Bug Fixes | ||
|
||
- Improve orphaned text matcher targeting | ||
|
||
## [0.7.1] - 2019-07-05 | ||
|
||
### Bug Fixes | ||
|
||
- Prevent unnecessary non-breaking spaces in generated HTML | ||
|
||
### Changes | ||
|
||
- Improve `NotImplementedError` messaging (thanks to @stephen-puiszis) | ||
- Update README with spec setup instructions (thanks to @jhanggi) | ||
|
||
## [0.7.0] - 2016-05-06 | ||
|
||
### New features | ||
|
||
- Automatically load entire locale directory via Railtie | ||
|
||
## [0.6.1] - 2015-10-01 | ||
|
||
### Changes | ||
|
||
- Bump version requirement for Redcarpet gem to address memory leaks | ||
|
||
## [0.6.0] - 2015-06-15 | ||
|
||
### New Features | ||
|
||
- Apply `target=_blank` attribute to anchor tags pointed at external URLs | ||
|
||
## [0.5.3] - 2015-02-25 | ||
|
||
### Changes | ||
|
||
- Update spec helpers for compatibility with RSpec 3 (thanks to @gabrielg) | ||
|
||
## [0.5.2] - 2015-02-03 | ||
|
||
### Changes | ||
|
||
- Support cascading backends for interpolated keys (thanks to @gabrielg) | ||
|
||
## [0.5.1] - 2015-01-23 | ||
|
||
### New Features | ||
|
||
- Add RSpec helpers (thanks to @gabrielg) | ||
|
||
[1.0.1]: https://github.com/ahorner/text-helpers/compare/v1.0.0...v1.0.1 | ||
[1.0.0]: https://github.com/ahorner/text-helpers/compare/v0.7.2...v1.0.0 | ||
[0.7.2]: https://github.com/ahorner/text-helpers/compare/v0.7.1...v0.7.2 | ||
[0.7.1]: https://github.com/ahorner/text-helpers/compare/v0.7.0...v0.7.1 | ||
[0.7.0]: https://github.com/ahorner/text-helpers/compare/v0.6.1...v0.7.0 | ||
[0.6.1]: https://github.com/ahorner/text-helpers/compare/v0.6.0...v0.6.1 | ||
[0.6.0]: https://github.com/ahorner/text-helpers/compare/v0.5.3...v0.6.0 | ||
[0.5.3]: https://github.com/ahorner/text-helpers/compare/v0.5.2...v0.5.3 | ||
[0.5.2]: https://github.com/ahorner/text-helpers/compare/v0.5.1...v0.5.2 | ||
[0.5.1]: https://github.com/ahorner/text-helpers/compare/v0.5.0...v0.5.1 |