Skip to content

Commit

Permalink
Merge pull request #38 from dmauro/development
Browse files Browse the repository at this point in the history
2.0.2 updates
  • Loading branch information
dmauro committed May 4, 2014
2 parents 3237df5 + 0ed411a commit fef25f8
Show file tree
Hide file tree
Showing 8 changed files with 150 additions and 95 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Keypress
========
Version 2.0.1
Version 2.0.2

Keypress is a robust keyboard input capturing Javascript utility
focused on input for games. For details and documentation, please
Expand All @@ -13,6 +13,11 @@ released under the Apache License, version 2.0
**What's new**
---------------

2.0.2

* Fixed a bug that prevented combos from unregistering, and updated the docs for how to unregister properly. Thanks to [pelly](https://github.com/pelly) and [g00fy-](https://github.com/g00fy-). [Issue # 34](https://github.com/dmauro/Keypress/issues/34).
* Added [AMD](http://requirejs.org/docs/whyamd.html) support. [Issue #37](https://github.com/dmauro/Keypress/issues/37).

2.0.1

* Fixed a big ole bug with meta/cmd combos. Thanks to [lexey111](https://github.com/lexey111). [Issue #29](https://github.com/dmauro/Keypress/issues/29).
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",
"version" : "2.0.1",
"version" : "2.0.2",
"main" : "keypress.js",
"description" : "a robust keyboard input capturing Javascript utility focused on input for games. For details and documentation, please visit http://dmauro.github.io/Keypress/",
"devDependencies" : {
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.0.1"
VERSION="2.0.2"
YEAR="2014"
cd "$( cd "$( dirname "$0" )" && pwd )"
coffee -c keypress.coffee
Expand Down
31 changes: 0 additions & 31 deletions keypress-2.0.1.min.js

This file was deleted.

Loading

0 comments on commit fef25f8

Please sign in to comment.