Commit Graph

689 Commits

Author SHA1 Message Date
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
Fabio Berger
7838e1964f Merge pull request #61 from 0xProject/names-hex
Remove Hex suffix from public functions parameters names
2017-06-11 13:41:06 +02:00
Leonid Logvinov
6b152edb98 Fix last tests 2017-06-11 13:14:46 +02:00
Leonid Logvinov
fad23af55e Fix some tests 2017-06-10 16:07:03 +02:00
Leonid Logvinov
d727bed6ab Prefix private vars with _ 2017-06-10 15:36:52 +02:00
Leonid
8b9d8ad1b6 Create README.md 2017-06-10 15:29:04 +02:00
Leonid Logvinov
6b41ef680c Remove Hex suffix from public functions parameters names 2017-06-10 15:25:14 +02:00
Leonid
88de98080c Merge branch 'master' into error-decorator 2017-06-10 15:08:26 +02:00
Leonid
4c812c99c2 Merge pull request #58 from 0xProject/remove-console-trash
Remove unneccessary console output from block tracker
2017-06-10 15:07:50 +02:00
Leonid
a2c5b34069 Merge branch 'master' into remove-console-trash 2017-06-10 14:11:32 +02:00
Leonid
2a97091ecb Merge pull request #59 from 0xProject/addParamReturnComments
Add @param and @return comments to public methods
2017-06-10 14:11:22 +02:00
Leonid
669396e7a9 Merge branch 'master' into remove-console-trash 2017-06-10 13:57:04 +02:00