model_interfaces 0.0.5
model_interfaces: ^0.0.5 copied to clipboard
Common interfaces for your models that have IDs, titles, etc.
0.0.5 #
- Added
WithAncestorIds. - Added
WithIdHomogenousChildrenParent. - Added
WithIdTitleHomogenousChildrenParent. - Changed
Normalizable.toJsons()fromIterabletoList.
0.0.4 #
- Added
Normalizable.
0.0.3 #
- Added
WithId.mapByIds().
0.0.2 #
- Accept
Iterableinstead ofListfor many inputs. - Added
WithChildren<C>. - Added
WithParent<P>. - Added
WithIdChildrenParent<I, C, P>. - Added
WithIdTitleChildrenParent<I, C, P>.
0.0.1 #
- Initial release.