v0.6.0
Mixins were the first attempts at customizing `_tree`'s behavior for application-specific data modeling. Subclassing solves roughly the same set of problems, and does so in a cleaner (opinion) way. Mixins may be deprecated in the future.
8000
Mixins were the first attempts at customizing `_tree`'s behavior for application-specific data modeling. Subclassing solves roughly the same set of problems, and does so in a cleaner (opinion) way. Mixins may be deprecated in the future.