Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cierpliwy committed Sep 12, 2019
1 parent 9d2e9dc commit f07438b
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 87 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**1.1.0**

- Add support for descriptors.
- Fix XCode 11 compilation error.

**1.0.3**

- Integrated Travis CI to test library and check its integration with multiple RN versions.
Expand Down
29 changes: 11 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,30 +30,23 @@ What this library does NOT support:

## Compatibility

| React Native | 1.0.3 |
| ------------ | ------------------ |
| 0.59.3 | :white_check_mark: |
| 0.59.1 | :white_check_mark: |
| 0.59.0 | :white_check_mark: |
| 0.58.3 | :white_check_mark: |
| 0.58.0 | :white_check_mark: |
| 0.57.8 | :white_check_mark: |
| 0.57.5 | :white_check_mark: |
| 0.57.2 | :white_check_mark: |
| 0.56.1 | :boom:<sup>1</sup> |
| 0.55.4 | :boom:<sup>1</sup> |
| React Native | 1.0.3 | 1.1.0 |
| ------------- | ------------------ | ------------------ |
| 0.60.5 | :white_check_mark: | :white_check_mark: |
| 0.59.10 | :white_check_mark: | :white_check_mark: |
| 0.58.6 | :white_check_mark: | :white_check_mark: |
| 0.57.8 | :white_check_mark: | :white_check_mark: |
| 0.56.1 | :boom:<sup>1</sup> | :boom:<sup>1</sup> |
| 0.55.4 | :boom:<sup>1</sup> | :boom:<sup>1</sup> |

<sup>1</sup> fails on Android, although might work after updating gradle

## Recent Changes

**1.0.3**
**1.1.0**

- Integrated Travis CI to test library and check its integration with multiple RN versions.
- Library's build.gradle prefers buildToolsVersion, compileSdkVersion & targetSdkVersion specified in rootProject.
- Added Typescript definitions.
- Removed outdated example project.
- Updated dev dependencies and the README file.
- Add support for descriptors.
- Fix XCode 11 compilation error.

[All previous changes](CHANGELOG.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8'>
<title>react-native-ble-plx 1.0.3 | Documentation</title>
<title>react-native-ble-plx 1.1.0 | Documentation</title>
<meta name='description' content='React Native Bluetooth Low Energy library'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>react-native-ble-plx</h3>
<div class='mb1'><code>1.0.3</code></div>
<div class='mb1'><code>1.1.0</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
Loading

0 comments on commit f07438b

Please sign in to comment.