Breaking Changes
v1.0.0
Worker(in global context) is now moved into the modulegodot.worker, and renamed toJSWorker
v0.9.8 (1.0.0-pre)
NOTE: Regenerating
.d.tsfiles in your project will help you a lot to fix most errors caused by the broken changes below. Old annotations still work temporarily in this version, please update your codes before the next version.
- All annotations are moved into
godot.annotationsmodule (fromjsb.core). GLOBAL_GETandEDITOR_GETare moved intogodotmodule (fromjsb.core).callable()is removed fromjsb.core, useCallable.createingodotmodule instead.to_array_buffer()is removed fromjsb.core, usePackedByteArray.to_array_buffer()instead.$waitis removed fromjsb.core, useSignal<..., R>.as_promise()instead.