Skip to content

Releases: michaelboyles/redcr

v0.0.2

02 Nov 22:16
d89bfa5
Compare
Choose a tag to compare

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)

v0.0.1

06 Aug 20:38
ee4c260
Compare
Choose a tag to compare

Initial alpha release with a few features. Not prod-ready.