Skip to content

Commit dc258ea

Browse files
committed
Update CHANGELOG.md
1 parent 7b6500a commit dc258ea

1 file changed

Lines changed: 29 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,119 +7,123 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10-
* None.
10+
- None.
11+
12+
## [2.1.0 (2021-08-28)]
13+
14+
- Deprecation cocoapods support.
1115

1216
## [2.0.2 (2020-02-06)]
1317

1418
### Added
1519

16-
* Support Swift Package Manager.
20+
- Support Swift Package Manager.
1721

1822
## [2.0.1 (2019-03-06)]
1923

2024
### Changed
2125

22-
* Change `JSValueType` description to string value.
26+
- Change `JSValueType` description to string value.
2327

2428
## [2.0.0 (2019-02-28)]
2529

2630
### Added
2731

28-
* Support native return to JavaScript as [Promise](https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Promise).
29-
* Add `logEnabled` property. (default: `true`)
30-
* Add `callbackTimeout` property. (default: `10`)
32+
- Support native return to JavaScript as [Promise](https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Promise).
33+
- Add `logEnabled` property. (default: `true`)
34+
- Add `callbackTimeout` property. (default: `10`)
3135

3236
### Changed
3337

34-
* Rename `shouldSafeMethodCall` to `ignoreMethodCallWhenReceivedNull`.
35-
* Rename `shouldConvertJSONString` to `convertsToDictionaryWhenReceivedJsonString`.
38+
- Rename `shouldSafeMethodCall` to `ignoreMethodCallWhenReceivedNull`.
39+
- Rename `shouldConvertJSONString` to `convertsToDictionaryWhenReceivedJsonString`.
3640

3741
### Fixed
3842

39-
* Fix an issue where string composed of numbers were cast to `JSInt` by parsing top-level objects as `JSONSerialization` with `allowFragments` read option.
43+
- Fix an issue where string composed of numbers were cast to `JSInt` by parsing top-level objects as `JSONSerialization` with `allowFragments` read option.
4044

4145
## [1.2.0 (2019-02-26)]
4246

4347
### Changed
4448

45-
* Migrate to Swift 4.2.
49+
- Migrate to Swift 4.2.
4650

4751
## [1.1.9 (2018-07-31)]
4852

4953
### Fixed
5054

51-
* Fix an issue where compile error with Xcode 9 in Swift 4 mode.
55+
- Fix an issue where compile error with Xcode 9 in Swift 4 mode.
5256

5357
## [1.1.8 (2017-11-29)]
5458

55-
* None.
59+
- None.
5660

5761
## [1.1.7 (2017-09-26)]
5862

5963
### Fixed
6064

61-
* Fix build error with Xcode 9.
65+
- Fix build error with Xcode 9.
6266

6367
## [1.1.6 (2017-07-05)]
6468

6569
### Fixed
6670

67-
* Fix build error with Xcode 9.
71+
- Fix build error with Xcode 9.
6872

6973
## [1.1.5 (2017-02-08)]
7074

7175
### Changed
7276

73-
* Change method invocation notification send order.
77+
- Change method invocation notification send order.
7478

7579
## [1.1.4 (2017-02-05)]
7680

7781
### Added
7882

79-
* Add `shouldConvertJSONString` option.
83+
- Add `shouldConvertJSONString` option.
8084

8185
### Fixed
8286

83-
* Fix to read methods of higher protocols.
87+
- Fix to read methods of higher protocols.
8488

8589
## [1.1.3 (2017-01-26)]
8690

8791
### Fixed
8892

89-
* Fix JSON parse error.
93+
- Fix JSON parse error.
9094

9195
## [1.1.2 (2017-01-26)]
9296

9397
### Fixed
9498

95-
* Fix cast arguments.
99+
- Fix cast arguments.
96100

97101
## [1.1.1 (2017-01-26)]
98102

99103
### Added
100104

101-
* Add method invocation notification.
102-
* Add `shouldSafeMethodCall` property.
105+
- Add method invocation notification.
106+
- Add `shouldSafeMethodCall` property.
103107

104108
## [1.1.0 (2017-01-18)]
105109

106110
### Changed
107111

108-
* Migrate to Swift 3.
112+
- Migrate to Swift 3.
109113

110114
## [1.0.2 (2017-01-18)]
111115

112-
* None.
116+
- None.
113117

114118
## [1.0.1 (2017-01-18)]
115119

116120
### Fixed
117121

118-
* Fix an issue where swift value type was parsed incorrectly.
122+
- Fix an issue where swift value type was parsed incorrectly.
119123

120124
## [1.0.0 (2017-01-17)]
121125

122-
* First release.
126+
- First release.
123127

124128
[Unreleased]: https://github.com/ridi/WKJavaScriptController/compare/2.0.2...HEAD
125129
[2.0.2 (2020-02-06)]: https://github.com/ridi/WKJavaScriptController/compare/2.0.1...2.0.2

0 commit comments

Comments
 (0)