Skip to content

Commit

Permalink
Merge pull request #102 from dmauro/development
Browse files Browse the repository at this point in the history
2.1.3
  • Loading branch information
dmauro committed Aug 18, 2015
2 parents 341a8c8 + 701fb50 commit 7f4fbaf
Show file tree
Hide file tree
Showing 7 changed files with 966 additions and 958 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
Keypress
========
Version 2.1.2
Version 2.1.3

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/)

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

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


**What's new**
---------------
2.1.3

* Just fixing the bower JSON. Thanks [OleCordsen](https://github.com/OleCordsen). [Issue #101](https://github.com/dmauro/Keypress/issues/101)

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

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Keypress",
"main": "keypress-2.1.0.min.js",
"main": "keypress-2.1.3.min.js",
"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.2"
VERSION="2.1.3"
YEAR="2014"
cd "$( cd "$( dirname "$0" )" && pwd )"
coffee -c keypress.coffee
Expand Down
2 changes: 1 addition & 1 deletion keypress-2.1.2.min.js → keypress-2.1.3.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion keypress.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
Keypress is a robust keyboard input capturing Javascript utility
focused on input for games.
version 2.1.2
version 2.1.3
###

###
Expand Down
Loading

0 comments on commit 7f4fbaf

Please sign in to comment.