Skip to content

Releases: AGulev/jstodef

Defold 1.7.1

10 Apr 08:06
8654e41
Compare
Choose a tag to compare

Updated to be compatible with Defold 1.7.1 and the new Emscripten version.

Updated to use new Lua json decoder

02 Nov 15:00
Compare
Choose a tag to compare
2.0.0

Updated to use dmScript::LuaToJson()

JsToDef v1.4.0

13 May 18:21
4e98a6a
Compare
Choose a tag to compare

FIX: Changed the way string allocation works in updated version of emscripten (from Defold 1.2.178)

JsToDef v1.3.0

05 Apr 07:15
0713d12
Compare
Choose a tag to compare
  • 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

27 Dec 10:32
fd01967
Compare
Choose a tag to compare

Added JsToDef.script_api file for autocomplete in the editor

JsToDef v1.2.0

27 Dec 10:25
fad7f99
Compare
Choose a tag to compare

Breaking changes

Build for Emscripten 2.0.11 (Defold 1.2.178). This breaks compatibility with older Defold versions.

JsToDef v1.1.0

14 Jun 10:14
Compare
Choose a tag to compare

Breaking changes

Build for Emscripten 1.39 (Defold 1.2.170). This breaks compatibility with older Defold versions.

JsToDef v1.0.1

18 Apr 09:19
c0b8f6e
Compare
Choose a tag to compare

Added library folder

JsToDef v1.0.0

06 Apr 17:39
Compare
Choose a tag to compare

Lua json decode replaced with native json decode.

JsToDef 0.8

10 Mar 09:12
f7795c4
Compare
Choose a tag to compare

Initial release.