neuron v0.5.0.0 Release Notes

    • Markdown: switch to Pandoc, and commonmark (with extensions). #166
      • Markdown parsing is consequently less strict and more permissive
      • With this change, neuron can potentially support other text formats (org, reST, etc.)
    • Switch to GHC 8.6 (for reflex-dom)
    • ๐Ÿ‘ Raw HTML support (#191)
    • Introduce new "uplink tree" view (#195)
    • Resilient error handling (#202, #215)
    • โž• Added neuron query --graph to get the entire graph as JSON export
    • ๐Ÿ‘ YAML block is now optional; title is also optional, while native Markdown H1 titles are now supported (#230)
    • ๐Ÿ› Bug fixes
      • Fix 'neuron new' generating invalid Markdown when title contains special characters (#163)