10 KiB
10 KiB
Changelog
This change log is managed by scripts/cmds/update-versions
but may be manually updated.
ethers/v5.0.0-beta.150 (2019-08-03 1:07)
- Fixed old references to errors package. (1cabce7)
- Added generation scripts for Table A.1 for stringprep. (#42; b21681a)
ethers/v5.0.0-beta.149 (2019-08-03 0:45)
- Fixed some case-folding and added Table A.1 for IDNA. (#42; f955dca)
- Removed references to legacy errors pacakge and updated umbrella pacakge. (c09de16)
- Updated admin module to use new fetchJson. (226c100)
- Updated dist files. (8354c3f)
- Full case-folding for IDNA in namehash. (0af95f4)
- Deprecating errors for logger. (0b224e8)
- More consistent debug events for Providers. (e8f28b5)
ethers/v5.0.0-beta.148 (2019-07-27 18:56)
- Initial drop of new ENS CLI tool. (c3c65b2)
- Added TypeScript tool support for functions with multiple outputs. (6de4a5d)
- Added CLI support for stand-alone (no sub-command) tools. (b67b121)
- Make utils.resolveProperties preserve object parameter order. (74dbc28)
- Added initial IDNA support for full UTF-8 support in namehash. (#42; 28eb38e)
ethers/v5.0.0-beta.147 (2019-07-23 1:04)
- Use the CLI solc instead of solc directly for ABI testcase generation. (99c7b1c)
- Added experimental UTF-8 functions for escaping non-ascii strings. (b132e32)
- Bump Solidity version in CLI to 0.5.10. (6005248)
ethers/v5.0.0-beta.146 (2019-07-20 21:06)
- Keep extra filter topics when using Frgment filters in Contracts. (efaafb2)
- Updated package.json description for Contract package. (#561; d88ee45)
ethers/v5.0.0-beta.145 (2019-07-20 20:12)
- Export provider.Formatter. (#562; 083fd76)
- Update CLI to use new Fragment.format style. (9a41199)
- Added FormatTypes to utils. (a05027c)
- Added experimental memory-hard password scheme for password-protected mnemonics to the CLI. (5877418)
- Added more flexible output options to fragment.format (JSON and minimal) and better JSON object parsing. (e9558c8)
ethers/v5.0.0-beta.144 (2019-07-09 17:28)
ethers/v5.0.0-beta.143 (2019-07-02 16:12)
- Adding more support for offline signing in the CLI. (9cc269c)
- Allow providers to prepare their Network object. (6484908)
- Export BIP-44 default path in ethers.utils. (04bdf45)
ethers/v5.0.0-beta.142 (2019-06-28 16:13)
- Do not require a Signer for contract.populateTransaction. (0e78386)
- Bumping version of solc to 0.5.9. (e2da447)
ethers/v5.0.0-beta.141 (2019-06-24 21:25)
- Fix non-ES6 import in keccak256. (5eb393d)
- Refactored wordlist exports to export Wordlist directly. (746d255)
ethers/v5.0.0-beta.140 (2019-06-12 01:25)
- Move from node-fetch to cross-fetch; better browser fallback implementation. (826ffbc)
- Added getStatic with support for inheritance of static methods. (5e4535e)
- Fixed node-fetch for Safari (todo: push this fix upstream to node-fetch). (7164e51)
- Migrated XMLHttpRequest to fetch API. (#506; 62201c5)
ethers/v5.0.0-beta.139 (2019-06-11 17:55)
- Removed freeze option from deepCopy; all properties are read-only and only objects may have new properties added. (1bc792d)
- Moved away from isNamedInstance which breaks after Browserify name mangling. (257d67c)
- Expose poll function in utils. (#512; e6f6383)
- Make TransactionResponse hash required. (#537; 095c1fe)
ethers/v5.0.0-beta.138 (2019-06-04 16:05)
ethers/v5.0.0-beta.137 (2019-06-01 14:06)
- Fixed invalid arrayify value in browser for SHA2-HMAC. (#530; c4a494b)
- Fix event and function fragment formatting. (a2d4b29)
- Fixed default JsonRpcSigner. (#532; 5ba6a61)
- Added changelog management to update-versions. (4a3f719)
ethers/v5.0.0-beta.136
- Added queryFilter to Contracts. (#463; eea53bb)
- Allow storage class in Human-Readable ABI. (#476; cf39adb)
- Track per-provider JSON-RPC ID in JsonRpcProvider. (#337, #489; 044554b)
- Fixed typo in error message. (#470; 47d92ae)