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.Configurationto configure the unparser. - Renamed
refactor.ast.UnparserBasetorefactor.ast.BaseUnparser. - Removed
token_mapattribute fromrefactor.ast.BaseUnparser. - Removed
refactor.context.CustomUnparser. - Changed
refactor.core.Action'sbuildmethod to raise aNotImplementedError. Users now have to override it.