graphviz
Version:
Node.js interface to the GraphViz graphing tool
65 lines (39 loc) • 3.35 kB
Markdown
# Change Log
## [0.0.9](https://github.com/glejeune/node-graphviz/tree/0.0.9) (2019-04-03)
[Full Changelog](https://github.com/glejeune/node-graphviz/compare/0.0.8...0.0.9)
**Closed issues:**
- Is it possible to create a stripped down version for browsers that only generates dot code? [\#15](https://github.com/glejeune/node-graphviz/issues/15)
- Is there a way to tell this library to ignore duplicate edges? [\#13](https://github.com/glejeune/node-graphviz/issues/13)
- How to get x,y coords for a node? [\#11](https://github.com/glejeune/node-graphviz/issues/11)
**Merged pull requests:**
- Fix missing error handling [\#26](https://github.com/glejeune/node-graphviz/pull/26) ([BridgeAR](https://github.com/BridgeAR))
- Fixing `for in` loops [\#17](https://github.com/glejeune/node-graphviz/pull/17) ([dariusk](https://github.com/dariusk))
- Node setter is now fluent. [\#16](https://github.com/glejeune/node-graphviz/pull/16) ([SebastienElet](https://github.com/SebastienElet))
## [0.0.8](https://github.com/glejeune/node-graphviz/tree/0.0.8) (2012-08-04)
[Full Changelog](https://github.com/glejeune/node-graphviz/compare/0.0.7...0.0.8)
**Closed issues:**
- Clickable Nodes [\#10](https://github.com/glejeune/node-graphviz/issues/10)
**Merged pull requests:**
- `npm install node-graphviz` --\> `npm install graphviz` [\#9](https://github.com/glejeune/node-graphviz/pull/9) ([pooriaazimi](https://github.com/pooriaazimi))
## [0.0.7](https://github.com/glejeune/node-graphviz/tree/0.0.7) (2012-07-01)
[Full Changelog](https://github.com/glejeune/node-graphviz/compare/0.0.6...0.0.7)
**Closed issues:**
- Publish 0.0.6 with correct dependency on 'temp' to the npm repo? [\#5](https://github.com/glejeune/node-graphviz/issues/5)
**Merged pull requests:**
- Fixed so it can be installed on v0.8. Please bump version & update the NPM repo :\) [\#7](https://github.com/glejeune/node-graphviz/pull/7) ([pahen](https://github.com/pahen))
- Hi! I fixed some calls to "sys" for you! [\#6](https://github.com/glejeune/node-graphviz/pull/6) ([node-migrator-bot](https://github.com/node-migrator-bot))
## [0.0.6](https://github.com/glejeune/node-graphviz/tree/0.0.6) (2012-01-27)
[Full Changelog](https://github.com/glejeune/node-graphviz/compare/0.0.5...0.0.6)
**Closed issues:**
- Error: EPIPE, Broken pipe [\#3](https://github.com/glejeune/node-graphviz/issues/3)
- Graph.prototype.getNodeAttribut [\#2](https://github.com/glejeune/node-graphviz/issues/2)
## [0.0.5](https://github.com/glejeune/node-graphviz/tree/0.0.5) (2011-12-14)
[Full Changelog](https://github.com/glejeune/node-graphviz/compare/0.0.4...0.0.5)
**Merged pull requests:**
- graphviz.js: Don't require the 'sys' module. [\#4](https://github.com/glejeune/node-graphviz/pull/4) ([papandreou](https://github.com/papandreou))
## [0.0.4](https://github.com/glejeune/node-graphviz/tree/0.0.4) (2010-11-16)
[Full Changelog](https://github.com/glejeune/node-graphviz/compare/0.0.3...0.0.4)
## [0.0.3](https://github.com/glejeune/node-graphviz/tree/0.0.3) (2010-10-04)
[Full Changelog](https://github.com/glejeune/node-graphviz/compare/0.0.2...0.0.3)
## [0.0.2](https://github.com/glejeune/node-graphviz/tree/0.0.2) (2010-09-29)
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*