Releases: facelessuser/pyspelling
Releases · facelessuser/pyspelling
0.2.0a4
0.2.0a4
- NEW: Text filter can handle Unicode normalization and converting to other encodings.
- NEW: Default encoding is now
utf-8
for all filters. - FIX: Internal encoding handling.
0.2.0a3
0.2.0a3
- FIX: Text filter was returning old Parser name instead of new Filter name.
0.2.0a2
0.2.0a2
- NEW: Incorporate the Decoder class into the filter class.
- NEW: Add Hunspell support.
- NEW: Drop specifying spell checker in configuration file. It must be set from command line.
- FIX: Add missing documentation about Context filter.
0.2.0a1
0.2.0a1
- NEW: Better filters (combine filters and parsers into just filters).
- NEW: Drop Python 2 support.
- NEW: Better Python encoding detection.
- NEW: Better HTML encoding detection.
- NEW: Drop
file_extensions
option andparser
option. - NEW: Filters no longer define file extensions. Sources must specify a wildcard path that matches desired files.
- NEW: Drop regular expression support for sources.
- NEW: Drop raw filter.
0.1.0a3
0.1.0a3
- NEW: Add JavaScript parser.
0.1.0a2
0.1.0a2
- NEW: Add option to group consecutive Python comments.
- FIX: Properly return error.
- FIX: Only retry with default encoding if exception thrown was a
UnicodeDecodeError
.
0.1.0a1
0.1.0a1
- NEW: Initial alpha release.