1.0.0-beta.5
niklauslee
released this
06 Jun 05:47
·
403 commits
to master
since this release
- Support interrupt functions
attachInterrupt()
detachInterrupt()
enableInterrupts()
disableInterrupts()
- Integrate JerryScript 2.4.0. Support many ES2015+ language features
- async functions
for-await-of
language element- generator functions
- and more...
- Changes in event constants for interrupt and
setWatch
. They can be combined with bitwise OR|
operator.LOW_LEVEL
HIGH_LEVEL
FALLING
RISING
CHANGE