Skip to content

0.0.2

Choose a tag to compare

@pomponchik pomponchik released this 19 Dec 02:25
· 108 commits to main since this release
bece054

A small but important update.

  • Fixed a bug that could cause the converter function to be applied twice to the same node.
  • Added the ability to "unlink" collecting functions from the Changer object.
  • Added support for the Union type in annotations.
  • Added shortcut annotations for int, float, and str types.
  • Added the ability to apply different changes to the same node. In incremental mode, this does not create a conflict, because in this case we are just creating 2 different versions of the source file.