Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: mutating/sigmatch

0.0.8

26 Feb 12:16
1b7a10e

Choose a tag to compare

Just updated some dependencies.

0.0.7

17 Feb 00:49
e22649f

Choose a tag to compare

Updated the links in the documentation.

0.0.6

12 Feb 21:30
ba69388

Choose a tag to compare

Minor documentation improvements.

0.0.5

12 Feb 19:47
5846034

Choose a tag to compare

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

25 Jan 16:10
f62463f

Choose a tag to compare

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

25 Jan 15:14
a07807c

Choose a tag to compare

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 IncorrectArgumentsOrderError is now raised.
  • Added a bit of testing of the old functionality.

0.0.2

23 Jan 15:02
c1dd9ab

Choose a tag to compare

A little update.

  • Some tests added.
  • Some info added to the readme.

0.0.1

23 Jan 12:58
1c70bd0

Choose a tag to compare

The basic code.