Skip to content

Commit

Permalink
Moves changelog to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jalik committed Mar 14, 2018
1 parent 5f7517b commit bd0ec23
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## v1.0.3
- Exports `Logger` using ES6 default export

## v1.0.1
- Adds options to activate or deactivate console logging for a type of message
- Adds option `Logger.options.console.debug = true`
- Adds option `Logger.options.console.error = true`
- Adds option `Logger.options.console.info = true`
- Adds option `Logger.options.console.other = true`
- Adds option `Logger.options.console.warning = true`
- Adds option `Logger.options.displayContext = false`

## v1.0.0
- First public release
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,20 +116,7 @@ Logger.error("Cannot contact DNS server", {ipAddress: "8.8.8.8"});

## Changelog

### v1.0.3
- Exports `Logger` using ES6 default export

### v1.0.1
- Adds options to activate or deactivate console logging for a type of message
- Adds option `Logger.options.console.debug = true`
- Adds option `Logger.options.console.error = true`
- Adds option `Logger.options.console.info = true`
- Adds option `Logger.options.console.other = true`
- Adds option `Logger.options.console.warning = true`
- Adds option `Logger.options.displayContext = false`

### v1.0.0
- First public release
History of releases is in the [changelog](./CHANGELOG.md).

## License

Expand Down

0 comments on commit bd0ec23

Please sign in to comment.