Skip to content

v0.0.2

Latest
Compare
Choose a tag to compare
@michaelboyles michaelboyles released this 02 Nov 22:16
d89bfa5

Features

  • Added support for the 'delete' operator
  • Added support for for-loops
  • Added support for reducers containing if-statements
  • Added support for modifying destructured parts of state
  • Added support for string concatenation
  • Redcr import is automatically removed
  • Added support for switch statements
  • Added support for unary operators

Bug fixes

  • Array function could be used as an expression lambda (#5)
  • All array functions but the first one were lost when there was multiple calls on the same field (#6)