Перейти к содержанию

Changelog#

All notable changes to this project will be documented in this file.

0.4.1 (2025-04-15)#

Performance and documentation enhancements.

Performance #

0.4.0 (2025-04-14)#

Rewrite.

Features #

Performance #

  • optimize pattern.camel and pattern.sentence (a5d1731)

0.3.1 (2025-04-13)#

Adds py.typed file.

Bug Fixes #

0.3.0 (2025-04-13)#

Simplification of custom Boundary creation from a delimiter, and addition of the new MIDDOT case.

Features #

  • add Boundary.from_delimiter (#10) (ff46f04)
  • add INTERPUNCT boundary and MIDDOT case (#11) (8cf450b)

0.2.3 (2025-04-13)#

Acronym identification fixes.

Bug Fixes #

  • update ACRONYM to correctly identify acronym boundaries (dd604b0)

0.2.2 (2025-04-12)#

Performance and documentation enhancements.

Performance #

  • optimize boundary conditions (27cbbb2)

0.2.1 (2025-04-02)#

Expands test coverage with new tests for edge cases and conversions.

Testing #

0.2.0 (2025-04-01)#

Adds initial functionality for text case conversion, with extensibility possible.

Bug Fixes #

  • use final for case constants (5228e8d)
  • use lower instead of upper for LOWER case (cce6ed7)

Features #

  • add text case transformation patterns (b003fac)
  • add conditions for splitting an identifier into words (fb76228)
  • add case definitions for text transformation (cf32822)
  • add text case conversion between different case formats (a11044d)
  • add utils (1f86e1a)
  • add boundaries to convert function (0b9ea8a)
  • add initial functionality (#1) (3073ae6)

Testing #

Build #

0.1.0 (2025-03-31)#

Initial release.

Features #

New Contributors #

  • @zobweyt made their first contribution