Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 660 Bytes

File metadata and controls

30 lines (17 loc) · 660 Bytes

CHANGELOG

v1.0.0 (2021-09-03)

Feat

  • v1 version of the two modules with all docstrings and formatting ok locally
  • split the library in two APIs, one for strings and one for pandas DataFrame

v0.2.2 (2021-07-27)

Feat

  • docstrings written, Github CI passed, README.md written

0.1.0 (2021-07-25)

Fix

  • fix the stupid error with kind and change the name or args for dot in dot() method

Feat

  • implementation done for all methods
  • add the implementation of toCase.pascal() and toCase.camel()
  • build toCase class and methods definition

Refactor

  • move the logic for generating new string cases into one generic function