Skip to content

Latest commit

 

History

History
228 lines (138 loc) · 3.91 KB

CHANGES.rst

File metadata and controls

228 lines (138 loc) · 3.91 KB

Changelog

4.0.1 (2023-10-07)

Internal:

  • Update configuration files. [plone devs] (cfffba8c)

4.0.0 (2023-04-26)

Breaking changes:

  • Drop python 2.7 support. [gforcada] (#1)

Internal:

  • Update configuration files. [plone devs] (2ed8f544)

3.1.0 (2020-04-20)

New features:

  • Drop Python 2.6 support from tests. Start testing on 3.7 and 3.8. [maurits] (#9)

3.0.0 (2018-10-31)

Breaking changes:

  • Dropped support for Python 3.3.

Bug fixes:

  • Return str from transform in Python 3. [davisagli]

2.2.1 (2018-01-17)

Bug fixes:

  • Remove use of pyenv on Travis now that they upped their PyPy game and use the tox-travis egg to simplify how the config file looks like. [Rotonen]

2.2 (2017-08-04)

New:

  • Recognizes URLs embedded at the end of sentences. The punctuation mark of the sentence is split from the URL. Use brackets to force punctuation marks at the end of URLs. [tarnap]

Fixes:

  • Use pyenv for installing python versions on Travis. [Rotonen]

2.1.0 (2015-10-27)

New:

  • Make compatible with Python 3. [davisagli]

Fixes:

  • Minor cleanup (pep8, readability, ReST) [jensens]

2.0.3 (2015-05-11)

  • Minor cleanup: whitespace, git ignores. [gforcada, rnix]

2.0.2 (2013-01-01)

  • Allows an easy way to extend the converter through subclassing. One might want to override the regexps, or modify the HTML that one of the replace* methods produces. #1 [dnouri]
  • Add MANIFEST.in. [WouterVH]

2.0.1 - 2010-07-18

  • Update license to GPL version 2 only. [hannosch]

2.0 - 2010-06-13

  • Package metadata cleanup. [hannosch]

2.0a1 - 2009-04-04

  • Specify package dependencies. [hannosch]

1.0.3 - 2009-04-09

  • Handle windows line endings. [elro]
  • URLs in html really should have the ampersand quoted. [elro]
  • Specify package dependencies. [hannosch]

1.0.2 - 2008-07-17

  • When convertWebIntelligentPlainTextToHtml is called with an explicit tab_width we try to make an integer of that ('2' -> 2). When that fails we use the default of 4. [maurits]
  • Minor change in code path, really only to get 100 percent test coverage. [maurits]

1.0.1 - 2007-12-04

1.0 - 2007-08-15

  • Released version 1.0. [diefenbach]

1.0b2 - 2007-05-07

  • Some documentation cleanup. [hannosch]

1.0-beta1 - 2007-04-07

  • Move into plone namespace and integration to PloneTransforms and MimetypesRegistry/ [diefenbach]

0.1