Skip to content

Releases: zobweyt/textcase

0.2.1

Choose a tag to compare

@zobweyt zobweyt released this 02 Apr 15:43
0.2.1
63d3d0f

0.2.1 (2025-04-02)

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

Testing

0.2.0

Choose a tag to compare

@zobweyt zobweyt released this 01 Apr 12:41
0.2.0
3073ae6

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

Choose a tag to compare

@zobweyt zobweyt released this 09 Apr 15:14
0.1.0
22ec6ca

0.1.0 (2025-03-31)

Initial release.

Features

New Contributors

  • @zobweyt made their first contribution