Added
- Added `extract`, `extractall` and `replace` functions to Matchers API.
Fixed
- Fixed length restrictions for `AllOf` and `OneOf` so that they can be used with sequence expansion operators.
- Fixed batchable visitors not calling attribute visit functions.
- Fixed typos in docstrings.
- Fixed matcher type exception not being pickleable.
Deprecated
- Deprecated parsing function parameters with defaults into `default_params` attribute. They can be found in the `params` attribute instead.