Skip to content

Release 1.7.2

Compare
Choose a tag to compare
@darnocian darnocian released this 12 Aug 20:27
· 236 commits to main since this release
16d4d46
  • NEW: add manage(object) and unmanage(object) to allow scripts to hint to evaluation engine to dispose of dynamically created objects
  • NEW: updated Template Engine Playground to show evaluation time in ms
  • NEW: updated Template Engine Playground to extract variables from a script into the grid
  • NEW: updated Template Engine Playground with Carbon theme
  • NEW: initial support for json/map like variables
  • FIX: remove caching of TRttiMethod to ensure calls on virtual methods work correctly
  • FIX: type coercion to TValue reapplied