Console.js Versions Save

A game console (video game cli) for browsers.

v2.0.0

7 years ago
  • Rewrite from ground up with ES6, base on preact.
  • File size increased to 16.8K(6.2K Gziped) from 4.8K(2.1K Gziped). :(

Breaking Change

  • Create instance with new Console(<OptionsObject>, <CommandHandlersObject>)
    instead of new Console(<CommandHandlersObject>, <OptionsObject>)

Feature

  • Added a instance method .log(<msg>)
  • Added a instance method .clear()

v1.1.0

8 years ago

New

  • Add method .printHelp() to list commands. (docs)
  • Tap TAB in console will get auto-completion or suggestion. (Thanks to @fnky)

v1.0.2

9 years ago
  • Fixed command history issues (Thanks to @MikeHuntington)

v1.0.0

9 years ago

console.js hits v1.0.0 :D

v0.1.0

9 years ago

The first release of Console.js