Skip to content

Releases: int2str/jssyntaxtree

Now with 100% more SUPER!

15 Dec 20:00
Compare
Choose a tag to compare
  • Superscript is now available on nodes using the ^ character
  • Added new tip for superscript operator
  • Added new alignment options to completely bottom align the graph
  • Added vertical spacing slider

One, one, one!!!111!!!!!1!11!

06 Nov 23:46
Compare
Choose a tag to compare

Mostly fixes around arrow routing. Also restored previous behaviour where subscripts could be used on leaf nodes (Issue #7).

Compiling......

03 Nov 01:24
Compare
Choose a tag to compare

All new "compiler" based architecture with separate tokenizer and parsers.

Also adds arrow drawing using the ->, <- and <> symbols after a leaf.

Faster!!!!! Faster!!!! Faaaaaaassssttteerrr!

31 Oct 02:23
Compare
Choose a tag to compare

Some new parsing features and refactors in this release...

  • Sub-script text can now be "quoted" to include spaces in the subscript (ex. [A_"Hello World" B])
  • Sub-script text is now included in the node width, so longer sub-script text does not get cut-off
  • Switched to JavaScript module loading to improve script loading
  • Combined some scripts to avoid extra HTTP requests

Yo dawg, I heard you liked 'const'....

20 Sep 05:26
Compare
Choose a tag to compare

(and old memes I guess?)

Cleanups everywhere, no functionality changes (hopefully?)...

  • JavaScript has more const now and some other minor cleanups. Also fixed redundant JavaScript module imports.
  • HTML uses newer tags like now and labels are linked to checkboxes to make them clickable as well.
  • CSS simplifications mainly

Bottom's up!

20 Apr 22:54
Compare
Choose a tag to compare

Added new option to align leafs at the bottom of the graph.
Also added ability to put spaces in nodes.

MS Clippy - Javascript edition

26 Aug 21:41
Compare
Choose a tag to compare

Added tip rotation to display helpful (?) tips below the chart.
Also brought back manual subscripts.

Cleanup in isle 5

11 Aug 16:54
Compare
Choose a tag to compare

Some code cleanup and code size reduction.

Also added back the ability to use manual subscript using the '_' (underscore) character.

p5.js no more

01 Aug 07:27
Compare
Choose a tag to compare

Removed p5.js dependency.
p5.js is great, but overkill for what we're doing here...

Initial release

01 Aug 07:25
Compare
Choose a tag to compare

JavaScript port of phpSyntaxTree.