Closed jhollinger closed 2 weeks ago
Extracts some minor changes from jh/2.0-renderer that aren't rendering-specific.
jh/2.0-renderer
V2::Association
V2::ObjectField
V2::Collection
autoload
view_name
current_view.name
Extracts some minor changes from
jh/2.0-renderer
that aren't rendering-specific.V2::Association
struct intoV2::ObjectField
andV2::Collection
.autoload
everything, but manually require files that would have been loaded during render (it's easier for testing).view_name
so the DSL can dynamically refer to the current view's name (like V1'scurrent_view.name
).