Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.

Converting snake case keys to camelCase

Choose a tag to compare

@thetutlage thetutlage released this 07 Jul 15:59
· 30 commits to develop since this release

Indicative allows typing rule names in snake case, which means it more readable in certain use cases.

This release will convert user define snake_case rules to camelCase, so that everything works as it is after initial parsing

  • chore(package): update publish info 7b11f6d
  • feat: add support for snake_case rule names 26acc6d
  • chore(package): update dependencies 1c7bf5d

v1.0.0...v1.0.1