Releases: mutating/sigmatch
Releases · mutating/sigmatch
0.0.8
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.