- Update dependencies
- Add
--outfile
arg (Jonny Reeves)
- Streams 3: bump dependencies
- Update through2 to
1.1
- Refactor into a browserify plugin
- Add
--bundle
feature to export JS as a separate file - Support short
-r
as an alias for--reload
and-t
for--title
- Fix auto scrolling
- Rewrite: Map stack traces back to original sources and split up template
- Fix auto scrolling
Breaking change! Now only works with Browserify!
- Consolify must be added to browserify as an entry
- Support stdout and ANSI colors
- Support cursor move to clear line
- Use base 16 color scheme
Breaking change! Completely rewrote the node code and test cases.
- Consolify is not a browserify wrapper anymore. Although browserifies output can still be piped to consolify.
- Removed
--mocha
and--js
options. Use Mocaccino and pipe the output to consolify instead. - Added
--reload
option
- Added
--js
option to only generate the JavaScript - Generating source maps
- Added
--mocha
option to use Mocha as a test framework
- Added
--title
option to set the title of the generated web page
- Removed
--reload
option and dependency to browser-reload again - Fixed an issue with $ not being escaped in replace
- New
-o target
option writes output to a file. Defaults to stdout. - New
--reload
option includes the browser-reload script
- Print usage if called without arguments
- Prepend es5-shim with the
--shim
option - Test cases
- Deferred execution for faster UI feedback
- Initial release