Releases: kalaspuff/cure
Releases · kalaspuff/cure
0.5.1
0.5.0
- Changes how names using digits were transformed to snake_case or camelCase, for example snake_caseing the value "addressLine1" will now become "address_line_1" instead of previously "address_line1". (github: @erik-sundin-billo)
0.4.1
0.4.0
- Fixes a bug where elements in lists were always treated as dictionaries during the case conversion. The original interface is preserved with optional recursion and functions that are type aware. (github: @kiwiholmberg)