v0.2.0
v0.2.0 - Base, Defaults & More + Partial Rewrite
What's Changed
- feat: Added
#[model]
attribute to apply a set of base and/or default arguments to all models - feat:
fields
&omits
can now be applied to both view & patch models - feat: support for paths (e.g.
some::module::DeriveMe
) in the derive list for generated models - feat Attribute filtering as a means to keep certains attributes. Limited release, only supporting none, oai, deriveless or all.
- fix: removed un-needed dependacies outside of dev/testing
- fix/breaking: removed direct integration for
welds
andtypedbuilder
(Instead use the new#[model]
system)
Full Changelog: v0.1.4...v0.2.0