From 4c5cffe40e677fd90afc06b60cbf088aa16dd20e Mon Sep 17 00:00:00 2001 From: Andrew Horner Date: Thu, 3 Dec 2020 09:10:14 -0700 Subject: [PATCH] Add CHANGELOG --- CHANGELOG.md | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fb10a66 --- /dev/null +++ b/CHANGELOG.md @@ -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