Skip to content

V1.0.0

Choose a tag to compare

@vvo vvo released this 10 Dec 15:09
· 8360 commits to main since this release
  • refactored chain API using chainit to resolve pause(1) and chain order bugs, fixes many chain issues
  • refactored test launcher, use a local server and a local file for testing, provide easy local testing and fully mocha compliant
  • refactored commands/protocols modules syntax
  • refactored prototype launcher (use named functions)
  • removed most of the if(!callback) checks in code, chainit always sends a callback if needed
  • use simple travis commands (we will be able to run on many browsers without having to code a runner), see admc/wd example
  • logLevel defaults to silent (too much output at first use)
  • singleton defaults to false (misleading default option)
  • added maximize protocol
  • cleaner readme
    travis-ci now used on all PR and all pushed to master, as you can see in this PR and you can check the results