Releases: mutating/sigmatch
Releases · mutating/sigmatch
0.0.10
0.0.9
Slightly updated the dependencies, improved the documentation, and added support for Python 3.15.
0.0.8
Just updated some dependencies.
0.0.7
Updated the links in the documentation.
0.0.6
Minor documentation improvements.
0.0.5
A major redesign of the entire library, an extremely important update.
- The entire design now revolves around ways to call a function, rather than representing its signature.
- Added detailed documentation, numerous tests, and many other improvements.
0.0.4
A little but important update!
- Added string mapping for
SignatureMatcher. - Now initialization arguments can be passed as a single large string, but the old method remains available.
0.0.3
A little but important update.
- Added checks for initialization arguments. The arguments must be correct and follow the correct order. If the order is violated, the
IncorrectArgumentsOrderErroris now raised. - Added a bit of testing of the old functionality.
0.0.2
A little update.
- Some tests added.
- Some info added to the readme.
0.0.1
The basic code.