MonkeyType v19.1.0 Release Notes

Release Date: 2019-01-17 // over 5 years ago
    • โž• Add --omit-existing-annotations option, implied by apply. Merge of

      129. Fixes #11 and #81.

    • ๐Ÿšš Render ... for all parameter defaults in stubs. Remove the --include-unparsable-defaults and --exclude-unparsable-defaults CLI options, as well as the include_unparsable_defaults() config method. Merge of #128, fixes #123.

    • ๐Ÿ”€ Render forward references (from existing annotations) correctly. Merge of #127.

    • ๐Ÿ”€ Rewrite Generator[..., None, None] to Iterator[None] by default. Merge of

      110, fixes #4. Thanks iyanuashiri.