Skip to content

v1.0.3

Compare
Choose a tag to compare
@matusnovak matusnovak released this 16 Apr 20:21
· 29 commits to master since this release
bc7c2c7
  • Add support for native lists.
  • Fix iterating over empty vector or list in Wren has bad iterator value.
  • Fix compiler warnings on vector and list index in removeAt and insert functions.
  • Fix StdVectorBindings and StdListBindings using custom class that has no compare operator. If a class or struct with no compare operator used for StdVectorBindings then the function contains() will use pointers instead to check for existing value. Otherwise the contains() function will use std::find.