Skip to main content

Release 3.1

· One min read
Miguel Gamboa
HtmlFlow Author

Added support for thread-safe views. To use the same view across multiple threads, you should now call the threadSafe() method.

For an example, refer to the unit test testDivDetailsBindingWithRender, which demonstrates rendering 4 different context models in parallel using the same view.

This update resolves #16.