Releases: njourdane/jaffle
Releases · njourdane/jaffle
v0.4
This release is dedicated to the node editor.
Change log:
- use an abstract data structure, allowing to convert from/to graph, yaml, JS, etc
- massive refactoring
- make the node editor editable
- add keyboard shortcuts
- update unit tests
- add editor tabs
- add menu button
- include tune samples in the Jaffle UI
v0.3
This release is dedicated to the tune visualization.
Change log:
- tune visualization POC
- better box stacking
- dynamic graph height
- dynamic box width
- align values to the right
- syntax highlighting
- truncate too long values as a workaround before adding line breaks
- display full value in tooltip
- fix box rendering for serialized data
- get rid of _ function prefix and / string prefix, so the syntax is closer to Strudel
v0.2
This release is dedicated to having a yaml syntax fully compatible with Strudel tunes and improving the website.
Change log:
- update syntax, in particular using arrays for function chaining
- add test suite
- convert and include all Strudel examples
- code refactoring
- build website with Hugo
- improve editor appearance and usage
- add editor top bar
- display error messages
- add syntax page
- new project name
- create project icon
- move repo to GitHub