Releases: crowdagger/crowbook-text-processing
Releases · crowdagger/crowbook-text-processing
0.2.6
0.2.5
- Upgrade Regex dependency to 0.2.
0.2.4
- Removed debug println (oops sorry should have checked before
publishing previous release!)
0.2.3
- Fix the french formatting algorithm for short quotes.
- Change default
threshold_quotevalue to 20.
0.2.2
- Fix possible
character boundarypanic inclean::quotes.
0.2.1
- Added a binary, so it can be used interactively.
- Added
clean::dashesthat replaces--to–and---to—. - Added
clean::guillemetsthat replaces<<to«and>>to».
0.2.0
Breaking changes as the API was modified:
- The module
frenchis no longer public, onlyFrenchFormatteris. typographic_quoteshas been renamedquotesand is no longer
directly exported, useclean::quotes.remove_whitespaceshas been renamedwhitespacesand is no longer
directly exported, useclean::whitespaces.ellipsisis no longer directly exported, useclean::ellipsis.escape_htmlhas been renamedhtmland is no longer directly
exported, useescape::html.escape_texhas been renamedtexand is no longer directly
exported, useescape::tex.escape_nb_spaceshas been renamednb_spacesand is no longer directly
exported, useescape::nb_spaces.escape_nb_spaces_texhas been renamednb_spaces_texand is no longer directly
exported, useescape::nb_spaces_tex.escape_quoteshas been renamedquotesand is no longer directly
exported, useescape::quotes.
0.1.6
- Enhanced
typographic_quotes's heuristics, and added more tests. - Added
ellpisisfunction, and use it for inFrenchFormatter.
0.1.5
- Enhanced
typographic_quotes's heuristics.
0.1.4
- Added
typographic_quotesfunction. - Made
FrenchFormatteruse it by default (can be disabled by setting
typographic_quotesto false).