Releases: britzl/ludobits
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)
Ludubits 6.0.0
CHANGE: Moved ludobits.m.platformer to a separate repo (see https://github.com/britzl/platypus)
CHANGE: flow.until_input_pressed() and flow.until_input_released() can now wait for multiple action ids
CHANGE: Moved ludobits.m.conway and ludobits.m.perlin to ludobits.m.procgen
FIX: Broken examples
NEW: Added ludobits.m.async()
FIX: Updated and improved tests
NEW: ludobits.m.settings.lua now supports multiple files