Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ahorner committed Dec 3, 2020
1 parent 14fbd1a commit 4c5cffe
Showing 1 changed file with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions CHANGELOG.md
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

0 comments on commit 4c5cffe

Please sign in to comment.