Skip to content

Commit 548237c

Browse files
committed
Add changelog for version 0.8
1 parent c10e038 commit 548237c

3 files changed

Lines changed: 14 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
6+
- Minor documentation updates.
7+
18
**0.7.0**
29

310
**Breaking changes**:

README.md

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,12 @@ Example apps are available in [Google Play](https://play.google.com/store/apps/d
1717

1818
## Recent Changes
1919

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.
25+
- Minor documentation updates.
4326

4427
[All previous changes](CHANGELOG.md)
4528

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-ble-plx",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "React Native Bluetooth Low Energy library",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)