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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
**0.8.0**
2
+
- Fix regression of Base64 encoding on Android platform. When large chunk of Base64 data was sent from Android it contained new lines characters.
3
+
- Updated RxAndroidBle to version 1.4.3.
4
+
- Fixed colissions in Characteristic and Service id generation on Android. The collisions had place if multiple devices with the same characteristic/service UUIDs were connected at the same time.
5
+
- Fixed dropped notifications right after setup on Android. Before there was small window when notification was monitored and listener for it wasn't mounted.
Copy file name to clipboardExpand all lines: README.md
+6-23Lines changed: 6 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,29 +17,12 @@ Example apps are available in [Google Play](https://play.google.com/store/apps/d
17
17
18
18
## Recent Changes
19
19
20
-
**0.7.0**
21
-
22
-
**Breaking changes**:
23
-
24
-
- Migrate to Swift 4 (now requires XCode 9 or higher)
25
-
- Fixed spelling mistake `characteristic.isIndictable` is now `characteristic.isIndicatable`.
26
-
27
-
Other:
28
-
29
-
- Fixed potential memory leaks in iOS native module.
30
-
- Fixed an issue when successive scans could stop emitting scanned devices.
31
-
- Removed `bash` dependency in postinstall script.
32
-
- Use `--cache-builds` option only when specific version of carthage is available.
33
-
- Remove `--no-build` option to be able to reuse prepackages frameworks.
34
-
- Added option to disable building dynamic frameworks with carthage
35
-
by setting option in your app's package.json:
36
-
```json
37
-
...
38
-
"react-native-ble-plx": {
39
-
"carthage": false
40
-
}
41
-
...
42
-
```
20
+
**0.8.0**
21
+
- Fix regression of Base64 encoding on Android platform. When large chunk of Base64 data was sent from Android it contained new lines characters.
22
+
- Updated RxAndroidBle to version 1.4.3.
23
+
- Fixed colissions in Characteristic and Service id generation on Android. The collisions had place if multiple devices with the same characteristic/service UUIDs were connected at the same time.
24
+
- Fixed dropped notifications right after setup on Android. Before there was small window when notification was monitored and listener for it wasn't mounted.
0 commit comments