You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

HISTORY.md 1.2 KiB

3 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # onScan.js - version history
  2. ### 1.5.2
  3. - FIX undefined variable oOptions when in paste-mode
  4. ### 1.5.1
  5. - NEW utility method `onScan.isAttachedTo()`.
  6. - FIX improvements in documentation
  7. ## 1.5
  8. - NEW method `onScan.isScanInProgressFor()` to test if a potential keyboard scan is in progress
  9. - NEW option `captureEvents` to make sure onScan gets events before any other listerer below in the DOM
  10. ### 1.4.3
  11. - NEW `onScan.simulate()` now accepts arrays of key codes or event properties
  12. - FIX shiftKey detection was not working
  13. ### 1.4.2
  14. - FIX missing update of min-version for 1.4.1
  15. - FIX further improvements for key code normalization
  16. ### 1.4.1
  17. - FIX default keyboard event decoder
  18. ## 1.4
  19. - Improved default key code decoder: ignore non-alphanumeric characters, case sensitive now, etc.
  20. - Wrapped onScan as a JS module
  21. - Fixed JS errors in browsers, that do not allow overriding KeyboardEvent.which
  22. ### 1.3.2
  23. - FIX option `ignoreIfFocusOn` not working
  24. ## 1.3
  25. - Added option `reactToKeydown` to disable keyboard-mode if favor of clipboard-mode only
  26. - Cleaned up API
  27. - Improved README
  28. - Added LICENSE and HISTORY.md
  29. ## 1.2
  30. - Added support for NPM
  31. ## 1.0
  32. - Initial release