Skip to content

0.10.3 - 2021-08-16

Compare
Choose a tag to compare
@dbanty dbanty released this 16 Aug 19:01
· 417 commits to main since this release

Features

  • Expose python_identifier and class_name functions to custom templates to rename with the same behavior as the parser.

Fixes

  • Treat true and false as reserved words.
  • Prevent generating Python files named the same as reserved / key words.
  • Properly replace reserved words in class and module names [#475, #476]. Thanks @mtovts!