@woosmap/react-native-plugin-geofencing 0.4.3 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/package.json +5 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,39 @@
1
+ ## 0.4.4
2
+ - Included release notes with package as `changelog.md`
3
+
4
+
5
+ ## 0.4.2
6
+ * Support for node version 16.
7
+ * Removed warnings ``new NativeEventEmitter()` was called with a non-null argument without the required`
8
+
9
+ ## 0.4.1
10
+ * Enhancement: Expose new callback named `searchAPIError` in `SearchAPIDelegate`.
11
+
12
+ ## 0.4.0
13
+ - Enhancement: new method `getIndoorBeacons` - Gets a list of all beacons. Gets beacons for a venue. Gets a list of beacons with a specific identifier.
14
+ - Enhancement: new method `removeIndoorBeacons` - Removes all beacons from the database
15
+ - Enhancement: new parameter in POI object as `userProperties`
16
+
17
+ ## 0.3.0
18
+ - Upgraded Geofencing SDK version to 4.+
19
+
20
+ ## 0.2.5
21
+ - Bug fix: Airship connector not working without `watchRegion`
22
+
23
+ ## 0.2.4
24
+ - Bug fix - App crashes upon creating minified build
25
+
26
+ ## 0.2.3
27
+ - Support xcode 14.3
28
+
29
+ ## 0.2.2
30
+ - Removed android prefix from the Airship Event
31
+
32
+ ## 0.2.1
33
+ - Upgraded Google dependancies
34
+
35
+ ## 0.2.0
36
+ - Building an Airship connector
37
+
38
+ ## 0.1.0
39
+ - Initial release Woosmap geofencing SDK
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/react-native-plugin-geofencing",
3
- "version":"0.4.3",
3
+ "version":"0.4.4",
4
4
  "description": "This react-native plugin extends the functionality offered by the Woosmap Geofencing Mobile SDKs. Find more about the Woosmap Geofencing SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -12,7 +12,8 @@
12
12
  "android/build.gradle",
13
13
  "ios",
14
14
  "cpp",
15
- "react-native-plugin-geofencing.podspec"
15
+ "react-native-plugin-geofencing.podspec",
16
+ "CHANGELOG.md"
16
17
  ],
17
18
  "scripts": {
18
19
  "test": "jest",
@@ -28,7 +29,8 @@
28
29
  "react-native",
29
30
  "ios",
30
31
  "android",
31
- "woosmap"
32
+ "woosmap",
33
+ "geofence"
32
34
  ],
33
35
  "repository": "https://github.com/Woosmap/geofencing-react-native-plugin",
34
36
  "author": "WGS Indoor <28100769+sameerdhulap@users.noreply.github.com> (https://github.com/sameerdhulap)",