jaywcjlove
b3cb4a37bc
v3.13.9 released v3.13.9 #504 6c0b6a60bd
2 months ago
jaywcjlove
9c0d12f2b7
v3.13.8 fix: remove unnecessary if condition for meta key handling ( #504 ) bcdd3f62f6
2 months ago
jaywcjlove
8e0aba7b14
v3.13.8 released v3.13.8 #502 335c15c11e
2 months ago
jaywcjlove
de19f77270
v3.13.7 Merge pull request #502 from foxhatleo/leo/fix-command-keyup-not-fired 0dd7438ed1
2 months ago
jaywcjlove
1b3035a52d
v3.13.7 revert(chore): downgrade puppeteer dependency to ~13.7.0
...
Reverting update #356 as it caused compatibility issues with the current project setup. 29e7bc2147
2 months ago
jaywcjlove
2e3a1c519a
v3.13.7 ci: add pr workflows config. d5d0aef3e5
2 months ago
jaywcjlove
116a4c61d7
v3.13.7 ci: update workflows config. b0038773f3
7 months ago
jaywcjlove
871bc434c6
v3.13.7 released v3.13.7 ( #475 ) a595c55587
12 months ago
jaywcjlove
138bbcba6e
v3.13.6 fix(removeEvent): fix detachEvent typo ( #475 ) 1e802bdf88
12 months ago
jaywcjlove
13069ba506
v3.13.6 released v3.13.6 #473 aa2f12460a
1 year ago
jaywcjlove
a75bc07deb
v3.13.5 chore: fix eslint error. #473 99025bbc59
1 year ago
jaywcjlove
6171e4bae7
v3.13.5 released v3.13.5 #470 adc70eb336
1 year ago
jaywcjlove
552e6225f3
v3.13.4 test: fix test case issue. f2e1ab1d8c
1 year ago
jaywcjlove
f8e54980bf
v3.13.4 released v3.13.4 #469 5b0cd1f66d
1 year ago
jaywcjlove
047eaa24f4
v3.13.3 fix: Keyboard event memory leak ( #469 )
...
* fix: Keyboard event memory leak
* fix: add dist 816d76d13d
1 year ago
jaywcjlove
46b6f09c27
v3.13.3 released v3.13.3 #466 c96985c060
1 year ago
jaywcjlove
cf0f23c3e4
v3.13.2 type: fix getAllKeyCodes return type ( #466 ) 478ee66989
1 year ago
jaywcjlove
023934e16b
v3.13.2 released v3.13.2 #465 e7127b3f8d
1 year ago
jaywcjlove
32f28df367
v3.13.1 fix: `single` config will conflict with other combinations ( #465 ) 964d66f0d9
1 year ago
jaywcjlove
3f93f05e42
v3.13.1 released v3.13.1 #441 #464 cfd47cab74
1 year ago
jaywcjlove
ada9a13756
v3.13.0 released v3.13.0 ( #441 #463 ) 511e85529f
1 year ago
jaywcjlove
cdeea02194
v3.12.2 test: fix test error. 3c9bb77e05
1 year ago
jaywcjlove
c5d004a77e
v3.12.2 fix: fix types under node16 moduleResolution ( #441 )
...
The types of this library do not match the actual JS code, leading to a situation where using ESM under the `node16` moduleResolution method in TypeScript, the default export types will fail to resolve. TypeScript is more strict around type compliance with these settings enabled, and therefore requires the types to match.
The JS code does not use a default import, as `export default` in ESM is not identical to `module.exports = `. `export =` can be used in the `index.d.ts` to match the behaviour within the JS file.
More information on this specific issue is available here, https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseExportDefault.md 2767829cc7
1 year ago
jaywcjlove
a1e953d9df
v3.12.2 feat: add single option. ( #463 )
...
* feat: single callback
* type: Option.single 7bf34e9dfa
1 year ago
jaywcjlove
71b6659f47
v3.12.2 released v3.12.2 7782744eaa
1 year ago
jaywcjlove
0d143dbdc6
v3.12.1 released v3.12.1 d662b94201
1 year ago
jaywcjlove
48fdc9f753
v3.12.0 ci: update workflows config. 06c01f2a73
1 year ago
jaywcjlove
fafed6ec5c
v3.12.0 doc: Update README.md 031bc4d5da
2 years ago
jaywcjlove
1294ecc93c
v3.12.0 released v3.12.0 (##439) 35c40dd515
2 years ago
jaywcjlove
2c117bc05a
v3.11.2 doc: Update document. ( #439 ) 6193fd8a26
2 years ago
jaywcjlove
3d49fd4ab4
v3.11.2 clean: Optimize `getAllKeyCodes` method & compatible with older browers. ( #439 ) f26f95c63b
2 years ago
jaywcjlove
809f1204fc
v3.11.2 Add getAllKeyCodes method to API ( #439 ) 7a8e2b2e4b
2 years ago
jaywcjlove
1136d86855
v3.11.2 chore(deps): update devDependencies. 3d5b789986
2 years ago
jaywcjlove
b3679abafd
v3.11.2 released v3.11.2. ( #434 ) 307ebbd6aa
2 years ago
jaywcjlove
f06b9070dc
v3.11.1 fix: fix callback not executing when scope is `all`. ( #434 ) ( #432 ) e193f9a32e
2 years ago
jaywcjlove
62b830f017
v3.11.1 chore(deps): update package-lock.json file. ce461c9f30
2 years ago
jaywcjlove
288fdc85ab
v3.11.1 released v3.11.1 ( #437 ) 16b9cef8a5
2 years ago
jaywcjlove
b9a8e05286
v3.11.0 released v3.11.0 ( #436 ) 1f540de23a
2 years ago
jaywcjlove
2e90c5b8a2
v3.10.4 feat: add `keys` data to the callback function HotkeysEvent. ( #436 ) 42c82b9ea1
2 years ago
jaywcjlove
893eef4a36
v3.10.4 released v3.10.4 ( #426 ) ( #433 ) ( #432 ) 1b813fae72
2 years ago
jaywcjlove
80d294d450
v3.10.3 released v3.10.3 ( #433 ) edab10f45b
2 years ago
jaywcjlove
05393ceecf
v3.10.2 test: fix test case error. ( #433 ) eb206602b1
2 years ago
jaywcjlove
643516deb2
v3.10.2 doc: Update README.md ( #430 ) c6b7e25c16
2 years ago
jaywcjlove
95dad58839
v3.10.2 released v3.10.2 #399 ( #424 ) 33487c6f22
2 years ago
jaywcjlove
aa7ec6d864
v3.10.1 type: add `getPressedKeyString` to `index.d.ts` for #399 ( #424 ) bb7481ec21
2 years ago
jaywcjlove
c103a94edb
v3.10.1 doc: Removed $ from install command in README.md ( #416 )
...
When pressing the copy button that Github provides it also copies the $ sign making pasting the command to the terminal very annoying. 862a224672
2 years ago
jaywcjlove
673708fe09
v3.10.1 released v3.10.1 #403 #406 0a8c8bc1d6
2 years ago
jaywcjlove
4160f3a960
v3.10.0 fix: fix trigger isn't work well in duplicate shortcut #403 ( #406 )
...
* update readme
* fix: trigger api support multi listeners #403 c9f693b2f6
2 years ago
jaywcjlove
9a19139248
v3.10.0 released v3.10.0 ( #146 ) db269a920f
2 years ago
jaywcjlove
4ae8706b66
v3.9.5 feat: implement getPressedKeyString for #360 , #377 ( #394 ) 5f108c506f
2 years ago