Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 1, 2016
1 parent 6b7cf91 commit 2f5de4f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
<a name="3.0.0"></a>
# 3.0.0 (2016-05-01)

## Breaking Changes

- Simplifiest default logging levels to `.fatal()`, `.error()`, `.warn()`, `info()`, `debug()`.
- Mute levels use `muted` keyword instead of `silent`.

## New Features

- Add `upperCase` flag to prints loglevels in uppercase.
- Add `timestamp` flag to prints counter associated with each log.
- Add `.skin` to make easy load different log levels. Check [acho-skin-cli](https://github.com/achohq/acho-skin-cli).

## Fixes, refactoring and optimizations

- Use [lodash#defaults](https://lodash.com/docs#defaults) instead of [existential-defaults](https://github.com/Kikobeats/existential-default) (more lightweight).
- Indent log levels from the left instead of from the right (so cute!).
- Logfmt now works with Error's message.

## Commits

* Add .skin method ([ac1a16d](https://github.com/achohq/acho/commit/ac1a16d))
* Add docs ([822b697](https://github.com/achohq/acho/commit/822b697))
* Add experimental RFC5424 levels ([37661c4](https://github.com/achohq/acho/commit/37661c4))
Expand Down

0 comments on commit 2f5de4f

Please sign in to comment.