Nomnoml Versions Save

The sassy UML diagram renderer

v1.6.2

2 months ago

Fix bug where hash character was interpreted as a directive in the middle of a line

v1.6.1

2 months ago

Restore parser behavior where comments are only supported at the start of a line

v1.6.0

2 months ago
  • Rewritten parser
  • Chain multiple associations on a single line [a]->[b]->[c]
  • Supply id separately from node display name [<class id=banana>🍌]
  • ❌ Removed Weightless Edge feature [a] \_ [b]

v1.5.3

1 year ago
  • Fix a bug with unsupported variables names in some runtimes
  • upgrade dependencies

v1.5.1

2 years ago
  • Fix a bug where SVGs did not include their source in the desc tag
  • Fix a bug where table nodes produced invalid SVG

v1.5.0

2 years ago

SVG output is generated with a proper element hierarchy. Parent g group elements are attributed with data-name=NODE_NAME.

v1.4.0

3 years ago

Introduces new relationship and node types for expressing required and provided interfaces.

New relation types -o) o<-) ->o

New node types lollipop socket

v1.3.0

3 years ago
  • Style node titles with title=bold,italic,left
  • Style node bodys with body=bold,italic,left
  • Nicer database graphics
  • More descriptive compilation errors
  • Switch to Graphre (a forked version of Dagre)
  • Support Webpack

Webapp

  • Folders in file system view
  • Always as for filename when saving a #view url graph
  • Improved file system view

v1.2.0

3 years ago
  • Type definitions included (typescript .d file)
  • Fixed layout bug when using HIDDEN nodes
  • Fixed bug where SVG attributes were not properly escaped
  • New association type _> that creates a shorter (weightless) edge
  • New directive #gravity: 0 that makes every association weightless
  • Drop ES3 support and target ES5 explicitly

v1.1.1

3 years ago
  • Fix bug when setting background color with #background: