* [Validate by regexp/Validate with a custom error](https://github.com/anna-money/marshmallow-recipe/pull/132)
0.0.3120230926
* [Allow to strip whitespaces on load/dump for str fields](https://github.com/anna-money/marshmallow-recipe/pull/130) * [Allow to provide post_load delegate for str fields](https://github.com/anna-money/marshmallow-recipe/pull/131)
0.0.3020230925
* [Improve validation support: expose ValidationError to raise it from validators, allow to pass a sequence of validators](https://github.com/anna-money/marshmallow-recipe/pull/129) * [Add meta shortcuts to metadata methods](https://github.com/anna-money/marshmallow-recipe/pull/128)
0.0.2920230923
* Allow to use metadata as part of Annotated: [126](https://github.com/anna-money/marshmallow-recipe/pull/126) and [#127](https://github.com/anna-money/marshmallow-recipe/pull/127).
* [Basic support of Annotated fields](https://github.com/anna-money/marshmallow-recipe/pull/123) * [Stop using typing_inspect](https://github.com/anna-money/marshmallow-recipe/pull/122)