Skip to content

4.20.0: Viewmodel (#40)

Compare
Choose a tag to compare
@bajb bajb released this 28 Dec 21:56
· 2 commits to master since this release
1008a36
* Add viewmodels

* Set the model

* Mixed return type

* Lock public properties

* Templated View Model

* Implement view interface

* Return locked data in json

* Native view model handling

* Controller inject

* Updated view method/param naming

* Cubex aware

* Add context flags

* Default flag return

* Global flag rules

* Basic query string flags

* Test view Model with data and with default render

* Test Json Renderer
Don't default to locked

* reduce test test wording

* only resolve if the method is available

* Test resolving controller and controller methods

* Build for 8.1 and 8.2
remove 7.4 support

* Build for 8.1 and 8.2
remove 7.4 support

* Update to rc

* wait on release

* Add redirect routes

* Bool querystring flags

* Flag rule flow

* Cookie Flags

---------

Co-authored-by: Kyle Essex <kylegavinessex@hotmail.com>