v1.1.0
·
436 commits
to master
since this release
1.1.0 (2020-07-03)
Features
- API: add auto-generated API documentation (a8e3372)
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 (43657da)
The docfx.json file was missing from the package.json causing the build process to fail. It has now been added.