Brandon Millman
d12352972e
Updated CHANGELOGs
2018-02-16 09:49:02 -07:00
Brandon Millman
03d3d84db3
Merge pull request #406 from 0xProject/feature/connect/heartbeat
...
Add configurable heartbeat to WebSocketOrderbookChannel
2018-02-16 08:10:00 -08:00
Brandon Millman
6d818c25c7
Add an enforced minimum for the heartbeat interval
2018-02-16 08:48:15 -07:00
Fabio Berger
6a8f624e75
Add Rinkeby network to smart contract docs
2018-02-16 08:47:27 -07:00
Fabio Berger
0801b1ddf9
Updated CHANGELOG
2018-02-16 08:47:10 -07:00
Brandon Millman
c4bcf24640
Add configurable heartbeat to WebSocketOrderbookChannel
2018-02-16 01:20:27 -07:00
Fabio Berger
0114fc9608
remove hard-coded color
2018-02-16 00:12:27 -07:00
Fabio Berger
8db098eaec
Remove section links until they go somewhere
2018-02-16 00:09:10 -07:00
Fabio Berger
05c3a66543
Add more padding on top of section title
2018-02-16 00:08:57 -07:00
Fabio Berger
9349752baa
Add hack comment explaining param count short-cut
2018-02-15 23:56:19 -07:00
Fabio Berger
974fab7284
replace repeated conditionals with variable
2018-02-15 23:54:36 -07:00
Fabio Berger
8a52ffe7b7
Remove unneeded props
2018-02-15 23:52:49 -07:00
Fabio Berger
c6ecdbd86e
use const over hard-coding
2018-02-15 23:52:40 -07:00
Fabio Berger
03797545f9
uncomment dev logic
2018-02-15 23:51:10 -07:00
Fabio Berger
2778f96483
Re-design docs pages
2018-02-15 21:51:49 -07:00
Fabio Berger
6cd4e7a17e
Add icons for all doc pages
2018-02-15 21:51:37 -07:00
Fabio Berger
5c91b4bfc6
Re-designed Wiki and half-redesigned docs pages
2018-02-15 20:12:47 -07:00
Fabio Berger
e2b51c5dc4
Merge branch 'development' of github.com:0xProject/0x.js into development
...
* 'development' of github.com:0xProject/0x.js: (24 commits)
Rename variables
Update CHANGELOG
Add npm config for contracts list
Run prettier
Fix checks, add contract list to compile script in package.json
Add contracts to compiler options
Add missing public types from connect docs
Change imports order
Change default page params in connect to page 1 and perPage 100
Add docs staging to 0x.js package
Fix a typo
Add an assertion
Add PR numbers
Fix entry points
Add tests for dev-utils package
Move subproviders from dev-utils to subproviders
Add missing CHANGELOG entry
Add support for intersection types in docs
Add stagedocs script to connect package
web3 typings fix - web3.net.peerCount returns number
...
2018-02-15 20:09:53 -07:00
Fabio Berger
b610b7c192
Prettier fixes
2018-02-15 20:09:24 -07:00
Amir Bandeali
060b02eaed
Rename variables
2018-02-15 10:20:03 -08:00
Amir Bandeali
003e5da00d
Update CHANGELOG
2018-02-15 10:13:06 -08:00
Amir Bandeali
02951d4813
Add npm config for contracts list
2018-02-15 10:13:06 -08:00
Amir Bandeali
db52ed9941
Run prettier
2018-02-15 10:13:06 -08:00
Amir Bandeali
af333b1838
Fix checks, add contract list to compile script in package.json
2018-02-15 10:13:06 -08:00
Amir Bandeali
f62762bd0e
Add contracts to compiler options
2018-02-15 10:13:06 -08:00
Brandon Millman
4b67352278
Add missing public types from connect docs
2018-02-15 00:18:48 -08:00
Leonid
e22788abe8
Merge pull request #392 from 0xProject/feature/subproviders_move
...
Move subproviders from dev-utils to subproviders package and add tests for dev-utils
2018-02-15 00:13:12 +01:00
Leonid Logvinov
bbfbfcda85
Change imports order
2018-02-14 15:03:52 -08:00
Brandon Millman
0dfb36e675
Merge pull request #398 from 0xProject/feature/website/stage-documentation
...
Add support for intersection types and staged connect documentation
2018-02-14 14:45:33 -08:00
Brandon Millman
95a9d77301
Change default page params in connect to page 1 and perPage 100
2018-02-14 14:43:43 -08:00
Leonid
ab1f070901
Merge pull request #386 from 0xProject/fix/windows_install
...
Use system-independent rm command
2018-02-14 23:38:48 +01:00
Brandon Millman
8201d5d1f8
Add docs staging to 0x.js package
2018-02-14 14:35:31 -08:00
Leonid Logvinov
8704c34a0f
Fix a typo
2018-02-14 11:54:20 -08:00
Leonid Logvinov
599adaf1bf
Add an assertion
2018-02-14 11:53:40 -08:00
Leonid Logvinov
778e399438
Add PR numbers
2018-02-14 11:51:26 -08:00
Leonid Logvinov
485ae4d997
Fix entry points
2018-02-14 11:51:26 -08:00
Leonid Logvinov
8cd2ba3ad6
Add tests for dev-utils package
2018-02-14 11:51:26 -08:00
Leonid Logvinov
dbad7d1869
Move subproviders from dev-utils to subproviders
2018-02-14 11:51:26 -08:00
Leonid Logvinov
18e1c2dea5
Add missing CHANGELOG entry
2018-02-14 10:23:20 -08:00
Brandon Millman
2897b72967
Add support for intersection types in docs
2018-02-14 10:16:00 -08:00
Brandon Millman
3510985cf4
Add stagedocs script to connect package
2018-02-14 10:15:53 -08:00
gagarin55
5927e65045
web3 typings fix - web3.net.peerCount returns number
2018-02-14 16:18:49 +03:00
Brandon Millman
4bf530ed9e
Fix error in paged request schema
2018-02-13 16:55:48 -08:00
Brandon Millman
4c797405ad
Addressed PR feedback
2018-02-13 15:50:28 -08:00
Brandon Millman
713c922e35
Add page options to relevant HttpClient methods
2018-02-13 14:15:54 -08:00
Leonid
7f1e789264
Merge branch 'development' into fix/windows_install
2018-02-12 15:01:24 +01:00
Fabio Berger
07d00cc515
Publish
...
- 0x.js@0.32 .3
- @0xproject/abi-gen@0.2.2
- @0xproject/assert@0.0.19
- @0xproject/connect@0.5.8
- contracts@2.1.12
- @0xproject/deployer@0.0.9
- @0xproject/dev-utils@0.0.13
- @0xproject/json-schemas@0.7.11
- @0xproject/monorepo-scripts@0.1.11
- @0xproject/subproviders@0.4.2
- @0xproject/testnet-faucets@1.0.13
- @0xproject/tslint-config@0.4.9
- @0xproject/types@0.2.2
- @0xproject/utils@0.3.3
- @0xproject/web3-wrapper@0.1.13
- @0xproject/website@0.0.15
2018-02-09 18:36:51 -08:00
Fabio Berger
cd55e346af
Move tslint and tslint-eslint-rules to dev deps since this package needs them to function
2018-02-09 18:12:29 -08:00
Fabio Berger
634032d5be
Publish
...
- 0x.js@0.32 .2
- @0xproject/abi-gen@0.2.1
- @0xproject/assert@0.0.18
- chai-as-promised-typescript-typings@0.0.9
- chai-typescript-typings@0.0.3
- @0xproject/connect@0.5.7
- contracts@2.1.11
- @0xproject/deployer@0.0.8
- @0xproject/dev-utils@0.0.12
- @0xproject/json-schemas@0.7.10
- @0xproject/monorepo-scripts@0.1.10
- @0xproject/subproviders@0.4.1
- @0xproject/testnet-faucets@1.0.12
- @0xproject/tslint-config@0.4.8
- @0xproject/types@0.2.1
- @0xproject/utils@0.3.2
- web3-typescript-typings@0.9.10
- @0xproject/web3-wrapper@0.1.12
- @0xproject/website@0.0.14
2018-02-09 16:19:43 -08:00
Fabio Berger
602abc53dd
Fix version in CHANGELOG
2018-02-09 16:18:47 -08:00