Releases: chrisjpatty/crooks
Releases · chrisjpatty/crooks
v2.0.1 Updated readme
v2.0.0 Full Typescript Support
Crooks has been fully converted to Typescript. While nearly all hook APIs have remained the same, there is one breaking change to be aware of:
-
useKeyboardShortcut
keyCode
is nowkey
, and uses theKeyboardEvent.key
APIaction
is nowonKeyPressed
-
Converted library to typescript 3c8bb82
-
Incremented version number to update readme cd95e2b
-
Added tests to cover last remaining lines b749de7
-
Updated travis CI build config e0c26cd
-
Reordered badges a6275ff
-
Fixed npm badge 3d6e5e9
-
Added coveralls config edcce50
-
Added build and coverage badge d07a9cb
-
Updated gitignore 2da7b11
-
Replaced travis config c550d12
-
Added travis cli config 0e06e87
-
Replaced test script e64aaa2
Unit tests & bug fixes.
Fixed bugs with localstorage initialization.
Added unit tests for all crooks.