Skip to content

Releases: seflless/diagrams

v0.11.0

07 Jan 15:58
Compare
Choose a tag to compare

Changes

  • Upgraded chokidar dependency to remove security vulnerabilities

v0.10.0

20 Oct 11:17
Compare
Choose a tag to compare

Changes

  • Updated dependencies to get rid of electron vulnerability

v0.9.0

27 Aug 15:09
Compare
Choose a tag to compare

Added

  • New diagrams build command
  • diagrams watch always build first now
  • js-sequence-diagram was upgraded to 2.0.1

v0.8.2

22 Jan 18:58
Compare
Choose a tag to compare
  • Added chokidar as a dependency in package.json. It was used but not added as a dependency (BUGFIX)

v0.8.0

23 Oct 14:58
Compare
Choose a tag to compare
  • Added documentation for new watch command.

v0.7.1

23 Oct 14:51
Compare
Choose a tag to compare
  • Bug fix. No new features.

v0.7.0

23 Oct 12:35
Compare
Choose a tag to compare
  • Added diagrams watch command. Automatically converts diagram files when they change or are created
    • NOTE: For a first pass this puts the generated .svg files beside the original file, which isn't ideal. I need to add an output directory where generated files can end up to more easily support checking in the source diagram files but not the generated files which can be recreated from source just like any compiled file.