Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fall back to import x = require() syntax | Leonid Logvinov | 2017-06-21 | 1 | -1/+1 |
* | Use different lodash import syntax which allows to include only used functions | Leonid Logvinov | 2017-06-21 | 1 | -2/+2 |
* | Make ZeroEx constructor accept Web3Provider instead of Web3 instance | Leonid Logvinov | 2017-06-15 | 1 | -1/+1 |
* | Introduce index.ts file which defines public interface | Leonid Logvinov | 2017-06-13 | 1 | -1/+1 |
* | Change main file name from 0x.js.ts to 0x.ts | Leonid Logvinov | 2017-06-12 | 1 | -1/+1 |
* | Address feedback | Leonid Logvinov | 2017-06-06 | 1 | -2/+2 |
* | Add chai_setup | Leonid Logvinov | 2017-06-05 | 1 | -5/+2 |
* | Add includeStack config to chai setup so that we get stackTraces | Fabio Berger | 2017-06-03 | 1 | -0/+1 |
* | use to.have.lengthOf | Fabio Berger | 2017-05-30 | 1 | -2/+2 |
* | Add tests for getTokensAsync including schema validation | Fabio Berger | 2017-05-30 | 1 | -0/+43 |