Skip to content

Commit 68615bc

Browse files
updated logic for v1.4.3
1 parent 9b97c45 commit 68615bc

25 files changed

+7833
-44
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
This file tracks released versions with the changes made to this project.
4+
5+
## Version 1.4.3
6+
7+
### New
8+
9+
- Added a CHANGELOG.
10+
- Added the new device types and properties to support our Bluetooth Low Energy devices (S550, S370, S320 and S721)

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# socketmobile-capturejs 1.3.50
1+
# socketmobile-capturejs 1.4.3
22

33
This Javascript NPM package can be used to add CaptureJS to your Javascript application.
44

@@ -21,11 +21,12 @@ import React from 'react';
2121
2222
# Devices compatibility and CaptureSDK versions
2323
24-
| Devices | < 1.3 | 1.3 |
25-
| :--------------------------------------------: | :---: | :-: |
26-
| **SocketCam C820** |||
27-
| **S720/D720/S820** |||
28-
| **D600, S550, and all other barcode scanners** |||
24+
| Devices | < 1.3 | 1.3 | 1.4 |
25+
| :----------------------------------------------:| :---: | :-: | :-: |
26+
| **SocketCam C820** ||||
27+
| **S720/D720/S820** ||||
28+
| **D600 and all other barcode scanners** ||||
29+
| **S550, S370, S320, S721 (Bluetooth LE device)**||||
2930
3031
## Use with Next.js
3132

lib/captureJs-1.4.3.0.js

Lines changed: 2535 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/captureJs-1.4.3.0.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/captureJs-1.4.3.0.min.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/captureJs-1.4.3.0.min.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/captureJs-latest.js

Lines changed: 2535 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/captureJs-latest.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/captureJs-latest.min.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/captureJs-latest.min.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)