- Instantiate `Binder` instead of specializing it ([14](https://github.com/ProtixIT/dataclass-binder/pull/14))
This is an API change, but the old syntax is still supported. The details can be found [in the README](https://github.com/ProtixIT/dataclass-binder#binder-specialization).
- Support `typing.Any` as a field annotation ([10](https://github.com/ProtixIT/dataclass-binder/issues/10))
- Fix crash in `format_template()` on optional fields with non-string annotations ([16](https://github.com/ProtixIT/dataclass-binder/pull/16))