Skip to content

Releases: liam-ilan/crumb

v0.0.3

05 Aug 02:25
Compare
Choose a tag to compare

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 optional time argument, representing the maximum blocking time of the function.
  • The behavior of event without the passed time argument has been changed from maximally blocking 0.1 seconds, to blocking indefinitely until an event is received.

v0.0.2

02 Oct 07:51
Compare
Choose a tag to compare

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 returns void if it is unable to read.
  • and and or 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.

v0.0.1

16 Sep 04:44
Compare
Choose a tag to compare

Initial Release.