- Add decorator `frozen_dataclass` which adds the methods `copy_with()` and `validate_types()` to the often used `dataclass(frozen=True)`.
1.11.4
- Added remarks to `README.md` concerning code compilation - Exclude lines to fix test coverage
1.11.3
- Fix `NameError: name 'Docstring' is not defined` - Fix type hint of `raw_doc()` - Fix `create_pdoc.sh`
1.11.2
- Remove the dependency [docstring-parser](https://github.com/rr-/docstring_parser) dependency and make it optional
1.11.1
- Bugfix in `IsUuid` validator: Now handle `None` and `int` values correctly.
1.11.0
- Added `GenericDeserializer` and `Deserializable` as proposed in https://github.com/LostInDarkMath/pedantic-python-decorators/issues/55 - Added `validate_param()` instance method to `Validator`