Skip to content

0.4.0

Compare
Choose a tag to compare
@aranega aranega released this 21 Dec 23:02
· 22 commits to main since this release

Features

  • Add support for classes with __slots__

Fixes

  • Fix issue with matcher wrappers and collections. When a container matcher (SaveNodeMatcher or NotMatcher) is used, it needs to be considered as a collection matcher only if the matcher it wrapps is a collection matcher.

### Misc.

  • More tests