Skip to content

Releases: kantord/emuto

v1.11.2

12 Oct 19:26
Compare
Choose a tag to compare

1.11.2 (2018-10-12)

Bug Fixes

  • build each file to allow importing source without flow (d0bf77b)

v1.11.1

12 Oct 19:05
Compare
Choose a tag to compare

1.11.1 (2018-10-12)

Bug Fixes

  • unignore src/ to allow importing compiler (c1b8d18)

v1.11.0

12 Oct 17:25
Compare
Choose a tag to compare

1.11.0 (2018-10-12)

Features

v1.10.0

12 Oct 17:07
Compare
Choose a tag to compare

1.10.0 (2018-10-12)

Features

  • add additive operators (3a51353)
  • multiplicative-parser: support remainder operator (bfd1c9e)
  • add boolean1 operators (a8ea988)
  • add boolean2 operators (5d6798f)
  • add boolean3 operators (4e78dee)
  • add multiplicative operators (81abb9c)
  • add unary operators (5ce186e)

v1.9.0

12 Oct 11:10
Compare
Choose a tag to compare

1.9.0 (2018-10-12)

Features

v1.8.0

10 Oct 20:10
Compare
Choose a tag to compare

1.8.0 (2018-10-10)

Features

  • projection: allow properties as projections (14a281f)

v1.7.0

10 Oct 18:19
Compare
Choose a tag to compare

1.7.0 (2018-10-10)

Bug Fixes

Features

  • projection: allow combining projections in one filter (8d15ee1)

v1.6.1

08 Oct 19:26
Compare
Choose a tag to compare

1.6.1 (2018-10-08)

Bug Fixes

  • function-call: make lambda function calls chainable (5e3928b)

v1.6.0

07 Oct 08:25
Compare
Choose a tag to compare

1.6.0 (2018-10-07)

Features

  • function-call: add alternative lambda syntax (eb84f40)

v1.5.1

07 Oct 07:58
Compare
Choose a tag to compare

1.5.1 (2018-10-07)

Bug Fixes

  • list: allow for whitespace inside lists (e94a5ac)