Releases: isidentical/refactor
Releases · isidentical/refactor
Release 0.4.0
- Fixed recursion on dependency resolution.
- Implemented precise unparsing to leverage from existing structures in the given source.
- Implemented
refactor.core.Configuration
to configure the unparser. - Renamed
refactor.ast.UnparserBase
torefactor.ast.BaseUnparser
. - Removed
token_map
attribute fromrefactor.ast.BaseUnparser
. - Removed
refactor.context.CustomUnparser
. - Changed
refactor.core.Action
'sbuild
method to raise aNotImplementedError
. Users now have to override it.