Releases: liam-ilan/crumb
Releases · liam-ilan/crumb
v0.0.3
A quick performance boost update!
- Reworked internal
list
implementation to use immutable arrays (since lists are copied and passed by value anyways). - Files imported by the
use
function are now cached. - The
event
function now takes an optionaltime
argument, representing the maximum blocking time of the function. - The behavior of
event
without the passedtime
argument has been changed from maximally blocking 0.1 seconds, to blocking indefinitely until an event is received.
v0.0.2
The first update to Crumb! Here are the new features:
- sh integration with the
shell
standard library function. - The ability to chain multiple conditionals with
if
. read_file
now returnsvoid
if it is unable to read.and
andor
functions now can get more than two values.-v
flag prints current version.\x
hexadecimal escape code support.- Fixed ANSI event behavior for
\eO
, used to detect fn keys. - Minor fixes.