Releases: swiftlysingh/excalidraw-cli
Releases · swiftlysingh/excalidraw-cli
v1.2.0
Installation
npm install -g @swiftlysingh/excalidraw-cliWhat's Changed
- ci: only publish on code changes, add GitHub release by @swiftlysingh in #1
- Develop by @swiftlysingh in #2
- Update README with npm installation instructions by @swiftlysingh in #3
- release: Add Image Support & DOT/Graphviz Parser by @swiftlysingh in #8
- Release v1.1.0: DOT format support, images & assets by @swiftlysingh in #9
- fix: add contents write permission for GitHub releases by @swiftlysingh in #10
- Feature/export image by @SoniPrithish in #14
- Raise CI/publish Node baseline to 20.19.0 and enforce lint failures by @swiftlysingh in #17
- Repository manpage by @swiftlysingh in #11
- chore: bump version to 1.2.0 by @swiftlysingh in #21
New Contributors
- @swiftlysingh made their first contribution in #1
- @SoniPrithish made their first contribution in #14
Full Changelog: v1.0.1...v1.2.0
v1.0.0
Installation
npm install -g @swiftlysingh/excalidraw-cliInitial Release
- CLI for creating Excalidraw flowcharts programmatically
- DSL syntax support for quick diagram creation
- JSON input support for complex diagrams
- Auto-layout using ELK algorithm