Skip to content

v5.3.6

Compare
Choose a tag to compare
@objeck objeck released this 26 Jun 14:39
· 8882 commits to master since this release

Enhancements with minor bug fixes.

Highlights:

  1. Refactored garbage collector to improve caching and reduce OS memory allocation calls (new)
  2. 'Select' labels now support comma delimited values (new)
  3. Fixed ‘As(..)’ cast issue that could allow arrays and classes to be casted to enums (bug)