forked from mareeo/jQuery-Scanner-Detection
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG.txt
28 lines (20 loc) · 817 Bytes
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
1.2.2
The keydown event is now used for input characters instead of keypress
Various internal code changes to use jQuery plugin best practices
1.2.1
Add a onKeyDetect callback being called if any key (even non-chars) is detected
Changed default scanButtonKeyCode to false (it turned out, that the previous value of '0' was actually used by some scanners)
1.2.0
Add options startChar, ignoreIfFocusOn, scanButtonKeyCode, scanButtonLongPressThreshold
1.1.4
Add script to extend compatibility to IE<9
1.1.3
Change event.timestamp to Date.now() because Firefox has an issue with that
1.1.2
Fix issue with tab key
1.1.1
Fix issue with $(selector).scannerDetection('scanned string')
1.1.0
Add events scannerDetectionComplete, scannerDetectionError, scannerDetectionReceive
1.0.0
Initial version