Knut Sveidqvist
be92c70b1b
Autofix
2022-03-31 19:15:01 +02:00
Yash-Singh1
e68ec31a8f
Fix lint warnings
2021-11-11 10:37:50 -08:00
Yash-Singh1
d2d8c9bc8e
Add jsdoc and refactor a bit of code
2021-11-06 19:36:06 -07:00
Knut Sveidqvist
5399214ad8
Update of prettier, eslint and rules
2021-07-15 11:35:12 +02:00
harshilparmar
7019a1149d
Change logger to log
2021-02-06 15:56:05 +05:30
Chris Moran
0ae001ed6d
Fixed issue with idea-multimarkdown.
...
- JavaFX does not support lookbehind
- (?) It also appears that named regex groups are also unsupported for both mermaid and javafx
Update:
- Fixed an issue where setLogLevel did not properly handle 'named' log levels
- Backwards compatibility should be preserved, any/all %%{...}%% directives will be correctly processed by the grammar and properly ignored for any/all graph types that do not support them.
- Multiline directives will render an error (as they should) if they are not accounted for in the .jison grammar
2020-06-14 11:34:39 -04:00
Knut Sveidqvist
8455db6fae
#1295 Moving graph operations into mermaid-graplib and adding tests
2020-04-10 07:27:04 +02:00
Knut Sveidqvist
aa32d454c9
#1295 First draft of generic renderer applied to flowcharts.
2020-03-08 09:49:41 +01:00
Knut Sveidqvist
26fac9507e
#1143 Fixing up the color putput of the logger
2019-12-15 09:50:24 +01:00
knsv
0e8164d805
#931 Compliacne with code standard
2019-09-12 12:58:57 -07:00
Fabio Spampinato
9290aa2b61
Replaced “moment” with “moment-mini"
2019-06-04 03:14:35 +02:00
Tyler Long
c9442653e9
Replace require with import
2017-09-10 19:41:34 +08:00
Tyler Long
8fe218676a
Refactor logger
2017-09-10 17:00:15 +08:00
Tyler Long
f6b518ed49
Refactor logger code
2017-09-10 16:56:10 +08:00
Tyler Long
c071503f19
Refactor logger.js
2017-09-09 15:16:15 +08:00
Tyler Long
110e4ee586
Refactor code
2017-04-16 23:08:37 +08:00
Tyler Long
262a917952
Test mermaidAPI
2017-04-16 15:37:32 +08:00
Tyler Long
a730225700
Replace window.console with console in order to support node
2017-04-16 09:37:05 +08:00
Tyler Long
dc4edf775d
Fix style issue of logger.js
2017-04-11 23:46:11 +08:00
Tyler Long
620f3e8734
Auto fix standard style voilations
2017-04-11 22:14:25 +08:00
Knut Sveidqvist
c7c077c21c
Fix for issue #501
...
Added heko request to readme
2017-04-01 13:51:03 +02:00
Knut Sveidqvist
72718c14d1
Merge pull request #435 from whyzdev/issue428_fix_gantt_cli_cfg
...
fix gantt and sequence digram cli cfg
2016-12-14 12:43:50 +01:00
Knut Sveidqvist
046b4fdae4
Fix for issue #311 , mermaid will clear div used for rendering initially in the redner function.
2016-12-14 12:41:12 +01:00
whyzdev
b426e600ce
fix gantt chart cli configuration one more time missing }; make sequenceConfig cli configuration work; added guantt and sequence files in tape cli output tests
2016-12-13 21:07:32 -05:00
whyzdev
db62447c98
fix logger to display exception stack includig message not just {}
2016-12-07 20:26:22 -05:00
Raghu Rajagopalan
65140f6b3f
WIP - able to draw circles now.
2016-04-25 11:36:36 +05:30
Raghu Rajagopalan
5cb44d55ff
logger improvements - allow multiple args
2016-04-25 11:35:44 +05:30
Raghu Rajagopalan
92be61dc48
make logger print object instead of string concatentation
2016-04-25 11:35:44 +05:30
knsv
4eb38e4cfd
Fix for issues #239 and #257 .
2015-11-15 15:06:24 +01:00
knsv
b43e695da2
Fix for issue #204 , added width option to the CLI. Default value for width is 1200.
...
Added logger using es6 syntax
2015-10-19 21:36:55 +02:00
knsv
315923d1d3
Modernization of build environment, better linting, adjustment after stricter static rules, cleanup of package.json
2015-10-17 12:46:36 +02:00
knsv
658ed3d790
Modernization of build environment. Less gulp, more npm. Eslint.
2015-10-12 07:37:02 +02:00
knsv
122274bf52
Fix of broken tests
2015-10-04 19:30:53 +02:00
knsv
709ebe524d
New docs and updated dist
2015-09-26 13:00:30 +02:00
knsv
ab1dd1e549
Fix of broken logger
2015-07-04 09:30:26 +02:00
knsv
6f96b5dd14
Added logger for dealing with issue #179
...
Added markdown files for the documentation.
parseError exposed from the mermaidAPI
2015-06-30 14:23:32 +02:00