Releases: judepayne/dictim
Releases · judepayne/dictim
0.9.1
0.9.1: Major clean of error handling and putting the CLI first
- new readme to focus project as CLI first, Clojure library second
- renamed CLI to 'dict' rather than 'dictim'
- added validation for graphspecs and templates
- extenesive improvements/ rationalization of CLI functionality
- Fixed all errors with CLI - better exception handling. Aim to be complete
- With the --image option added d2 passthroughs: pad, center, dark-theme, sketch & animate-interval
- New command-line.md reference page for the wiki, replacing old
- Add -i flags to graphspec - generates images directly from graph specs
- Rewrote dictim syntax wiki page
- Add wiki Graphspec page
- Move to 3 digit version numbers from here on in!
v0.9.0.1
v0.9.0
v0.8.9
v0.8.8
# 0.8.8
- Fixed #14. See `lists` in wiki
- Changed how comments are represented. See wiki
- add wiki section on command line Windows string handling
- Changed cmd line apply-template to not remove styles by default. Use the `-r` option to remove styles ahead of template application
- other small fixes