All Versions
10
Latest Version
Avg Release Cycle
121 days
Latest Release
1861 days ago

Changelog History

  • v0.9.2 Changes

    March 17, 2019
    • ๐Ÿ›  fix a situation in .help() where some code where colorized twice by @Hanaasagi #182
  • v0.9.1 Changes

    February 25, 2019
    • ๐Ÿ›  fix .names() and variations that didn't handle the case where there was "()" on FromImport nodes
  • v0.9 Changes

    February 25, 2019

    ๐Ÿ‘ full python 3.7 syntax support

    ๐Ÿ’ฅ BREAKING CHANGE: annotations are now member of {Def,List,Dict}Argument to flatten the data structure, TypedNameNode doesn't exist anymore

    โž• add support for return annotation by bram

    โž• add support for variable annotation #177 by scottbelden and additional work by bram

    โž• add support for raise from by bram

  • v0.8 Changes

    February 25, 2019
    • โž• add support to typed function arguments #168 Scott Belden and additional work by bram
    • โž• add support to set async attributes to with/for nodes, was missing in previous release
  • v0.7.1 Changes

    February 25, 2019
    • ๐Ÿ›  fix to_python() when strings are indented by stripping whitespace before evaluating by duncf #140

    ๐Ÿ‘ Python 3 support (based on work in Baron):

    • ๐Ÿ‘Œ support ellipsis
    • ๐Ÿ‘Œ support matrix operator
    • ๐Ÿ‘Œ support f-strings
    • ๐Ÿ‘Œ support numeric literals
    • ๐Ÿ‘Œ support nonlocal statement
    • ๐Ÿ‘Œ support keyword only markers
    • ๐Ÿ‘Œ support yield from statement
    • ๐Ÿ‘Œ support async/await statements
  • v0.7 Changes

    August 21, 2018
    • ๐Ÿ›  fix to_python() when strings are indented by stripping whitespace before evaluating by duncf #140

    ๐Ÿ‘ Python 3 support (based on work in Baron):

    • ๐Ÿ‘Œ support ellipsis
    • ๐Ÿ‘Œ support matrix operator
    • ๐Ÿ‘Œ support f-strings
    • ๐Ÿ‘Œ support numeric literals
    • ๐Ÿ‘Œ support nonlocal statement
    • ๐Ÿ‘Œ support keyword only markers
    • ๐Ÿ‘Œ support yield from statement
    • ๐Ÿ‘Œ support async/await statements
  • v0.6.3

    January 02, 2017
  • v0.6.2

    October 02, 2016
  • v0.6.1

    March 28, 2016
  • v0.6

    March 26, 2016