Releases: dharple/detox
Releases · dharple/detox
v3.0.0-beta2
Added
- Re-added fraction slash (0x2044) to the unicode translation table. [#106]
Fixed
- Fixed an install error due to name collisions on the primary and legacy
translation tables.
v3.0.0-beta1
Changed
- Moved legacy translation tables to
tables/legacy/
. [#112] - Removed the transliteration attempts in
unicode.tbl
, as well as the default
value, so most Unicode will just pass through unchanged. [#112] - The translation tables for CP-1252 and ISO-8859-1 now transcode characters to
UTF-8. [#112]
Removed
- Removed
utf_8-legacy
sequence (useiso8859_1-legacy
instead). [#112]
v2.0.0
v1.4.5
v2.0.0-beta2
v1.4.4
v1.4.3
v2.0.0-beta1
Numerous changes. Please see the CHANGELOG for full details.
Highlights:
- The default sequence no longer performs transliteration of UTF-8 or ISO8859-1 characters to ASCII.
- Translation tables are still available, but the default translation tables and config file is now built-in to detox.
- The wipeup filter is configured to run remove_trailing by default.
- We have unit tests! Paired with the regression tests added in v1.4.0, we are at 76.5% code coverage as of v2.0.0-beta1.