Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add lint command to website sub-package | Fabio Berger | 2017-11-28 | 1 | -0/+1 |
| | |||||
* | Merge pull request #240 from 0xProject/fix/websiteMdDirectory | Brandon Millman | 2017-11-28 | 8 | -0/+81 |
|\ | | | | | Add md directory to website package and change generated docs directory | ||||
| * | Add md directory to website package and change generated docs directory | Brandon Millman | 2017-11-28 | 8 | -0/+81 |
| | | |||||
* | | remove comment | Fabio Berger | 2017-11-28 | 1 | -1/+0 |
| | | |||||
* | | Add "Web3" prefix to web3 alias types and link to the correct line in the ↵ | Fabio Berger | 2017-11-28 | 2 | -2/+14 |
| | | | | | | | | web3 typings | ||||
* | | Fix overlapping arg names | Fabio Berger | 2017-11-28 | 1 | -2/+1 |
| | | |||||
* | | Fix source links in 0x.js docs | Fabio Berger | 2017-11-28 | 1 | -3/+6 |
|/ | |||||
* | Fix subscriptions given latest changes to 0x.js | Fabio Berger | 2017-11-24 | 1 | -4/+5 |
| | |||||
* | Add exit code 0 because it is expected that uglifying the code throws an error | Fabio Berger | 2017-11-24 | 1 | -1/+1 |
| | |||||
* | update tokenByAddress after tokenStateByAddress to avoid race-condition | Fabio Berger | 2017-11-24 | 1 | -1/+1 |
| | |||||
* | Add error when unexpected condition hit | Fabio Berger | 2017-11-24 | 1 | -0/+3 |
| | |||||
* | Fix alignment | Fabio Berger | 2017-11-24 | 1 | -9/+9 |
| | |||||
* | Add missing keys | Fabio Berger | 2017-11-24 | 1 | -0/+2 |
| | |||||
* | Fix bug | Fabio Berger | 2017-11-24 | 1 | -2/+2 |
| | |||||
* | Force the clearance of tradeHistory | Fabio Berger | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | Upgrade to latest 0x.js version and refactor subscriptions to use latest ↵ | Fabio Berger | 2017-11-23 | 3 | -26/+54 |
| | | | | interface | ||||
* | Fix build bug | Fabio Berger | 2017-11-23 | 1 | -0/+1 |
| | |||||
* | Add website to mono repo, update packages to align with existing ↵ | Fabio Berger | 2017-11-22 | 290 | -0/+23527 |
sub-packages, use new subscribeAsync 0x.js method |