Skip to content

Shallow dasherizing and underscoring

Compare
Choose a tag to compare
@mattpolzin mattpolzin released this 16 Feb 01:27
· 2 commits to main since this release

What's Changed

There are now two new values for the config option transform_fields:

  • camelize_shallow: Like camelize, but only affects the relationship and attribute keys, not their values.
  • dasherize_shallow: Like dasherize, but only affects the relationship and attribute keys, not their values.

New Contributors

Full Changelog: 1.6.3...1.7.0