Skip to content

Latest commit

 

History

History
101 lines (56 loc) · 5.97 KB

CHANGELOG.md

File metadata and controls

101 lines (56 loc) · 5.97 KB

1.0.0 (2024-02-24)

Bug Fixes

  • add locks to diagon init function (80ade0a)
  • add main branch to semantic release config (0b93bb2)
  • build: remove redundant code in final generated build (e83628b)
  • bump upload artifact to v4 (ae8d717)
  • change versioning to semantic (26e791d)
  • ci: install semantic git library (afde2ee)
  • dist folder not packaged in npm (5f6f68b)
  • ensure diagon translate function is properly exported (8bd2b0d)
  • generating cjs and esm not required for it work (0821b43)
  • install semantic changelog library (37d1a52)
  • options failed to be processed by cpp translate (4093fcc)
  • tests failing due to export change (2c0be19)

Features

  • add sequence expression translation (2326577)
  • add math expression translation (27916b2)
  • add support for grammar translation (b821932)
  • add support to frame & graphDag translation (7e3ed12)
  • add support to table expression translation (c68e9d6)
  • add tree translator (850853e)
  • asynchornous loading of diagon module (38c7059)
  • load wasm file through cdn in browser environment (02d3c1d)

1.6.1 (2024-02-13)

Bug Fixes

  • add locks to diagon init function (1310253)

1.6.0 (2024-02-12)

Features

  • load wasm file through cdn in browser environment (8f06918)

1.5.2 (2024-02-12)

Bug Fixes

  • build: remove redundant code in final generated build (114ec12)

1.5.1 (2024-02-12)

Bug Fixes

  • generating cjs and esm not required for it work (1aaab2d)

1.5.0 (2024-02-12)

Features

  • add support for grammar translation (07d285b)
  • add support to frame & graphDag translation (52d3764)
  • asynchornous loading of diagon module (9d4cd37)

1.4.0 (2024-02-11)

Features

  • add support to table expression translation (559c5ee)

1.3.0 (2024-02-11)

Features

1.2.0 (2024-02-11)

Bug Fixes

  • bump upload artifact to v4 (d87c4ae)

Features

  • add sequence expression translation (1023d12)

1.1.3 (2024-02-11)

Bug Fixes

  • add main branch to semantic release config (5dabd53)
  • ci: install semantic git library (3d5f00d)
  • install semantic changelog library (51fbbff)