Minor Changes
-
feat: restrict backbone model access in render context (#140)
-
feat!: Limit view fields exposed to render function (#138)
BREAKING: The render function's argument has been refactored from a full
AnyView
to a simple object. This object only exposes themodel
andel
fields to the user-providedrender
function. This change aims to simplify the API and reduce potential misuse. Please ensure your render function only depends on these fields.