Skip to content

v0.10.1

Compare
Choose a tag to compare
@daveshanley daveshanley released this 22 Jun 14:55
· 94 commits to main since this release

Changelog

  • 3aa701a Added Pascal-Kebab case option to casing function
  • a4d8e87 Changes to core/casing function that 1. Allows it to match on objects and arrays. When it does, it applies the casing rule to all field names (for objects) and all elements (for arrays) 2. Allowed casing to work on multiple node matches so that we can use recursive JSONPath matching such as '$..properties'

@lobocv