Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-04 | js: Add jsdoc, update webpack-cli dependency | Maximilian Krambach | 1 | -14/+0 | |
-- * package.json: - the old webpack-cli version depended on two packages with vulnerabilities, set to minimum version 3.0.8 to fix this (nodesecurity.io/advisories/157, nodesecurity.io/advisories/612) - added License identifier * README: Updated documentation * jsdoc.conf: Added a configuration file for jsdoc * some minor documentation changes, indentations | |||||
2018-05-03 | js: Added browser testing for unit tests | Maximilian Krambach | 1 | -0/+14 | |
-- * Added unittests to be run inside a Browser. To be able to access the non-exposed functions and classes, a testing bundle will be created, containing the tests (unittests.js) and the items to be tested. * src/Helpelpers, src/Key, src/Keyring: fixed some errors found during testing. |