Releases: AGulev/jstodef
Releases · AGulev/jstodef
Defold 1.7.1
Updated to use new Lua json decoder
2.0.0 Updated to use dmScript::LuaToJson()
JsToDef v1.4.0
FIX: Changed the way string allocation works in updated version of emscripten (from Defold 1.2.178)
JsToDef v1.3.0
- The ability to send the ArrayBuffer object from JS to Defold
- The ability to pass strings with the null character
Thanks @aglitchman for this contribution.
JsToDef v1.2.1
Added JsToDef.script_api
file for autocomplete in the editor
JsToDef v1.2.0
Breaking changes
Build for Emscripten 2.0.11 (Defold 1.2.178). This breaks compatibility with older Defold versions.
JsToDef v1.1.0
Breaking changes
Build for Emscripten 1.39 (Defold 1.2.170). This breaks compatibility with older Defold versions.
JsToDef v1.0.1
Added library folder
JsToDef v1.0.0
Lua json decode replaced with native json decode.
JsToDef 0.8
Initial release.