- Added `Some` - Made `Remaining` a simple case of `Some` (simplifies the code a lot while making the matching even more powerful)
0.4.1
- Fixed `Arguments` and `Returns` - uses `typing.get_type_hints` instead of `__annotations__` to work with `annotations` from `__future__`
0.3.0
- `Strict` now makes verbatim matches match exactly the same types only. - Added `EachItem`, `At`, `Transformed`, `Length`, `Arguments`, `Returns`, `Contains`, `Truish`