Commit Graph

737 Commits

Author SHA1 Message Date
Leonid Logvinov
41e62d078f Updat CHANGELOG.md with v0.6.2 2017-06-21 15:15:42 +02:00
Leonid
d49057dbfb Merge pull request #70 from 0xProject/greenkeeper/@types/node-8.0.1
Update @types/node to the latest version 🚀
2017-06-21 15:08:44 +02:00
Leonid
8af7d2303e Merge pull request #71 from 0xProject/lodash-tree-shake
Use different lodash import syntax which allows to include only used functions
2017-06-21 15:04:13 +02:00
Leonid Logvinov
ef96c58b7f Temporarily use forked version of truffle-contract to reduce the bundle
truffle-contract uses web3 0.18.0. We use web3 0.19.0 which results in 2
versions of web3 being bundled with the package
This commit temporarily switches to custom truffle-contract fork
We'll switch back when the PR would be accepted
2017-06-21 15:02:09 +02:00
Leonid Logvinov
a1c363a8af Fall back to import x = require() syntax 2017-06-21 14:11:06 +02:00
Leonid Logvinov
40a7be0690 Use different lodash import syntax which allows to include only used functions 2017-06-21 13:56:14 +02:00
greenkeeper[bot]
060ee5e9d3 chore(package): update @types/node to version 8.0.1 2017-06-20 20:57:09 +00:00
Leonid Logvinov
096d3bdb26 Connect to github over https so that it works without authentication 2017-06-20 16:50:15 +02:00
Leonid
6b044a966a Add Greenkeeper badge 2017-06-20 12:24:16 +02:00
Leonid Logvinov
9fe042733d Move out of @0xproject scope 2017-06-20 09:05:41 +02:00
Fabio Berger
6aaa7a0856 Merge pull request #69 from 0xProject/improveReadme
Improve README
2017-06-19 17:51:03 -07:00
Fabio Berger
8135f98029 Add documentation section 2017-06-19 17:48:29 -07:00
Fabio Berger
6386c43e01 Include two links to the documentation 2017-06-19 17:46:11 -07:00
Fabio Berger
f86d177cd4 Add the installation instructions to the README 2017-06-19 17:44:22 -07:00
Fabio Berger
20f59d556d Add missing semi-colon 2017-06-19 17:38:34 -07:00
Fabio Berger
1ad54ba742 Add newline between type defs 2017-06-19 17:38:21 -07:00
Fabio Berger
dc7c2082df Improve comment 2017-06-19 17:38:08 -07:00
Leonid Logvinov
06dc1adb4a 0.6.1 v0.6.1 2017-06-19 19:40:57 +02:00
Leonid Logvinov
1b01251e4c Update CHANGELOG.md 2017-06-19 19:40:43 +02:00
Fabio Berger
7f32cdf29d Fix tslint issue 2017-06-19 08:59:04 -07:00
Fabio Berger
999cf1be7c Improve the README 2017-06-19 08:57:27 -07:00
Fabio Berger
e8574a3948 Update version in package.json 2017-06-19 08:45:18 -07:00
Fabio Berger
a8f706c79f Merge branch 'master' of github.com:0xProject/0x.js 2017-06-19 08:42:25 -07:00
Leonid
36fe4c01aa Merge pull request #68 from 0xProject/changelog
Add CHANGELOG.md
v0.6.0
2017-06-19 16:32:07 +02:00
Leonid Logvinov
ea8cff4ce0 Remove coveralls integration from CHANGELOG.md 2017-06-19 16:31:47 +02:00
Leonid Logvinov
a177760593 Add CHANGELOG.md 2017-06-19 10:32:02 +02:00
Leonid
ed1e2e5347 Merge pull request #66 from 0xProject/event-types
Add actual type for contract event arguments
2017-06-19 09:48:08 +02:00
Leonid Logvinov
26f20fa3e3 Rename LogErrorArgs to LogErrorEventArgs and EventArgs to ContractEventArgs 2017-06-19 09:47:29 +02:00
Fabio Berger
fe63a81f6a Add and improve comments 2017-06-16 16:30:35 +02:00
Leonid
f2d08ce3d9 Merge branch 'master' into event-types 2017-06-15 17:59:13 +02:00
Fabio Berger
5932ebb52a Merge pull request #67 from 0xProject/web3-provider
Make ZeroEx constructor accept Web3Provider instead of Web3 instance
2017-06-15 17:58:07 +02:00
Leonid Logvinov
38170a24ed Fix bug in 0x.js tests when passing Web3 instead of Web3 Provider 2017-06-15 17:34:54 +02:00
Leonid Logvinov
04698313a3 Switch back to using Web3.Provider, not Web3Provider in internal classes 2017-06-15 17:27:58 +02:00
Leonid Logvinov
209ca30460 Add explaining comment for the web3Provider type 2017-06-15 17:27:21 +02:00
Leonid Logvinov
d789aa24aa Make ZeroEx constructor accept Web3Provider instead of Web3 instance 2017-06-15 17:05:03 +02:00
Leonid Logvinov
76d6e6a748 Add actual type for contract event arguments 2017-06-15 16:21:27 +02:00
Leonid
424912040a Merge pull request #65 from 0xProject/coveralls
Coveralls integration
2017-06-15 15:31:53 +02:00
Leonid Logvinov
1ff8e850a5 Add badge to README 2017-06-15 15:31:21 +02:00
Leonid Logvinov
e01a19a591 Report test coverage on CI 2017-06-15 15:17:25 +02:00
Leonid Logvinov
8c585e733c Add node script to report coverage 2017-06-15 15:17:09 +02:00
Leonid Logvinov
56bfbbbecc Add coveralls as a dependency 2017-06-15 15:16:54 +02:00
Leonid Logvinov
501cec1fac Remove unused import 2017-06-15 14:48:38 +02:00
Leonid Logvinov
022d6699c2 0.5.2 2017-06-15 14:32:17 +02:00
Leonid Logvinov
9bdca7a5bd Fix bug in postinstall script 2017-06-15 14:31:49 +02:00
Leonid Logvinov
fcc3616bbd 0.5.1 2017-06-15 14:27:42 +02:00
Leonid Logvinov
b966e9a691 Add postrelease script to publish assets to github 2017-06-15 14:27:31 +02:00
Leonid Logvinov
29be4a60af Set NODE_ENV to production for production builds and don't rely on webpack minification (we use uglifyJS) v0.5.1 v0.5.2 2017-06-15 13:25:15 +02:00
Leonid Logvinov
5deeca4b68 Fix lodash import bug in webpack config 2017-06-15 13:23:40 +02:00
Leonid Logvinov
6790ca136e Update web3-provider-engine cause the console.log issue was fixed and the new version was released 2017-06-15 12:07:04 +02:00
Leonid Logvinov
225ec50645 0.5.0 v0.5.0 2017-06-14 11:41:42 +02:00