Skip to content

Releases: chrisjpatty/crooks

v2.0.1 Updated readme

19 Mar 01:52
Compare
Choose a tag to compare

Updated readme to reflect changes to useKeyboardShortcut

v2.0.0...v2.0.1

v2.0.0 Full Typescript Support

19 Mar 01:49
Compare
Choose a tag to compare

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 now key, and uses the KeyboardEvent.key API
    • action is now onKeyPressed
  • Merge pull request #3 from chrisjpatty/v2.0.0 09e5e7c

  • 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

v1.0.22...v2.0.0

Unit tests & bug fixes.

08 Mar 08:01
Compare
Choose a tag to compare

Fixed bugs with localstorage initialization.
Added unit tests for all crooks.