-
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 🎉 (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)
- update copyright notices and license (Ryan Graham)
- Refer to licenses with a link (Sam Roberts)
-
Use strongloop conventions for licensing (Sam Roberts)
-
test: generate coverage reports (Ryan Graham)
-
test: upgrade to tap@1 (Ryan Graham)
- test: use official tap (Ryan Graham)
- Fix bad CLA URL in CONTRIBUTING.md (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)
- Change to dual-license as Artistic/StrongLoop (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)
- Make transformer a duplex stream (Ryan Graham)
- First release!