Releases: mutating/cstvis
Releases · mutating/cstvis
0.0.7
0.0.6
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
An important update with a lot of minor changes.
- Added the ability to specify a
metaparameter 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
Slightly updated the dependencies and improved the documentation.
0.0.3
Relicensing. The license changed from the MIT License to the PolyForm Noncommercial License 1.0.0.
0.0.2
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
Changerobject. - Added support for the
Uniontype in annotations. - Added shortcut annotations for
int,float, andstrtypes. - 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
Let's get started.