File tree Expand file tree Collapse file tree 8 files changed +39
-7
lines changed
colony-js-contract-client
colony-js-contract-loader-http
colony-js-contract-loader Expand file tree Collapse file tree 8 files changed +39
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v.NEXT
4
+
5
+
6
+ ## v1.1.0
7
+
8
+ ** Documentation**
9
+
10
+ * General documentation updates
11
+ * Added automatic documentation generation for ` @colony/colony-js-client ` (` yarn build:docs ` , also runs on precommit hook)
12
+
13
+ ** New features**
14
+
15
+ * Added method ` ColonyNetworkClient.getMetaColonyClient `
16
+ * Added Caller ` ColonyClient.getDomain `
17
+ * Added ` bignumber ` parameter type for contract methods
18
+ * Added ` role ` parameter type for contract methods
19
+ * Added declarative parameter type mapping for contract methods, and ` addParamType ` method
20
+
21
+ ** Enhancements**
22
+
23
+ * Better handling for empty values from contracts; e.g. addresses reported as '0x000...0' are cleaned as ` null `
24
+ * Failed validation reasons are now added to error messages
25
+ * Updated ` ColonyNetworkClient ` /` ColonyClient ` to match ` colonyNetwork `
26
+ * Upon starting or restoring a ` MultisigOperation ` , the operation is refreshed to get the latest values
27
+ * Removed separate error/success contract event handling
28
+
29
+ ** Bug fixes**
30
+
31
+ * Fixed a bug where the isBigNumber utility function didn't look for the correct property in ethers-ified BigNumbers
32
+ * Add ` babel-runtime dependency `
33
+
34
+
3
35
## v1.0.0
4
36
5
37
* Released Tue, 22 May 2018 17:19:06 GMT*
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @colony/colony-js-adapter-ethers" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " ColonyContract adapter for ethers.js" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @colony/colony-js-adapter" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " ColonyContract adapter interfaces" ,
5
5
"main" : " index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @colony/colony-js-client" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " Reference implementation of the Colony API" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @colony/colony-js-contract-client" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " Method-like interface for Smart Contracts" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @colony/colony-js-contract-loader-http" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " Load Ethereum smart contract definitions/metadata over HTTP" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @colony/colony-js-contract-loader" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " Contract loader interfaces" ,
5
5
"main" : " index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @colony/colony-js-utils" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " Utilities for Colony JS packages" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments