2017-04-22 23:37:23 +08:00
|
|
|
- Upgrade d3 to version 4
|
|
|
|
- Use external d3-textwrap library
|
2017-09-10 22:17:31 +08:00
|
|
|
- rewrite src/d3.js
|
2017-04-15 16:46:10 +08:00
|
|
|
- Problem is it's for d3 v4 only
|
2017-04-22 23:37:23 +08:00
|
|
|
- Make node console output colors like Chrome console
|
|
|
|
- What's the correct way to change logLevel as an end user?
|
2017-09-03 20:07:40 +08:00
|
|
|
- mermaid.initialize({ logLevel: 1 })
|
2017-09-14 11:26:21 +08:00
|
|
|
- Replace CodeClimate with coveralls ?
|
2017-04-22 17:10:37 +08:00
|
|
|
- Get familar with jison
|
2017-06-02 14:42:04 +08:00
|
|
|
- git graph requires a blank line at the end. why?
|
2017-09-09 00:58:41 +08:00
|
|
|
- Remove 'lodash' as dependency
|
2017-09-05 20:57:13 +08:00
|
|
|
- https://github.com/lodash/babel-plugin-lodash
|
|
|
|
- https://www.npmjs.com/package/lodash-webpack-plugin
|
2017-09-10 10:45:38 +08:00
|
|
|
- global.mermaid_config
|
|
|
|
- rewrite logger
|
2017-09-10 19:41:34 +08:00
|
|
|
- rewrite less code
|
2017-09-14 11:26:21 +08:00
|
|
|
- d3 is possible to work with jsdom only.
|
|
|
|
- need to mock window size
|
|
|
|
- so mermaid could work without a browser at all
|
|
|
|
- But how to mesure font size? it's a problem.
|
|
|
|
- Setup code coverage
|
2017-12-20 22:02:21 +08:00
|
|
|
- Create a desktop client
|