src: replace byline with custom splitter (Ryan Graham)
test: add color tag tests (Ryan Graham)
test: ensure test fixtures use consistent newlines (Ryan Graham)
test: replicate shell tests in JS (Ryan Graham)
test: add tests for truncated utf8 sequences (Ryan Graham)
deps: remove dependency on moment (Ryan Graham)
deps: update minimist (Ryan Graham)
test: 100% test coverage :tada: (Ryan Graham)
test: cover all features (Ryan Graham)
test: add minimal json formatter test (Ryan Graham)
test: expand line-merge test coverage (Ryan Graham)
ci: add minimal Travis config (Ryan Graham)
deps: upgrade to tap@12 (Ryan Graham)
MAJOR: replace CLA with DCO (Ryan Graham)
MAJOR: relicense under Apache 2.0 license (Ryan Graham)
MAJOR: drop support for node < 4 (Ryan Graham)
package: update to byline 5.x (Sam Roberts)
Update URLs in CONTRIBUTING.md (#3) (Ryan Graham)
Use strongloop conventions for licensing (Sam Roberts)
test: generate coverage reports (Ryan Graham)
test: upgrade to tap@1 (Ryan Graham)
Update contribution guidelines (Ryan Graham)
test: more portable grep usage (Ryan Graham)
Don't let CI break tests if it modifies version (Ryan Graham)
Hide tgzs so npm pack doesn't pack itself (Ryan Graham)
package: make description more concise (Ryan Graham)
doc: initial CLI description (Ryan Graham)
test: cli --help/--version (Ryan Graham)
Add CLI (Ryan Graham)
expose option defaults as Logger.DEFAULTS (Ryan Graham)
bin: strong-log-transformer to sl-log-transformer (Ryan Graham)
fix: make bin/t.js runnable (Ryan Graham)