Skip to content

Commit 07e4613

Browse files
committed
📝update changelog
1 parent b3d14b9 commit 07e4613

File tree

1 file changed

+49
-192
lines changed

1 file changed

+49
-192
lines changed

CHANGELOG.md

Lines changed: 49 additions & 192 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,42 @@
22

33
## [Unreleased](https://github.com/matter-labs/web3swift/tree/HEAD)
44

5-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/2.2.1...HEAD)
5+
[Full Changelog](https://github.com/matter-labs/web3swift/compare/2.3.0...HEAD)
6+
7+
**Implemented enhancements:**
8+
9+
- Credentials: send "Authorization" header [\#267](https://github.com/matter-labs/web3swift/issues/267)
10+
11+
**Closed issues:**
12+
13+
- Xcode 10.3 archive failed [\#266](https://github.com/matter-labs/web3swift/issues/266)
14+
- Xcode 11 regenerating password [\#228](https://github.com/matter-labs/web3swift/issues/228)
15+
- support Xocde 11 SPM for iOS [\#221](https://github.com/matter-labs/web3swift/issues/221)
16+
17+
## [2.3.0](https://github.com/matter-labs/web3swift/tree/2.3.0) (2020-09-21)
18+
19+
[Full Changelog](https://github.com/matter-labs/web3swift/compare/2.2.2...2.3.0)
20+
21+
**Fixed bugs:**
22+
23+
- How to add web3swift in my framework ? [\#167](https://github.com/matter-labs/web3swift/issues/167)
24+
- Documentation link 404 in README.md [\#164](https://github.com/matter-labs/web3swift/issues/164)
25+
26+
**Closed issues:**
27+
28+
- web3swift.Web3Error.processingError\("Failed to fetch nonce"\) [\#272](https://github.com/matter-labs/web3swift/issues/272)
29+
- WebView: Dapp & Connect Wallet [\#264](https://github.com/matter-labs/web3swift/issues/264)
30+
- Create new contract method. [\#261](https://github.com/matter-labs/web3swift/issues/261)
31+
- Not able to Deploy smart contract [\#214](https://github.com/matter-labs/web3swift/issues/214)
32+
- unable to create archive file for testflight [\#161](https://github.com/matter-labs/web3swift/issues/161)
33+
34+
**Merged pull requests:**
35+
36+
- Added web3-react-native to libraries that use web3swift [\#263](https://github.com/matter-labs/web3swift/pull/263) ([cawfree](https://github.com/cawfree))
37+
38+
## [2.2.2](https://github.com/matter-labs/web3swift/tree/2.2.2) (2020-04-04)
39+
40+
[Full Changelog](https://github.com/matter-labs/web3swift/compare/2.2.1...2.2.2)
641

742
**Implemented enhancements:**
843

@@ -12,7 +47,6 @@
1247
**Fixed bugs:**
1348

1449
- Fix build dependencies [\#244](https://github.com/matter-labs/web3swift/issues/244)
15-
- Return nil on tx.call\(\) \(was not there few days ago\) [\#239](https://github.com/matter-labs/web3swift/issues/239)
1650
- Carthage build fails [\#226](https://github.com/matter-labs/web3swift/issues/226)
1751

1852
**Closed issues:**
@@ -25,6 +59,7 @@
2559
**Merged pull requests:**
2660

2761
- value as optional parameter [\#256](https://github.com/matter-labs/web3swift/pull/256) ([skywinder](https://github.com/skywinder))
62+
- 2.2.2 [\#253](https://github.com/matter-labs/web3swift/pull/253) ([BaldyAsh](https://github.com/BaldyAsh))
2863
- \#248 [\#250](https://github.com/matter-labs/web3swift/pull/250) ([hakumai-iida](https://github.com/hakumai-iida))
2964
- Baldyash/webview [\#249](https://github.com/matter-labs/web3swift/pull/249) ([BaldyAsh](https://github.com/BaldyAsh))
3065
- policy [\#247](https://github.com/matter-labs/web3swift/pull/247) ([BaldyAsh](https://github.com/BaldyAsh))
@@ -36,7 +71,6 @@
3671
- correct gasLimit [\#222](https://github.com/matter-labs/web3swift/pull/222) ([luqz](https://github.com/luqz))
3772
- Change BIP39 word list extension from array of strings to one string … [\#217](https://github.com/matter-labs/web3swift/pull/217) ([husamettinor](https://github.com/husamettinor))
3873
- Expose BIP39 words and separator [\#212](https://github.com/matter-labs/web3swift/pull/212) ([dawiddr](https://github.com/dawiddr))
39-
- infura v3 complete update [\#209](https://github.com/matter-labs/web3swift/pull/209) ([BaldyAsh](https://github.com/BaldyAsh))
4074

4175
## [2.2.1](https://github.com/matter-labs/web3swift/tree/2.2.1) (2019-06-24)
4276

@@ -67,6 +101,7 @@
67101
**Merged pull requests:**
68102

69103
- 2.2.1 [\#210](https://github.com/matter-labs/web3swift/pull/210) ([BaldyAsh](https://github.com/BaldyAsh))
104+
- infura v3 complete update [\#209](https://github.com/matter-labs/web3swift/pull/209) ([BaldyAsh](https://github.com/BaldyAsh))
70105
- merge Master -\> develop [\#205](https://github.com/matter-labs/web3swift/pull/205) ([skywinder](https://github.com/skywinder))
71106
- update documentation, prettify doc style [\#204](https://github.com/matter-labs/web3swift/pull/204) ([skywinder](https://github.com/skywinder))
72107
- V handle fix [\#201](https://github.com/matter-labs/web3swift/pull/201) ([BaldyAsh](https://github.com/BaldyAsh))
@@ -103,6 +138,10 @@
103138

104139
[Full Changelog](https://github.com/matter-labs/web3swift/compare/2.1.4...2.1.5)
105140

141+
**Merged pull requests:**
142+
143+
- Documentation update [\#153](https://github.com/matter-labs/web3swift/pull/153) ([BaldyAsh](https://github.com/BaldyAsh))
144+
106145
## [2.1.4](https://github.com/matter-labs/web3swift/tree/2.1.4) (2019-04-24)
107146

108147
[Full Changelog](https://github.com/matter-labs/web3swift/compare/2.1.3...2.1.4)
@@ -128,8 +167,6 @@
128167
- Added reverse registrar [\#165](https://github.com/matter-labs/web3swift/pull/165) ([BaldyAsh](https://github.com/BaldyAsh))
129168
- WIP: ENS BaseRegistrar and RegistrarController support [\#162](https://github.com/matter-labs/web3swift/pull/162) ([BaldyAsh](https://github.com/BaldyAsh))
130169
- Updated example to 2.1.3 [\#158](https://github.com/matter-labs/web3swift/pull/158) ([BaldyAsh](https://github.com/BaldyAsh))
131-
- Documentation update [\#153](https://github.com/matter-labs/web3swift/pull/153) ([BaldyAsh](https://github.com/BaldyAsh))
132-
- 2.1.3 fix No2 [\#152](https://github.com/matter-labs/web3swift/pull/152) ([BaldyAsh](https://github.com/BaldyAsh))
133170

134171
## [2.1.3](https://github.com/matter-labs/web3swift/tree/2.1.3) (2019-04-06)
135172

@@ -148,6 +185,7 @@
148185

149186
**Merged pull requests:**
150187

188+
- 2.1.3 fix No2 [\#152](https://github.com/matter-labs/web3swift/pull/152) ([BaldyAsh](https://github.com/BaldyAsh))
151189
- 2.1.3 fix [\#151](https://github.com/matter-labs/web3swift/pull/151) ([BaldyAsh](https://github.com/BaldyAsh))
152190
- 2.1.3 [\#150](https://github.com/matter-labs/web3swift/pull/150) ([BaldyAsh](https://github.com/BaldyAsh))
153191

@@ -177,10 +215,9 @@
177215

178216
**Merged pull requests:**
179217

180-
- Swift 5 update [\#142](https://github.com/matter-labs/web3swift/pull/142) ([BaldyAsh](https://github.com/BaldyAsh))
218+
- Fix/podspec [\#135](https://github.com/matter-labs/web3swift/pull/135) ([BaldyAsh](https://github.com/BaldyAsh))
181219
- let some functions public for customization [\#132](https://github.com/matter-labs/web3swift/pull/132) ([scottphc](https://github.com/scottphc))
182220
- WIP: ST-20 and Security Token support [\#130](https://github.com/matter-labs/web3swift/pull/130) ([BaldyAsh](https://github.com/BaldyAsh))
183-
- Recent updates [\#125](https://github.com/matter-labs/web3swift/pull/125) ([BaldyAsh](https://github.com/BaldyAsh))
184221
- Fix/remove deprecated [\#120](https://github.com/matter-labs/web3swift/pull/120) ([BaldyAsh](https://github.com/BaldyAsh))
185222

186223
## [2.1.0](https://github.com/matter-labs/web3swift/tree/2.1.0) (2019-03-06)
@@ -235,7 +272,6 @@
235272
- Master to develop for 2.0.2 [\#94](https://github.com/matter-labs/web3swift/pull/94) ([shamatar](https://github.com/shamatar))
236273
- Feature/readme improvement [\#85](https://github.com/matter-labs/web3swift/pull/85) ([BaldyAsh](https://github.com/BaldyAsh))
237274
- Get recent develop changes [\#80](https://github.com/matter-labs/web3swift/pull/80) ([BaldyAsh](https://github.com/BaldyAsh))
238-
- Carthage [\#75](https://github.com/matter-labs/web3swift/pull/75) ([BaldyAsh](https://github.com/BaldyAsh))
239275

240276
## [2.0.4](https://github.com/matter-labs/web3swift/tree/2.0.4) (2018-11-20)
241277

@@ -266,6 +302,10 @@
266302

267303
- ENS Functionality [\#56](https://github.com/matter-labs/web3swift/issues/56)
268304

305+
**Merged pull requests:**
306+
307+
- ENS fix [\#83](https://github.com/matter-labs/web3swift/pull/83) ([BaldyAsh](https://github.com/BaldyAsh))
308+
269309
## [2.0.0](https://github.com/matter-labs/web3swift/tree/2.0.0) (2018-10-30)
270310

271311
[Full Changelog](https://github.com/matter-labs/web3swift/compare/1.5.1...2.0.0)
@@ -289,6 +329,7 @@
289329

290330
**Merged pull requests:**
291331

332+
- Carthage [\#75](https://github.com/matter-labs/web3swift/pull/75) ([BaldyAsh](https://github.com/BaldyAsh))
292333
- Carthage fixes [\#74](https://github.com/matter-labs/web3swift/pull/74) ([BaldyAsh](https://github.com/BaldyAsh))
293334

294335
## [1.5.1](https://github.com/matter-labs/web3swift/tree/1.5.1) (2018-10-22)
@@ -383,190 +424,6 @@
383424
- Quick fix for scrypt performance [\#17](https://github.com/matter-labs/web3swift/pull/17) ([shamatar](https://github.com/shamatar))
384425
- adding description string to Web3Error [\#1](https://github.com/matter-labs/web3swift/pull/1) ([GabCas](https://github.com/GabCas))
385426

386-
## [1.1.5](https://github.com/matter-labs/web3swift/tree/1.1.5) (2018-08-10)
387-
388-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/1.1.1...1.1.5)
389-
390-
## [1.1.1](https://github.com/matter-labs/web3swift/tree/1.1.1) (2018-07-30)
391-
392-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/1.1.0...1.1.1)
393-
394-
## [1.1.0](https://github.com/matter-labs/web3swift/tree/1.1.0) (2018-07-27)
395-
396-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/1.0.1...1.1.0)
397-
398-
## [1.0.1](https://github.com/matter-labs/web3swift/tree/1.0.1) (2018-07-12)
399-
400-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/1.0.0...1.0.1)
401-
402-
## [1.0.0](https://github.com/matter-labs/web3swift/tree/1.0.0) (2018-07-04)
403-
404-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.9.0...1.0.0)
405-
406-
## [0.9.0](https://github.com/matter-labs/web3swift/tree/0.9.0) (2018-06-18)
407-
408-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.8.1...0.9.0)
409-
410-
## [0.8.1](https://github.com/matter-labs/web3swift/tree/0.8.1) (2018-06-10)
411-
412-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.8.0...0.8.1)
413-
414-
## [0.8.0](https://github.com/matter-labs/web3swift/tree/0.8.0) (2018-05-31)
415-
416-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.7.9...0.8.0)
417-
418-
## [0.7.9](https://github.com/matter-labs/web3swift/tree/0.7.9) (2018-05-31)
419-
420-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.7.0...0.7.9)
421-
422-
## [0.7.0](https://github.com/matter-labs/web3swift/tree/0.7.0) (2018-05-11)
423-
424-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.6.0...0.7.0)
425-
426-
## [0.6.0](https://github.com/matter-labs/web3swift/tree/0.6.0) (2018-04-24)
427-
428-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.5.6...0.6.0)
429-
430-
## [0.5.6](https://github.com/matter-labs/web3swift/tree/0.5.6) (2018-04-20)
431-
432-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.5.5...0.5.6)
433-
434-
## [0.5.5](https://github.com/matter-labs/web3swift/tree/0.5.5) (2018-04-18)
435-
436-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.5.4...0.5.5)
437-
438-
## [0.5.4](https://github.com/matter-labs/web3swift/tree/0.5.4) (2018-04-16)
439-
440-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.5.3...0.5.4)
441-
442-
## [0.5.3](https://github.com/matter-labs/web3swift/tree/0.5.3) (2018-04-16)
443-
444-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.5.2...0.5.3)
445-
446-
## [0.5.2](https://github.com/matter-labs/web3swift/tree/0.5.2) (2018-04-16)
447-
448-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.5.1...0.5.2)
449-
450-
## [0.5.1](https://github.com/matter-labs/web3swift/tree/0.5.1) (2018-04-11)
451-
452-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.5.0...0.5.1)
453-
454-
## [0.5.0](https://github.com/matter-labs/web3swift/tree/0.5.0) (2018-04-10)
455-
456-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.4.1...0.5.0)
457-
458-
## [0.4.1](https://github.com/matter-labs/web3swift/tree/0.4.1) (2018-04-07)
459-
460-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.4.0...0.4.1)
461-
462-
## [0.4.0](https://github.com/matter-labs/web3swift/tree/0.4.0) (2018-04-04)
463-
464-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.3.6...0.4.0)
465-
466-
## [0.3.6](https://github.com/matter-labs/web3swift/tree/0.3.6) (2018-04-02)
467-
468-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.3.5...0.3.6)
469-
470-
## [0.3.5](https://github.com/matter-labs/web3swift/tree/0.3.5) (2018-03-20)
471-
472-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.3.4...0.3.5)
473-
474-
## [0.3.4](https://github.com/matter-labs/web3swift/tree/0.3.4) (2018-03-18)
475-
476-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.3.3...0.3.4)
477-
478-
## [0.3.3](https://github.com/matter-labs/web3swift/tree/0.3.3) (2018-03-05)
479-
480-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.3.2...0.3.3)
481-
482-
## [0.3.2](https://github.com/matter-labs/web3swift/tree/0.3.2) (2018-03-03)
483-
484-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.3.1...0.3.2)
485-
486-
## [0.3.1](https://github.com/matter-labs/web3swift/tree/0.3.1) (2018-03-01)
487-
488-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.3.0...0.3.1)
489-
490-
## [0.3.0](https://github.com/matter-labs/web3swift/tree/0.3.0) (2018-02-27)
491-
492-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.2.99...0.3.0)
493-
494-
## [0.2.99](https://github.com/matter-labs/web3swift/tree/0.2.99) (2018-02-27)
495-
496-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.2.98...0.2.99)
497-
498-
## [0.2.98](https://github.com/matter-labs/web3swift/tree/0.2.98) (2018-02-27)
499-
500-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.2.12...0.2.98)
501-
502-
## [0.2.12](https://github.com/matter-labs/web3swift/tree/0.2.12) (2018-02-01)
503-
504-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.2.11...0.2.12)
505-
506-
## [0.2.11](https://github.com/matter-labs/web3swift/tree/0.2.11) (2018-02-01)
507-
508-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.2.10...0.2.11)
509-
510-
## [0.2.10](https://github.com/matter-labs/web3swift/tree/0.2.10) (2018-01-31)
511-
512-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.2.9...0.2.10)
513-
514-
## [0.2.9](https://github.com/matter-labs/web3swift/tree/0.2.9) (2018-01-29)
515-
516-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.2.8...0.2.9)
517-
518-
## [0.2.8](https://github.com/matter-labs/web3swift/tree/0.2.8) (2018-01-18)
519-
520-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.2.7...0.2.8)
521-
522-
## [0.2.7](https://github.com/matter-labs/web3swift/tree/0.2.7) (2018-01-15)
523-
524-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.2.5...0.2.7)
525-
526-
## [0.2.5](https://github.com/matter-labs/web3swift/tree/0.2.5) (2018-01-12)
527-
528-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.2.0...0.2.5)
529-
530-
## [0.2.0](https://github.com/matter-labs/web3swift/tree/0.2.0) (2017-12-30)
531-
532-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.1.2...0.2.0)
533-
534-
## [0.1.2](https://github.com/matter-labs/web3swift/tree/0.1.2) (2017-12-27)
535-
536-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.1.1...0.1.2)
537-
538-
## [0.1.1](https://github.com/matter-labs/web3swift/tree/0.1.1) (2017-12-26)
539-
540-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.1.0...0.1.1)
541-
542-
## [0.1.0](https://github.com/matter-labs/web3swift/tree/0.1.0) (2017-12-26)
543-
544-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.0.6...0.1.0)
545-
546-
## [0.0.6](https://github.com/matter-labs/web3swift/tree/0.0.6) (2017-12-26)
547-
548-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.0.5...0.0.6)
549-
550-
## [0.0.5](https://github.com/matter-labs/web3swift/tree/0.0.5) (2017-12-21)
551-
552-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.0.4...0.0.5)
553-
554-
## [0.0.4](https://github.com/matter-labs/web3swift/tree/0.0.4) (2017-12-21)
555-
556-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.0.3...0.0.4)
557-
558-
## [0.0.3](https://github.com/matter-labs/web3swift/tree/0.0.3) (2017-12-20)
559-
560-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.0.2...0.0.3)
561-
562-
## [0.0.2](https://github.com/matter-labs/web3swift/tree/0.0.2) (2017-12-20)
563-
564-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/0.0.1...0.0.2)
565-
566-
## [0.0.1](https://github.com/matter-labs/web3swift/tree/0.0.1) (2017-12-19)
567-
568-
[Full Changelog](https://github.com/matter-labs/web3swift/compare/3b32224461f8510e743fa23bccbb437269f98525...0.0.1)
569-
570427

571428

572429
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)