You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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)