|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/bankex/web3swift/tree/HEAD) |
| 3 | +## [Unreleased](https://github.com/matterinc/web3swift/tree/HEAD) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/matterinc/web3swift/compare/1.5.1...HEAD) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- ENS for wallets [\#12](https://github.com/matterinc/web3swift/issues/12) |
| 10 | +- Recover passphrase from BIP32 store [\#5](https://github.com/matterinc/web3swift/issues/5) |
| 11 | + |
| 12 | +**Merged pull requests:** |
| 13 | + |
| 14 | +- hotfix update pods [\#71](https://github.com/matterinc/web3swift/pull/71) ([BaldyAsh](https://github.com/BaldyAsh)) |
| 15 | + |
| 16 | +## [1.5.1](https://github.com/matterinc/web3swift/tree/1.5.1) (2018-10-22) |
| 17 | +[Full Changelog](https://github.com/matterinc/web3swift/compare/1.5...1.5.1) |
| 18 | + |
| 19 | +**Merged pull requests:** |
| 20 | + |
| 21 | +- Function visibility fix [\#70](https://github.com/matterinc/web3swift/pull/70) ([shamatar](https://github.com/shamatar)) |
| 22 | + |
| 23 | +## [1.5](https://github.com/matterinc/web3swift/tree/1.5) (2018-10-18) |
| 24 | +[Full Changelog](https://github.com/matterinc/web3swift/compare/1.1.10...1.5) |
| 25 | + |
| 26 | +**Implemented enhancements:** |
| 27 | + |
| 28 | +- Can you add support for ERC-721 tokens [\#7](https://github.com/matterinc/web3swift/issues/7) |
| 29 | + |
| 30 | +**Closed issues:** |
| 31 | + |
| 32 | +- Creating a new wallet is too slow [\#63](https://github.com/matterinc/web3swift/issues/63) |
| 33 | +- need to update for Xcode10 [\#49](https://github.com/matterinc/web3swift/issues/49) |
| 34 | +- Web3.Utils.formatToEthereumUnits [\#48](https://github.com/matterinc/web3swift/issues/48) |
| 35 | +- Interface ideas are welcome for v2.0 [\#3](https://github.com/matterinc/web3swift/issues/3) |
| 36 | + |
| 37 | +**Merged pull requests:** |
| 38 | + |
| 39 | +- Add TxPool and ERC721 native class [\#68](https://github.com/matterinc/web3swift/pull/68) ([shamatar](https://github.com/shamatar)) |
| 40 | +- Feature/erc721 [\#67](https://github.com/matterinc/web3swift/pull/67) ([BaldyAsh](https://github.com/BaldyAsh)) |
| 41 | +- Feature/adding logo [\#66](https://github.com/matterinc/web3swift/pull/66) ([BaldyAsh](https://github.com/BaldyAsh)) |
| 42 | +- adds txpool function and its local node test [\#64](https://github.com/matterinc/web3swift/pull/64) ([currybab](https://github.com/currybab)) |
| 43 | +- License got reverted somewhere after PRs [\#60](https://github.com/matterinc/web3swift/pull/60) ([shamatar](https://github.com/shamatar)) |
| 44 | + |
| 45 | +## [1.1.10](https://github.com/matterinc/web3swift/tree/1.1.10) (2018-10-04) |
| 46 | +[Full Changelog](https://github.com/matterinc/web3swift/compare/1.1.9...1.1.10) |
| 47 | + |
| 48 | +**Merged pull requests:** |
| 49 | + |
| 50 | +- Preliminary ENS support, start module splitting [\#59](https://github.com/matterinc/web3swift/pull/59) ([shamatar](https://github.com/shamatar)) |
| 51 | +- Feature/readme improvement [\#55](https://github.com/matterinc/web3swift/pull/55) ([BaldyAsh](https://github.com/BaldyAsh)) |
| 52 | +- Feature/support obj c [\#54](https://github.com/matterinc/web3swift/pull/54) ([BaldyAsh](https://github.com/BaldyAsh)) |
| 53 | +- Feature/ENSsupport [\#53](https://github.com/matterinc/web3swift/pull/53) ([FesenkoG](https://github.com/FesenkoG)) |
| 54 | +- Add Travis configuration [\#52](https://github.com/matterinc/web3swift/pull/52) ([skywinder](https://github.com/skywinder)) |
| 55 | +- Added ERC-20 token for testing web3swift lib [\#50](https://github.com/matterinc/web3swift/pull/50) ([BaldyAsh](https://github.com/BaldyAsh)) |
| 56 | + |
| 57 | +## [1.1.9](https://github.com/matterinc/web3swift/tree/1.1.9) (2018-09-18) |
| 58 | +[Full Changelog](https://github.com/matterinc/web3swift/compare/1.1.7...1.1.9) |
| 59 | + |
| 60 | +**Fixed bugs:** |
| 61 | + |
| 62 | +- eth.getAccounts\(\) function returns an empty address Array [\#24](https://github.com/matterinc/web3swift/issues/24) |
| 63 | +- EIP681 bug fixes, accessibility in Function changed [\#35](https://github.com/matterinc/web3swift/pull/35) ([FesenkoG](https://github.com/FesenkoG)) |
| 64 | + |
| 65 | +**Closed issues:** |
| 66 | + |
| 67 | +- the version 1.1.6 couldn't from password and keystore to get the privateKey [\#32](https://github.com/matterinc/web3swift/issues/32) |
| 68 | +- Need implementation of EIP-681 parsing [\#25](https://github.com/matterinc/web3swift/issues/25) |
| 69 | + |
| 70 | +**Merged pull requests:** |
| 71 | + |
| 72 | +- Update for XCode 10 [\#39](https://github.com/matterinc/web3swift/pull/39) ([shamatar](https://github.com/shamatar)) |
| 73 | +- Basic ENS support added, EIP681 parsing supports ENS from now. [\#38](https://github.com/matterinc/web3swift/pull/38) ([FesenkoG](https://github.com/FesenkoG)) |
| 74 | + |
| 75 | +## [1.1.7](https://github.com/matterinc/web3swift/tree/1.1.7) (2018-09-13) |
| 76 | +[Full Changelog](https://github.com/matterinc/web3swift/compare/1.1.6...1.1.7) |
| 77 | + |
| 78 | +**Fixed bugs:** |
| 79 | + |
| 80 | +- Thread blocked [\#16](https://github.com/matterinc/web3swift/issues/16) |
| 81 | + |
| 82 | +**Closed issues:** |
| 83 | + |
| 84 | +- How to create same address and keystore by mnemonics? [\#22](https://github.com/matterinc/web3swift/issues/22) |
| 85 | + |
| 86 | +**Merged pull requests:** |
| 87 | + |
| 88 | +- Fix ethereum address parsing, add readme [\#34](https://github.com/matterinc/web3swift/pull/34) ([shamatar](https://github.com/shamatar)) |
| 89 | +- complete EIP681, fix the most stupid Ethereum address parsing [\#33](https://github.com/matterinc/web3swift/pull/33) ([shamatar](https://github.com/shamatar)) |
| 90 | +- Add examples to readme, prettify formatting [\#31](https://github.com/matterinc/web3swift/pull/31) ([skywinder](https://github.com/skywinder)) |
| 91 | +- continue eip681 work [\#27](https://github.com/matterinc/web3swift/pull/27) ([shamatar](https://github.com/shamatar)) |
| 92 | +- Implement EIP681 parser \(untested\) [\#26](https://github.com/matterinc/web3swift/pull/26) ([shamatar](https://github.com/shamatar)) |
| 93 | +- Change access control of function fromRaw in struct EthereumTransaction [\#11](https://github.com/matterinc/web3swift/pull/11) ([Plazmathron](https://github.com/Plazmathron)) |
| 94 | + |
| 95 | +## [1.1.6](https://github.com/matterinc/web3swift/tree/1.1.6) (2018-09-04) |
| 96 | +[Full Changelog](https://github.com/matterinc/web3swift/compare/1.1.5...1.1.6) |
| 97 | + |
| 98 | +**Merged pull requests:** |
| 99 | + |
| 100 | +- Quick fix for scrypt performance [\#17](https://github.com/matterinc/web3swift/pull/17) ([shamatar](https://github.com/shamatar)) |
| 101 | +- adding description string to Web3Error [\#1](https://github.com/matterinc/web3swift/pull/1) ([GabCas](https://github.com/GabCas)) |
4 | 102 |
|
5 | 103 | [Full Changelog](https://github.com/bankex/web3swift/compare/0.6.0...HEAD)
|
6 | 104 |
|
|
237 | 335 | - Wrong conversation of the Wei. [\#2](https://github.com/BANKEX/web3swift/issues/2)
|
238 | 336 | - How to connect to a Localhost Node? [\#1](https://github.com/BANKEX/web3swift/issues/1)
|
239 | 337 |
|
240 |
| -## [0.2.8](https://github.com/bankex/web3swift/tree/0.2.8) (2018-01-18) |
241 |
| -[Full Changelog](https://github.com/bankex/web3swift/compare/0.2.7...0.2.8) |
242 |
| - |
243 |
| -## [0.2.7](https://github.com/bankex/web3swift/tree/0.2.7) (2018-01-15) |
244 |
| -[Full Changelog](https://github.com/bankex/web3swift/compare/0.2.5...0.2.7) |
245 |
| - |
246 |
| -## [0.2.5](https://github.com/bankex/web3swift/tree/0.2.5) (2018-01-12) |
247 |
| -[Full Changelog](https://github.com/bankex/web3swift/compare/0.2.0...0.2.5) |
248 |
| - |
249 |
| -## [0.2.0](https://github.com/bankex/web3swift/tree/0.2.0) (2017-12-30) |
250 |
| -[Full Changelog](https://github.com/bankex/web3swift/compare/0.1.2...0.2.0) |
251 |
| - |
252 |
| -## [0.1.2](https://github.com/bankex/web3swift/tree/0.1.2) (2017-12-27) |
253 |
| -[Full Changelog](https://github.com/bankex/web3swift/compare/0.1.1...0.1.2) |
254 |
| - |
255 |
| -## [0.1.1](https://github.com/bankex/web3swift/tree/0.1.1) (2017-12-26) |
256 |
| -[Full Changelog](https://github.com/bankex/web3swift/compare/0.1.0...0.1.1) |
257 |
| - |
258 |
| -## [0.1.0](https://github.com/bankex/web3swift/tree/0.1.0) (2017-12-26) |
259 |
| -[Full Changelog](https://github.com/bankex/web3swift/compare/0.0.6...0.1.0) |
260 |
| - |
261 |
| -## [0.0.6](https://github.com/bankex/web3swift/tree/0.0.6) (2017-12-26) |
262 |
| -[Full Changelog](https://github.com/bankex/web3swift/compare/0.0.5...0.0.6) |
263 |
| - |
264 |
| -## [0.0.5](https://github.com/bankex/web3swift/tree/0.0.5) (2017-12-21) |
265 |
| -[Full Changelog](https://github.com/bankex/web3swift/compare/0.0.4...0.0.5) |
266 |
| - |
267 |
| -## [0.0.4](https://github.com/bankex/web3swift/tree/0.0.4) (2017-12-21) |
268 |
| -[Full Changelog](https://github.com/bankex/web3swift/compare/0.0.3...0.0.4) |
269 |
| - |
270 |
| -## [0.0.3](https://github.com/bankex/web3swift/tree/0.0.3) (2017-12-20) |
271 |
| -[Full Changelog](https://github.com/bankex/web3swift/compare/0.0.2...0.0.3) |
272 |
| - |
273 |
| -## [0.0.2](https://github.com/bankex/web3swift/tree/0.0.2) (2017-12-20) |
274 |
| -[Full Changelog](https://github.com/bankex/web3swift/compare/0.0.1...0.0.2) |
275 |
| - |
276 |
| -## [0.0.1](https://github.com/bankex/web3swift/tree/0.0.1) (2017-12-19) |
277 | 338 |
|
278 | 339 |
|
279 | 340 | \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
0 commit comments