Releases: britzl/ludobits
Releases · britzl/ludobits
Ludobits 6.7.0
NEW: sequence.wait_until_true() and wait_until_false()
Ludobits 6.6.0
FIX: sequence.http_get() and sequence.http_post() didn't work
NEW: sequence.call() to invoke any function
Ludobits 6.5.2
FIX: ludobits.m.signal Signal id should be of type hash for easier use when sent as a message id
Ludobits 6.5.1
FIX: ludobits.m.signal trigger() failed for listeners added as URLs when the message was anything other than a table or nil
Ludobits 6.5.0
NEW: sequence.go.animate() now supports "position.xy" as a property
Ludobits 6.4.0
NEW: ludobits.m.sequence
Ludobits 6.3.1
FIX: Delete flow timers when done
Ludobits 6.3.0
CHANGE: flow.update() has been deprecated in favour of updating flows using a native timer
CHANGE: flow.ray_cast() has been deprecated in favour of native physics.raycast()
Ludobits 6.2.0
NEW: util.lerp()
Ludubits 6.1.0
NEW: Added async.delay(delay)