Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Version 0.3.0

Compare
Choose a tag to compare
@karmacoma karmacoma released this 19 Sep 15:55
· 2107 commits to master since this release

Changelog

  • Merged: #11. Fixed Browserified version of lisk.js. @Tosch110
  • Merged: #12. Added static code analysis. Closes #8. @Tosch110
  • Merged: #14. Added test coverage metric. Closes #10. @Tosch110
  • Merged: #16. Adding documentation with YuiDoc. Closes #15. @Tosch110
  • Merged: #17, #29. Implemented EsLint and changed the codebase to the lisk core standard. Closes #23. @karmacoma
  • Merged: #19. Various Test improvements. @Tosch110
  • Merged: #21, #30. Adding Travis CI. Closes #15, #31. @Tosch110
  • Merged: #22. Lisk-JS now includes an API Wrapper, for the Lisk core API. Closes #20. @Tosch110
  • Merged: #26. Lisk-JS does now have a github page, with full documentation of the functions and a page to experiment with Lisk data. Closes #24. @Tosch110
  • Merged: #27. Lisk-JS is now able to sign and verify messages cryptographically. Closes #13. @Tosch110
  • Merged: #36. Sign and verify messages on the github page. Closes #28. @Tosch110
  • Merged: #40. Merged: #48. Adding coveralls. @Tosch110 @karmacoma
  • Merged: #43. Renamed app.js browserified version to lisk-js.js and added a lisk-js.min.js.
 Browser version bundled into dist/ folder instead of root of the library. Closes #8. @Tosch110
  • Merged: #44. Doc and example optimization. @Tosch110
  • Merged: #48. Setup coveralls. @Tosch110
  • Merged: #51. Increased test coverage. @Tosch110
  • Merged: #54. Added API wrapper async tests. Closes #38. @Tosch110