Releases: mdaines/viz-js
Releases · mdaines/viz-js
v2.0.0-pre.6
- Fix TypeScript declarations.
v2.0.0-pre.5
- Free layout and graph when we're done with them. Reuse the Emscripten module instance.
- Export the Module and render functions from rendering script files.
- Use ".js.opaque" rendering script files instead of ".module".
v2.0.0-pre.4
- Don't wait for onload to resolve image elements.
v2.0.0-pre.1
- New 2.0 API. Viz is now a class, and has separate render functions that return promises. The code generated by Emscripten is now distributed as separate files, which can be loaded as web workers.
- Add yInvert option. (#118)
- Fix lite in IE.
- Update Emscripten version.
v1.8.1
v1.8.1-pre.5
- Add tests for TypeScript declaration file.
- Update TypeScript declaration file.
v1.8.1-pre.4
- Add Travis CI configuration for testing and release
- Reorganize browser tests
- Move API docs to wiki
- Update Expat to 2.2.5
- Add Typescript support
v1.8.0
- Include viz-lite.js in NPM release. (998039a, #88)
- Use the -Oz optimization option. (0a7096f)
- Set NO_DYNAMIC_EXECUTION, which removes uses of eval. (e2d9ac6, #75)
- Add version numbers for Graphviz, Expat, and Emscripten to the top of builds. (83740b6, 1d87fe4)
- Add "browser" property to package.json. (1f12dfe, #83)
- Add "files" and "images" options. (4437a03, 5e0a451)