@capgo/capacitor-nfc 8.0.7 → 8.0.8
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.
- package/README.md +11 -0
- package/ios/Sources/NfcPlugin/NfcPlugin.swift +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,6 +19,17 @@ Modern Capacitor port of the battle-tested [phonegap-nfc](https://github.com/cha
|
|
|
19
19
|
|
|
20
20
|
The most complete documentation will live on the Capgo docs portal. Until then, explore the TypeScript definitions (`src/definitions.ts`) and run the included example app for a tour of the API.
|
|
21
21
|
|
|
22
|
+
## Compatibility
|
|
23
|
+
|
|
24
|
+
| Plugin version | Capacitor compatibility | Maintained |
|
|
25
|
+
| -------------- | ----------------------- | ---------- |
|
|
26
|
+
| v8.\*.\* | v8.\*.\* | ✅ |
|
|
27
|
+
| v7.\*.\* | v7.\*.\* | On demand |
|
|
28
|
+
| v6.\*.\* | v6.\*.\* | ❌ |
|
|
29
|
+
| v5.\*.\* | v5.\*.\* | ❌ |
|
|
30
|
+
|
|
31
|
+
> **Note:** The major version of this plugin follows the major version of Capacitor. Use the version that matches your Capacitor installation (e.g., plugin v8 for Capacitor 8). Only the latest major version is actively maintained.
|
|
32
|
+
|
|
22
33
|
## Install
|
|
23
34
|
|
|
24
35
|
```bash
|
package/package.json
CHANGED