Commit Graph

700 Commits

Author SHA1 Message Date
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
Leonid Logvinov
ba289c2843 Remove types that are not used in public interface from export and rename EventEmitter to ContractEventEmitter and IndexFilterValues to IndexedFilterValues 2017-06-14 11:27:33 +02:00
Leonid Logvinov
aea8c7f7df Merge branch 'master' of github.com:0xProject/0x.js 2017-06-14 11:18:05 +02:00
Fabio Berger
b24afe2653 Update doc:json command to exclude privates and externals 2017-06-14 11:05:23 +02:00
Leonid Logvinov
53fcdf13be 0.4.0 v0.4.0 2017-06-13 18:08:48 +02:00
Leonid
2a56ab0846 Merge pull request #64 from 0xProject/events
Refactor events API
2017-06-13 18:08:30 +02:00
Leonid Logvinov
ac8116bbe4 Address feedback 2017-06-13 18:08:18 +02:00
Leonid Logvinov
5ebc3a4660 Rename ZeroExEvent to EventEmitter 2017-06-13 17:52:06 +02:00
Leonid Logvinov
55f4c45af1 Revert "0.4.0"
This reverts commit 870f9838d6.
2017-06-13 17:49:55 +02:00
Leonid Logvinov
96a93c4b35 Add tests for stopWatchingAsync 2017-06-13 17:39:43 +02:00
Leonid Logvinov
870f9838d6 0.4.0 2017-06-13 17:33:57 +02:00
Leonid Logvinov
048302625f Bind watch function on an event 2017-06-13 17:26:08 +02:00
Leonid Logvinov
6ad1900ada Refactor subscription to return zeroExSignature object 2017-06-13 15:52:50 +02:00
Leonid Logvinov
a045eb7bbb 0.3.0 v0.3.0 2017-06-13 13:29:36 +02:00
Leonid Logvinov
52dc6b7710 Add getContractAddressAsync and tests 2017-06-13 13:29:02 +02:00
Leonid Logvinov
72318314c6 0.2.3 v0.2.3 2017-06-12 19:08:15 +02:00
Leonid
2cac659f8b Merge pull request #63 from 0xProject/api-refactor
Api refactor
2017-06-12 19:07:40 +02:00
Leonid Logvinov
6cdd90e18b Fix test 2017-06-12 19:03:16 +02:00
Leonid Logvinov
7cf31db20e Fix test 2017-06-12 18:57:54 +02:00
Leonid Logvinov
2248514584 Change UMD bundle name 2017-06-12 18:49:57 +02:00
Leonid Logvinov
a4b431349d Export DoneCallback 2017-06-12 18:27:35 +02:00
Leonid Logvinov
365548e126 Introduce index.ts file which defines public interface 2017-06-12 18:20:43 +02:00
Leonid Logvinov
b1ab696fdd 0.2.2 v0.2.2 2017-06-12 12:37:05 +02:00
Leonid Logvinov
5457e9b7fb Remove src from npmignore 2017-06-12 12:36:55 +02:00
Leonid Logvinov
fdeaf80dae 0.2.1 v0.2.1 2017-06-12 11:57:09 +02:00
Leonid Logvinov
9f2a69bea5 Don't prefix main and types path in package.json with ./ 2017-06-12 11:56:56 +02:00
Leonid Logvinov
b96e95b0df 0.2.0 v0.2.0 2017-06-12 11:33:55 +02:00
Leonid Logvinov
672d5aae5d Change main file name from 0x.js.ts to 0x.ts 2017-06-12 11:33:35 +02:00
Leonid Logvinov
5036553dc9 Duplicate truffle contracts types v0.1.0 2017-06-11 16:40:48 +02:00
Leonid Logvinov
175fd44005 Add type references 2017-06-11 16:38:53 +02:00
Leonid Logvinov
7d564fb283 Add main and types fields to package.json 2017-06-11 14:38:25 +02:00
Leonid Logvinov
69c0378c03 Revert "Make private"
This reverts commit 933be8815b.
2017-06-11 14:14:20 +02:00
Leonid Logvinov
ec7dd6fb38 0.1.0 2017-06-11 14:07:12 +02:00
Leonid Logvinov
933be8815b Make private 2017-06-11 14:06:34 +02:00
Leonid Logvinov
7715ec194d Add 0xproject scope 2017-06-11 14:05:07 +02:00
Leonid
4ac0ead5ce Merge pull request #62 from 0xProject/private
Prefix private vars with _
2017-06-11 13:52:54 +02:00
Leonid
bbe9a811fb Merge branch 'master' into private 2017-06-11 13:50:59 +02:00
Fabio Berger
4e56c29926 Merge pull request #60 from 0xProject/error-decorator
Add initial error handling decorator implementation
2017-06-11 13:41:28 +02:00