File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
1010* None.
1111
12+ ## [ 2.0.1 (2019-03-06)]
13+
14+ ### Changed
15+
16+ * Change ` JSValueType ` description to string value.
17+
1218## [ 2.0.0 (2019-02-28)]
1319
1420### Added
@@ -109,7 +115,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
109115
110116* First release.
111117
112- [ Unreleased ] : https://github.com/ridi/WKJavaScriptController/compare/2.0.0...HEAD
118+ [ Unreleased ] : https://github.com/ridi/WKJavaScriptController/compare/2.0.1...HEAD
119+ [ 2.0.1 (2019-03-06) ] : https://github.com/ridi/WKJavaScriptController/compare/2.0.0...2.0.1
113120[ 2.0.0 (2019-02-28) ] : https://github.com/ridi/WKJavaScriptController/compare/1.2.0...2.0.0
114121[ 1.2.0 (2019-02-26) ] : https://github.com/ridi/WKJavaScriptController/compare/1.1.9...1.2.0
115122[ 1.1.9 (2018-07-31) ] : https://github.com/ridi/WKJavaScriptController/compare/1.1.8...1.1.9
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'WKJavaScriptController'
3- s . version = '2.0.0 '
3+ s . version = '2.0.1 '
44 s . summary = 'Calling native code from Javascript in the iOS application likes JavascriptInterface in the Android.'
55 s . homepage = 'https://github.com/ridi/WKJavaScriptController'
66 s . authors = { 'Ridibooks Viewer Team' => 'viewer.team@ridi.com' }
You can’t perform that action at this time.
0 commit comments