Skip to content

Commit 7f4fbaf

Browse files
committed
Merge pull request #102 from dmauro/development
2.1.3
2 parents 341a8c8 + 701fb50 commit 7f4fbaf

7 files changed

Lines changed: 966 additions & 958 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
11
Keypress
22
========
3-
Version 2.1.2
3+
Version 2.1.3
44

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

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

11-
Copyright 2014 David Mauro
11+
Copyright 2015 David Mauro
1212
released under the Apache License, version 2.0
1313

1414

1515
**What's new**
1616
---------------
17+
2.1.3
18+
19+
* Just fixing the bower JSON. Thanks [OleCordsen](https://github.com/OleCordsen). [Issue #101](https://github.com/dmauro/Keypress/issues/101)
20+
1721
2.1.2
1822

1923
* 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)
2024
* 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).
2125
* Bower file cleaned up thanks to [kkirsche](https://github.com/kkirsche). [Pull request #97](https://github.com/dmauro/Keypress/pull/97)
2226
* Keys in FF/Gecko - and = fixed thanks to [deanputney](https://github.com/deanputney). [Pull request #95](https://github.com/dmauro/Keypress/pull/95)
23-
*
2427

2528
2.1.1
2629

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Keypress",
3-
"main": "keypress-2.1.0.min.js",
3+
"main": "keypress-2.1.3.min.js",
44
"homepage": "https://github.com/dmauro/Keypress",
55
"authors": [
66
"David Mauro <email@dmauro.com>"

coffee-compiler.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
VERSION="2.1.2"
2+
VERSION="2.1.3"
33
YEAR="2014"
44
cd "$( cd "$( dirname "$0" )" && pwd )"
55
coffee -c keypress.coffee
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

keypress.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616
Keypress is a robust keyboard input capturing Javascript utility
1717
focused on input for games.
1818
19-
version 2.1.2
19+
version 2.1.3
2020
###
2121

2222
###

0 commit comments

Comments
 (0)