Emuto Versions Save

manipulate JSON files

v1.35.0

5 years ago

1.35.0 (2019-03-08)

Features

  • implement fragments in object projections (8a61326)

v1.34.0

5 years ago

1.34.0 (2019-02-25)

Features

  • projection: support aliases in object projection (c9d1a3c), closes #278

v1.33.0

5 years ago

1.33.0 (2019-02-24)

Features

v1.32.0

5 years ago

1.32.0 (2019-02-23)

Features

  • implement object projection (c5de568), closes #242
  • implement object projection (65975bb)

v1.31.0

5 years ago

1.31.0 (2019-01-18)

Features

  • implement operators as functions (c5ce0c7)

v1.30.0

5 years ago

1.30.0 (2018-12-24)

Features

  • interpreter: allow passing external variables (37163b8), closes #174

v1.29.2

5 years ago

1.29.2 (2018-12-24)

Performance Improvements

  • keyword-primitive: use regexp to parse (416e2fa)
  • projection-parser: improve performance by reorganizing parser (5d74903)
  • section-parser: balance performance (e1736c3)
  • tuple-parser: improve performance by re-organizing parser (5e4ec20)
  • unary-operator-parser: avoid unnecessary branching (30e5e68)

v1.29.1

5 years ago

1.29.1 (2018-12-24)

Performance Improvements

  • pipe: improve performance (ab4ecfe)
  • reorder branches to slightly improve performance (6363406)
  • ternary-operator-parser: improve performance (cc324d1)

v1.29.0

5 years ago

1.29.0 (2018-12-08)

Features

v1.28.2

5 years ago

1.28.2 (2018-11-23)

Bug Fixes

  • fix spreading strings into arrays (a49ea1d), closes #126