Skip to content

Releases: mutating/cstvis

0.0.7

23 Mar 22:06
57c8118

Choose a tag to compare

A minor update:

  • The documentation slightly improved.
  • Now you can pass the meta dictionary to a Collector’s initializer.

0.0.6

23 Mar 16:48
4120586

Choose a tag to compare

A minor update:

  • Now you can add up collector objects.
  • Now, if a filter or converter function can accept either two arguments or just one, the context is passed as the second argument in either case.

0.0.5

22 Mar 00:46
bef7d82

Choose a tag to compare

An important update with a lot of minor changes.

  • Added the ability to specify a meta parameter for any decorators.
  • It is no longer necessary to retrieve the context object in converters and filters.
  • Carried out a major refactoring.
  • Detailed the documentation.

0.0.4

20 Mar 22:34
53d06bc

Choose a tag to compare

Slightly updated the dependencies and improved the documentation.

0.0.3

20 Mar 21:41
821ed41

Choose a tag to compare

Relicensing. The license changed from the MIT License to the PolyForm Noncommercial License 1.0.0.

0.0.2

19 Dec 02:25
bece054

Choose a tag to compare

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.

0.0.1

16 Dec 02:25
820f84e

Choose a tag to compare

Let's get started.