v0.10.1
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'