Skip to content

Releases: roipoussiere/jaffle

v0.4

23 Aug 17:55
Compare
Choose a tag to compare

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

10 Jul 12:13
Compare
Choose a tag to compare

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

10 Jul 12:29
Compare
Choose a tag to compare

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

v0.1

10 Jul 12:58
Compare
Choose a tag to compare

This release is dedicated to a first Proof Of Concept of generating JavaScript code from yaml data.

Change log:

  • create a POC