Commit Graph

183 Commits

Author SHA1 Message Date
knsv c5c995c916 Added the option to disable auto rendering via the mermaid namespace as described in issue #91
Added optional ; as statement separator equal to newline for sequence diagrams (help for tidy users)
2015-01-06 19:33:00 +01:00
knsv 222a6e0682 New release 0.3.1 2015-01-05 15:32:39 +01:00
knsv 7741f49ed8 Move of drawLoop to svgDraw 2015-01-05 15:06:01 +01:00
knsv 786d9ddb54 Move of drawLoop to svgDraw 2015-01-05 14:41:00 +01:00
knsv 03a711d82d Cleanup of code 2015-01-05 14:12:49 +01:00
knsv 758a9d7254 Cleanup of code 2015-01-05 13:41:32 +01:00
knsv 9bc23129d5 Html file for testing sequence diagrams 2015-01-05 13:26:15 +01:00
knsv 343bd52c17 Support for alt & opt statements. 2015-01-05 13:25:37 +01:00
knsv f9943b6b82 Support for different arrow types in sequence diagrams: no arrow head, cross head and regular arrow head. 2015-01-04 17:56:58 +01:00
knsv c7e2c2b3c6 Fix for issue #84 2015-01-03 15:34:49 +01:00
Knut Sveidqvist c10b4553ae Update README.md
Referring further reading to new documentation site
2014-12-31 11:32:25 +01:00
Knut Sveidqvist c8d1b388d8 Merge pull request #79 from it0a/master
Fix for issue #73
2014-12-31 09:57:50 +01:00
it0a da37b4dee5 Fix for issue #73 2014-12-31 02:02:39 -05:00
Knut Sveidqvist 9f904da7b3 Merge pull request #75 from fardog/enhancement-71
Show help and version even if phantom isn't present. Fixes #71
2014-12-28 12:06:14 +01:00
fardog 7bcbe6f469 Show help and version even if phantom isn't present. Fixes #71 2014-12-28 00:26:37 -08:00
Knut Sveidqvist 439cca926d Merge pull request #72 from sudodoki/modify/contibuting
Add apostrophe & 'and'
2014-12-28 09:21:54 +01:00
Oleksandr Lapshyn 5bc20a4b08 Add apostrophe & 'and' 2014-12-27 20:05:15 -05:00
knsv 26d0908b27 Fix for issue #53 2014-12-27 09:46:28 +01:00
knsv 385e823c17 Fix for issue #70 2014-12-23 18:06:07 +01:00
knsv 83d9a3269e Merge branch 'master' of https://github.com/knsv/mermaid
Conflicts:
	README.md
2014-12-22 13:58:30 +01:00
knsv c50178c640 Merge branch 'master' of https://github.com/knsv/mermaid
Conflicts:
	README.md
2014-12-22 13:52:00 +01:00
knsv 96b12e876e New release 2014-12-22 13:49:38 +01:00
knsv 9a8d7a8c57 Handling of min size of messages to self 2014-12-22 13:47:21 +01:00
Knut Sveidqvist d4b35b5594 Update README.md
Added an image example of a sequence diagram
2014-12-22 13:22:45 +01:00
knsv 0af92a1626 Support messages to self in sequence diagrams 2014-12-22 09:07:28 +01:00
knsv c3eb62255f Support for backslash in nodes 2014-12-22 08:11:49 +01:00
knsv 5fc873468d Styling of sequence diagrams from css classes 2014-12-21 20:59:11 +01:00
knsv 307c599a0e Inclusion of tape tests in new test target for travis 2014-12-21 11:25:31 +01:00
Knut Sveidqvist a83639addd Merge pull request #69 from fardog/master
Adds Command Line Interface for generating PNGs from mermaid description files
2014-12-21 09:18:18 +01:00
fardog 8920411b3c Make obvious that README known issues section is for the CLI 2014-12-20 17:50:45 -08:00
fardog 46a7eaea7d Better information around CLI's phantomjs requirement 2014-12-20 17:49:06 -08:00
fardog d2513e9b50 Adds CLI information to the README. 2014-12-20 17:46:23 -08:00
fardog f349ddd796 Adds CLI tests 2014-12-20 17:40:58 -08:00
fardog c703c9a0d3 Adds CLI for rendering mermaid files 2014-12-20 17:18:38 -08:00
knsv 9458bfb24f Sequence diagram loop margins
Handling of arrows to the left in loops in sequence diagrams
Addition of labels
2014-12-20 18:41:20 +01:00
knsv 7bb75c16da Work with loop rendering for sequence diagrams 2014-12-20 09:19:56 +01:00
knsv 69c84df367 Box rendering 2014-12-20 09:18:12 +01:00
knsv 000ffbb622 Modifications of sequence diagram rendering + tests 2014-12-20 08:40:48 +01:00
knsv 53d5221aed Minor changes 2014-12-18 23:47:30 +01:00
knsv 0dc8aa32c6 Added additional tests for sequence diagram rendering. Removed some log output 2014-12-18 23:17:32 +01:00
Knut Sveidqvist 8fa47dac37 Merge pull request #66 from vijay40/master
Allow special symbols for direction along with acronyms
2014-12-17 19:20:10 +01:00
vijay40 cebe033b4b The directions can now be specified with special symbols along with acronyms. So >,<,^,v can be used in place of LR,RL,BT,TB respectively. 2014-12-17 15:24:28 +05:30
knsv 0a3e9ac8e8 Small change to the README reflecting the new syntax without semicolons for the flowcharts 2014-12-16 23:23:27 +01:00
knsv a1e415686c Adding support for loops to the sequence diagram grammar. 2014-12-16 20:51:48 +01:00
knsv 21daaf3e29 Adding support for notes to the left of the actor in sequence diagrams. 2014-12-16 20:12:24 +01:00
knsv 5712c6de7b Release 0.2.16 2014-12-15 19:35:09 +01:00
Knut Sveidqvist e32cbe3004 Merge pull request #63 from vijay40/master
New grammar will allow statements ending without semicolon as disccused in Issue #38
2014-12-15 19:00:28 +01:00
vijay40 3279edab33 Flow grammer is modified to allow each line ending without semicolon to improve readablity. The old declarations also work. One test is also included in flow.spec.js to test the changes. 2014-12-15 15:32:47 +05:30
Knut Sveidqvist 13a65db40e Merge pull request #62 from bjowes/master
Class based styling
2014-12-14 22:49:32 +01:00
Björn Weström e550ef9e25 Merge branch 'pr/2'
Conflicts:
	.gitignore
	dist/mermaid.full.min.js
	dist/mermaid.slim.min.js
2014-12-14 22:30:42 +01:00