Skip to content

Release v1.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Nov 19:15
· 4 commits to root since this release
08e51e1

i18n tools 1.0.5

Updated the class generator to remove common delimiters from names and camel-case them instead of replacing the delimiters with underscores.

Translations Class Generator

  • API: Add a (default on) option to remove common delimiters in names. You can disable this for compatibility with old code, but I'll remove the option in a future version.
  • CLI: Expose the above option via the -ncc and --no-camel-case switches. I'll remove these when I remove the API option.

Commits (1)

  • 08e51e: 1.0.5: Replace underscores with camel-case names