Badgerati / Pode.Web

Web template framework for use with the Pode PowerShell web server
MIT License
183 stars 23 forks source link

Enables support to use scoped variables in Pages, Elements, etc. #547

Closed Badgerati closed 4 months ago

Badgerati commented 4 months ago

Description of the Change

Enables support to use scoped variables, like $state: and $using:, within Pode.Web Pages and Elements. This uses the new Scoped Variables feature from Pode (https://github.com/Badgerati/Pode/pull/1238), so Pode.Web v1.0.0 will have a dependency on Pode v.2.10.0.

Related Issue

Resolves #138