Skip to content

Releases: jpvanhal/inflection

0.5.1 (August 22nd, 2020)

22 Aug 08:20
Compare
Choose a tag to compare

Bug Fixes

  • Fix type hints not working (#49, #52)

0.5.0 (June 6th, 2020)

06 Jun 08:06
Compare
Choose a tag to compare

Features

0.4.0 (April 6th, 2020)

06 Apr 19:50
Compare
Choose a tag to compare

BREAKING CHANGES

  • Drop support for Python 2.6 and 3.3 (2dfa5f6)
  • Drop support for Python 2.7 (a826dac)
  • Drop support for Python 3.4 (351a0f5)
  • Drop support for PyPy (88a0a5f)

Features

  • Include docs in releases (4c85b45)
  • Add universal wheel distribution (2daa3c7)
  • Add support for Python 3.5 and 3.6 (2dfa5f6)
  • Add support for Python 3.7 and 3.8 (09efb13)
  • Add support for PyPy 3 (2d2d379)
  • Move Changelog to GitHub releases (5181192)

Bug Fixes

  • Fix typo in camelize docs (5f44276)
  • Fix doctest blocks in docstrings (1d6c78f) (#11)
  • Fix "passerby" pluralized as "passerbys" and not "passersby (1969b3a) (#40)
  • Fix titleize() capitalizing only words starting with A-Z (e32443b) (#33)

0.3.1 (May 3, 2015)

06 Apr 18:28
Compare
Choose a tag to compare

Bug Fixes

  • Fixed trove classifiers not showing up on PyPI.
  • Fixed "human" pluralized as "humen" and not "humans".
  • Fixed "potato" pluralized as "potatos" and not "potatoes".

0.3.0 (March 1, 2015)

06 Apr 18:29
Compare
Choose a tag to compare

Features

  • Added tableize() function.

0.2.1 (September 3, 2014)

06 Apr 18:30
Compare
Choose a tag to compare

Features

  • Added Python 2, Python 3 and Python 3.4 trove classifiers.

0.2.0 (June 15, 2013)

06 Apr 18:32
Compare
Choose a tag to compare

Features

  • Added initial support for Python 3.

BREAKING CHANGES

  • Dropped Python 2.5 support.

0.1.2 (March 13, 2012)

06 Apr 18:31
Compare
Choose a tag to compare

Features

  • Added Python 2.5 support.

0.1.1 (February 24, 2012)

06 Apr 18:31
Compare
Choose a tag to compare

Bug Fixes

  • Fixed some files not included in the distribution package.

0.1.0 (February 24, 2012)

06 Apr 18:30
Compare
Choose a tag to compare

Initial public release