Releases: matusnovak/wrenbind17
Releases · matusnovak/wrenbind17
v1.0.3
- 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.
v1.0.2
- Don't try to deploy docs on non-master branch on Circle CI
- Add delete copy constructor to enforce referencing foreign class instance as a reference
- Fix varReadonly incorrect ForeignProp construct
v1.0.1 (First release)
Replaced VuePress with Hugo and Hugo Learn Theme
Updated Wren submodule
Updated documentation