routed_views 0.2.1
routed_views: ^0.2.1 copied to clipboard
View and translation presentation for Routed — Mustache, Liquid, and locale helpers.
0.2.1 - 2026-08-25 #
- Completed public Dartdoc coverage and enabled the
public_member_api_docsanalyzer lint. - Clarified typed provider configuration, view-engine lifecycle, request rendering, locale resolution, translation loading, and Liquid integration.
0.2.0 #
- Breaking: Replace localization resolver IDs, resolver option maps, and
LocaleResolverRegistrywithList<LocaleResolver>inLocalizationConfig; construct built-in and custom resolvers directly. - Moved the current view, render, and translation helpers behind the standalone
routed_viewspackage. - Updated localization and view providers and exposed the current template engine integration.
- Provider startup configuration is now documented and supplied through the
typed
RoutedViewConfigandLocalizationConfigconstructors.
0.1.0 #
- Initial package scaffold for the routed modular package split.