Skip to content

Commit

Permalink
0.3.0: Finishing touches
Browse files Browse the repository at this point in the history
  • Loading branch information
Download committed Sep 26, 2016
1 parent 8558fe9 commit 62d9b03
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
language: node_js
node_js:
- "node"
- "6"
- "5"
- "4"
- "4"
- "0.12"
- "0.11"
- "0.10"
- "iojs"
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ulog <sub><sup>v0.2.0</sup></sub>
# ulog <sub><sup>v0.3.0</sup></sub>
Microscopically small universal logging library

[![npm](https://img.shields.io/npm/v/ulog.svg)](https://npmjs.com/package/ulog)
Expand All @@ -17,8 +17,8 @@ from [debug](https://npmjs.com/package/debug) that I missed. Even with these ext
still **very** small, weighing in just over 1 kB minified and gzipped.

## Download
* [ulog.umd.js](https://cdn.rawgit.com/download/ulog/0.2.0/ulog.umd.js) (~2kB, source)
* [ulog.min.js](https://cdn.rawgit.com/download/ulog/0.2.0/ulog.min.js) (~1kB, minified)
* [ulog.umd.js](https://cdn.rawgit.com/download/ulog/0.3.0/ulog.umd.js) (~3kB, source)
* [ulog.min.js](https://cdn.rawgit.com/download/ulog/0.3.0/ulog.min.js) (~2kB, minified)

## Install
```sh
Expand Down Expand Up @@ -53,7 +53,7 @@ define(['ulog'], function(ulog){

### Script tag
```html
<script src="https://cdn.rawgit.com/download/ulog/0.2.0/ulog.min.js"></script>
<script src="https://cdn.rawgit.com/download/ulog/0.3.0/ulog.min.js"></script>
```

## Logging methods
Expand Down Expand Up @@ -238,8 +238,11 @@ Add an issue in this project's [issue tracker](https://github.com/download/ulog/
to let me know of any problems you find, or questions you may have.

## Credits
Credits go to TJ Holowaychuk for creating [debug](https://github.com/visionmedia/debug), which was
a great inspiration for ulog.
Credits go to:
* Felix Geisendörfer from [debuggable.com](http://debuggable.com/) for kindly giving up
the `ulog` namespace on NPM. Thanks Felix!
* TJ Holowaychuk for creating [debug](https://github.com/visionmedia/debug), which was
a great inspiration for ulog.

## Copyright
Copyright 2016 by [Stijn de Witt](http://StijnDeWitt.com). Some rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ulog",
"version": "0.2.0",
"version": "0.3.0",
"description": "Microscopically small universal logging library",
"main": "node.js",
"browser": "browser.js",
Expand Down

0 comments on commit 62d9b03

Please sign in to comment.