v1.1.0
·
198 commits
to master
since this release
1.1.0 (2020-07-03)
Features
- API: add auto-generated API documentation (722e380)
The API documentation is auto generated with docfx and converted to markdown via turndown in a custom nodejs script.
Bug Fixes
- package.json: add docfx.json file (d81b95b)
The docfx.json file was missing from the package.json causing the build process to fail. It has now been added.