v0.2.0
- Instantiate
Binder
instead of specializing it (#14)
This is an API change, but the old syntax is still supported. The details can be found in the README. - Support
typing.Any
as a field annotation (#10) - Fix crash in
format_template()
on optional fields with non-string annotations (#16)