Skip to content

Releases: amio/console.js

v2.0.0 - Reborn

09 Feb 04:43
Compare
Choose a tag to compare
  • 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 - Medic!

29 Aug 03:10
Compare
Choose a tag to compare

New

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

v1.0.2 - Let's Make History

19 Dec 06:26
Compare
Choose a tag to compare

v1.0.0 - Hello World

05 Nov 05:54
Compare
Choose a tag to compare

console.js hits v1.0.0 :D

v0.1.0 - Loaded

01 Jun 14:39
Compare
Choose a tag to compare

The first release of Console.js