Skip to content

Commit

Permalink
feat: Add tests for levels
Browse files Browse the repository at this point in the history
fix #5
  • Loading branch information
sospedra committed Dec 27, 2015
1 parent 08aef9f commit 1a22f15
Show file tree
Hide file tree
Showing 20 changed files with 106 additions and 39 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: XmHs8an1FvzAdfxAf81kEPQDFnpJ4j4mw
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
2015-12-27
==========

* feat: Add versions
fix [#4](https://github.com/edravis/logatim/issues/4)
* feat: Add semantic versioning
[#4](https://github.com/edravis/logatim/issues/4)
* Release version 1.0.0. The game starts now!
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# [Logatim](http://edravis.github.io/logatim/)

[![Build Status](https://travis-ci.org/h5bp/html5-boilerplate.svg)](https://travis-ci.org/h5bp/html5-boilerplate)
[![Build Status](https://travis-ci.org/edravis/logatim.svg?branch=master)](https://travis-ci.org/edravis/logatim)
[![devDependency Status](https://david-dm.org/edravis/logatim/dev-status.svg)](https://david-dm.org/edravis/logatim#info=devDependencies)
[![Coverage Status](https://coveralls.io/repos/edravis/logatim/badge.svg?branch=master&service=github)](https://coveralls.io/github/edravis/logatim?branch=master)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)

#### Logatim is an isomorphic logger which implements log levels and ANSI styles.

Expand Down
1 change: 0 additions & 1 deletion dist/logatim.amd.js

This file was deleted.

2 changes: 1 addition & 1 deletion dist/logatim.amd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/logatim.commonjs2.js

This file was deleted.

2 changes: 1 addition & 1 deletion dist/logatim.commonjs2.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1a22f15

Please sign in to comment.