You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29-25Lines changed: 29 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,119 +7,123 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [Unreleased]
9
9
10
-
* None.
10
+
- None.
11
+
12
+
## [2.1.0 (2021-08-28)]
13
+
14
+
- Deprecation cocoapods support.
11
15
12
16
## [2.0.2 (2020-02-06)]
13
17
14
18
### Added
15
19
16
-
* Support Swift Package Manager.
20
+
- Support Swift Package Manager.
17
21
18
22
## [2.0.1 (2019-03-06)]
19
23
20
24
### Changed
21
25
22
-
* Change `JSValueType` description to string value.
26
+
- Change `JSValueType` description to string value.
23
27
24
28
## [2.0.0 (2019-02-28)]
25
29
26
30
### Added
27
31
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`)
31
35
32
36
### Changed
33
37
34
-
* Rename `shouldSafeMethodCall` to `ignoreMethodCallWhenReceivedNull`.
35
-
* Rename `shouldConvertJSONString` to `convertsToDictionaryWhenReceivedJsonString`.
38
+
- Rename `shouldSafeMethodCall` to `ignoreMethodCallWhenReceivedNull`.
39
+
- Rename `shouldConvertJSONString` to `convertsToDictionaryWhenReceivedJsonString`.
36
40
37
41
### Fixed
38
42
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.
40
44
41
45
## [1.2.0 (2019-02-26)]
42
46
43
47
### Changed
44
48
45
-
* Migrate to Swift 4.2.
49
+
- Migrate to Swift 4.2.
46
50
47
51
## [1.1.9 (2018-07-31)]
48
52
49
53
### Fixed
50
54
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.
0 commit comments