-
Notifications
You must be signed in to change notification settings - Fork 2
Changelog
diegodoumecq edited this page Jan 14, 2017
·
18 revisions
- Started using a Changelog
- Changed how sticks work, instead of having a value of type object like { x: 0, y: 0} they now are simple arrays of numbers [0, 0]
- Sticks now can have any number of axes instead of being forced into only having 2
- Implemented full rebinding support
- Added the data structure parsedGamepad for ease of use
- Built JoyMap from the ground up
- Refactored it several times, including one complete rewrite
- Decided to have an actual README
- Replaced all mentions of npm with yarn
- Changed the dev environment several times
- Added three examples of usage using different techniques
- Removed the lodash dependency from the library
- Added flowtype support
- Exported flowtypes of library using babel-plugin-transform-flow-comments
- Realized flowtype comments are not being maintained
- Regretted spending so much time on flowtype comments