v1.2.0
Enhancements
- New
ipfsHashparameter type, to more easily store/retrieve IPFS hashes from the contracts (@colony/colony-js-contract-client) - Implement the
ipfsHashtype inColonyClient:getTask,createTask,submitTaskDeliverable,setTaskBrief(@colony/colony-js-client) - Add a
dateparameter type and implement it inColonyClient:getTask,getTaskWorkRatings,setTaskDueDate(@colony/colony-js-client) - Add a default value (1) for
ColonyClient.createTask(@colony/colony-js-client)
Bug fixes
- Ensure that the returned values in
ColonyClient.getTaskwere handled properly (@colony/colony-js-client) - Clean 'empty' hex strings for IPFS hash output validation (
@colony/colony-js-contract-client)