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)