Skip to content

Commit

Permalink
Merge pull request #99 from dmauro/development
Browse files Browse the repository at this point in the history
2.1.2 release
  • Loading branch information
dmauro committed Aug 16, 2015
2 parents 06deea7 + 6ede19a commit 341a8c8
Show file tree
Hide file tree
Showing 17 changed files with 1,258 additions and 994 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
*.scssc
bower_components/
test/keypress.js
test/tests.js
test/tests.js
.build*
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,37 @@
Keypress
========
Version 2.1.0
Version 2.1.2

Keypress is a robust keyboard input capturing Javascript utility
focused on input for games. For details and documentation, please
visit [http://dmauro.github.io/Keypress/](http://dmauro.github.io/Keypress/)

Copyright 2014 David Mauro
If you're using Keypress with Meteor, see the [Meteor notes](meteor/README.md).

Copyright 2014 David Mauro
released under the Apache License, version 2.0


**What's new**
---------------
2.1.2

* Added some simple jQuery proofing so you can pass in the result of a jQuery selector into the Listener's constructor. Thanks to [mallocator](https://github.com/mallocator) for the request. [Issue #89](https://github.com/dmauro/Keypress/issues/89)
* Changed the default behavior of how sequence combos behavior. Most people probably would have considered this a bug, so I'm not considering this API breaking. Thanks to [ronnyek](https://github.com/ronnyek) for pointing the problem out in [Issue #68](https://github.com/dmauro/Keypress/issues/68).
* Bower file cleaned up thanks to [kkirsche](https://github.com/kkirsche). [Pull request #97](https://github.com/dmauro/Keypress/pull/97)
* Keys in FF/Gecko - and = fixed thanks to [deanputney](https://github.com/deanputney). [Pull request #95](https://github.com/dmauro/Keypress/pull/95)
*

2.1.1

* Added [Meteor](https://www.meteor.com/) support. Thanks to [dandv](https://github.com/dandv). [Pull request #63](https://github.com/dmauro/Keypress/pull/63)

2.1.0

* Another fix for unregistering combos using an array of keys
* Added a destroy method to cleanup a listener. Thanks to [smerickson](https://github.com/smerickson) for submitting. [Pull request #51](https://github.com/dmauro/Keypress/pull/51)
* Fixed compatibility for '-'/'_' and '='/'+' keys in FireFox. Thanks to [simonsarris](https://github.com/simonsarris) for spotting the bug. [Issue #50](https://github.com/dmauro/Keypress/issues/50)
* Added []spm support](http://spmjs.io/package/keypress). Thanks to [sorrycc](https://github.com/sorrycc). [Pull request #52](https://github.com/dmauro/Keypress/pull/52)
* Added [spm support](http://spmjs.io/package/keypress). Thanks to [sorrycc](https://github.com/sorrycc). [Pull request #52](https://github.com/dmauro/Keypress/pull/52)

2.0.3

Expand Down
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "Keypress",
"main": "keypress-2.1.0.min.js",
"version": "2.1.0",
"homepage": "https://github.com/dmauro/Keypress",
"authors": [
"David Mauro <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion coffee-compiler.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION="2.1.0"
VERSION="2.1.2"
YEAR="2014"
cd "$( cd "$( dirname "$0" )" && pwd )"
coffee -c keypress.coffee
Expand Down
33 changes: 0 additions & 33 deletions keypress-2.1.0.min.js

This file was deleted.

Loading

0 comments on commit 341a8c8

Please sign in to comment.