Releases: amio/console.js
Releases · amio/console.js
v2.0.0 - Reborn
- 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 ofnew Console(<CommandHandlersObject>, <OptionsObject>)
Feature
- Added a instance method
.log(<msg>)
- Added a instance method
.clear()
v1.1.0 - Medic!
v1.0.2 - Let's Make History
- Fixed command history issues (Thanks to @MikeHuntington)
v1.0.0 - Hello World
console.js hits v1.0.0 :D
v0.1.0 - Loaded
The first release of Console.js