Skip to content

Releases: facelessuser/pyspelling

0.2.0a4

17 Oct 06:40
c4ccdfe
Compare
Choose a tag to compare
0.2.0a4 Pre-release
Pre-release

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

16 Oct 06:14
8afba39
Compare
Choose a tag to compare
0.2.0a3 Pre-release
Pre-release

0.2.0a3

  • FIX: Text filter was returning old Parser name instead of new Filter name.

0.2.0a2

16 Oct 00:28
39a351d
Compare
Choose a tag to compare
0.2.0a2 Pre-release
Pre-release

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

14 Oct 03:46
1c15444
Compare
Choose a tag to compare
0.2.0a1 Pre-release
Pre-release

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 and parser 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

24 Dec 18:06
Compare
Choose a tag to compare
0.1.0a3 Pre-release
Pre-release

0.1.0a3

  • NEW: Add JavaScript parser.

0.1.0a2

20 Dec 07:10
00b36e3
Compare
Choose a tag to compare
0.1.0a2 Pre-release
Pre-release

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

19 Dec 02:36
Compare
Choose a tag to compare
0.1.0a1 Pre-release
Pre-release

0.1.0a1

  • NEW: Initial alpha release.