model_interfaces 0.1.4
model_interfaces: ^0.1.4 copied to clipboard
Common interfaces for your models that have IDs, titles, etc.
0.1.4 #
WithId.mapByIdsacceptsIterable.
0.1.3 #
Rangeis now non-abstract.
0.1.2 #
- Added
Range.
0.1.1 #
- Added
WithHomogenousParent.
0.1.0 #
- BREAKING:
WithIdTitleconstructor uses positional arguments.
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.