v1.1.0
What's Changed
- Perf oriented updates by in #2
BREAKING CHANGES
This is just for Library authors depending on Hox.Core.Node
, users and consumers of the DSL/Feliz DSL are not affected
Users of Hox.Core.Node
have to adapt to a change in the core type, rather than using an F# list, we changed to use a LinkedList<T>
from the BCL, our usage in the Node Operations module and the rendering engine didn't really fit the case for F# lists.
Full Changelog: https://github.com/AngelMunoz/Hox/commits/v1.1.0