Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1020 Bytes

CHANGELOG.rst

File metadata and controls

29 lines (25 loc) · 1020 Bytes

Changelog for jusText

2.0.0 (2013-08-26)

  • FEATURE: Added pluggable DOM preprocessor.
  • FEATURE: Added support for Python 3.2+.
  • INCOMPATIBLE CHANGE: Paragraphs are instances of justext.paragraph.Paragraph.
  • INCOMPATIBLE CHANGE: Script 'justext' removed in favour of command python -m justext.
  • FEATURE: It's possible to enter an URI as input document in CLI.
  • FEATURE: It is possible to pass unicode string directly.

1.2.0 (2011-08-08)

  • FEATURE: Character counts used instead of word counts where possible in order to make the algorithm work well in the language independent mode (without a stoplist) for languages where counting words is not easy (Japanese, Chinese, Thai, etc).
  • BUG FIX: More robust parsing of meta tags containing the information about used charset.
  • BUG FIX: Corrected decoding of HTML entities € to Ÿ

1.1.0 (2011-03-09)

  • First public release.