Releases: lsphillips/ko-co
Releases · lsphillips/ko-co
v1.5.2
v1.5.1
Changed
- Removed unnecessary files from the package making it more lightweight.
v1.5.0
Added
- Introduced an ESM version of this module that will be used when being imported using
import
.
Changed
- This module is now transpiled using Babel.
- The UMD version of this module now exposes itself using the name
koco
instead ofKoCo
.
v1.3.0
Added
- Introduced documentation to the Typescript type definitions.
v1.2.1
Fixed
- The
konamicode
event now fires even when the user has their caps lock enabled.
v1.2.0
Changed
- Updated
KoCo.addSupportForTheKonamiCode()
to return a function that will remove support for the Konami Code.
v1.1.0
Changed
- Updated the
konamicode
event so it is now cancelable.
v1.0.0
The initial public release.