- New ABICoder added to allow struct encoding/decoding in the ABI package and also in the contract objects. Please have a look on the documention for further informations: https://web3js.readthedocs.io/en/1.0/web3-eth-abi.html#encodeparameter
- HTTP calls improved for OSX thanks to @ARitz-Cracker
- ENS API implemented (https://web3js.readthedocs.io/en/1.0/web3-eth-ens.html)
- Documentation updated
- Deprecated
eth_compiler*
methods removed. (#493) - Shh clearSubscriptions fixed (#1466)
- Ethereumjs-wallet dependency updated (#1817)
- Disconnect method for WebsocketProvider added (#1850) thanks to @sawyna