- improved docstring [(issue)](https://github.com/dblarremore/webweb/issues/47) - changed import of `pygmlion` from relative to absolute so documentation can be properly generated - added hash to webweb file names so multiple can be shown at once [(issue)](https://github.com/dblarremore/webweb/issues/50). - fix link width scaling. (oops.) - add `__authors__` and `__version__` to the package
0.0.36
- fixed bug introduced in `0.0.33` on linux where files won't pop up
0.0.35
- put `Show node names` widget above of `Highlight nodes named` widget
0.0.34
- fixed bug where links opacity and width were scaled without taking into account repeated edges. [issue](https://github.com/dblarremore/webweb/issues/43) - fixed loading of development client resources (non-user facing issue)
0.0.33
- automated testing for python - node names will be displayed at a slightly higher simulation temperature
0.0.32
- added `display.showLegend` which defaults to = `True`. If `True`, will draw the legend.
20190206 - canvas!
- webweb now renders with canvas! It’s faster and able to support larger networks. - Legends are labeled with what they make legendary.