trellis_dart_frog 0.10.2
trellis_dart_frog: ^0.10.2 copied to clipboard
Dart Frog integration for the Trellis template engine — provider, HTMX helpers, and security middleware.
Changelog #
0.10.2 #
Changed #
- Lockstep version bump to keep all Trellis SDK packages on a single shared version. No functional changes in this package.
0.10.1 #
Changed #
- Lockstep version bump to keep all Trellis SDK packages on a single shared version. No functional changes in this package.
0.10.0 #
Changed #
- Lockstep version bump to keep all Trellis SDK packages on a single shared version. No functional changes in this package.
0.9.1 #
Changed #
- Lockstep version bump to keep all Trellis SDK packages on a single shared version. No functional changes in this package.
0.9.0 #
Changed #
- Lockstep version bump to keep all Trellis SDK packages on a single shared version. No functional changes in this package.
0.8.2 #
Changed #
- Lockstep version bump to keep all Trellis SDK packages on a single shared version. No functional changes in this package.
0.8.1 #
Changed #
- Lockstep version bump to keep all Trellis SDK packages on a single shared version. No functional changes in this package.
0.8.0 #
Changed #
- Version aligned to the unified Trellis SDK lockstep versioning scheme — all SDK packages now share a single version number and are released together. No functional changes since 0.1.0.
0.1.0 #
Added #
trellisProvider()for exposing aTrellisengine through Dart Frog providers.renderPage(),renderFragment(), andrenderOobFragments()for template rendering fromRequestContext.- HTMX request helpers:
isHtmxRequest(),htmxTarget(),htmxTrigger(), andisHtmxBoosted(). csrfToken()andCsrfTokenfor reading the current token from request context.
Security #
trellisSecurityHeaders()middleware bridged fromtrellis_shelf.trellisCsrf()middleware bridging the Shelf double-submit cookie implementation into Dart Frog.- Re-export of
CspBuilderso apps can configure CSP without importingtrellis_shelfdirectly.