Comparing version
{ | ||
"name": "anylogger", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Get a logger. Any logger.", | ||
@@ -5,0 +5,0 @@ "src": "./anylogger.js", |
@@ -1,2 +0,2 @@ | ||
# anylogger <sub><sup>1.0.6</sup></sub> | ||
# anylogger <sub><sup>1.0.7</sup></sub> | ||
### Get a logger. Any logger. | ||
@@ -30,6 +30,3 @@ | ||
<td><h5>Install</h5> | ||
<pre>npm i -P anylogger && npm i -D <mylogger></pre> | ||
<h5>In your tests/h5> | ||
<i>test.js</i> | ||
<pre>import "anylogger-mylogger"</pre> | ||
<pre>npm i -P anylogger</pre> | ||
<h5>Use</h5> | ||
@@ -39,2 +36,4 @@ <pre>import anylogger from 'anylogger' | ||
log('Anylogger is easy!')</pre> | ||
<p>Install your preferred logger | ||
and it's adapter as <a href="#install-dev-dependencies-in-a-library-project">dev dependencies</a>.</p> | ||
</td> | ||
@@ -124,5 +123,5 @@ <td><h5>Install</h5> | ||
* [anylogger.js](https://unpkg.com/anylogger@1.0.6/anylogger.js) | ||
* [anylogger.js](https://unpkg.com/anylogger@1.0.7/anylogger.js) | ||
(fully commented source ~5kB) | ||
* [anylogger.min.js](https://unpkg.com/anylogger@1.0.6/anylogger.min.js) | ||
* [anylogger.min.js](https://unpkg.com/anylogger@1.0.7/anylogger.min.js) | ||
(minified 639 bytes, gzipped ~[370](#gzip-size) bytes) | ||
@@ -135,3 +134,3 @@ | ||
```html | ||
<script src="https://unpkg.com/anylogger@1.0.6/anylogger.min.js"></script> | ||
<script src="https://unpkg.com/anylogger@1.0.7/anylogger.min.js"></script> | ||
<script>(function(){ // IIFE | ||
@@ -275,4 +274,4 @@ var log = anylogger('index.html') | ||
library use the logging framework of your choice without having to add it as a | ||
dependency for your library. You can add them as development dependencies. | ||
See [Install dev dependencies in a library project](#Install_dev_dependencies_in_a_library_project). | ||
dependency for your library. You can add them as | ||
[development dependencies](#install-dev-dependencies-in-a-library-project). | ||
@@ -585,3 +584,3 @@ #### require | ||
Please have a look at the | ||
[source](https://unpkg.com/anylogger@1.0.6/anylogger.js) | ||
[source](https://unpkg.com/anylogger@1.0.7/anylogger.js) | ||
it should make it more clear how to write an adapter. Also consider studying | ||
@@ -588,0 +587,0 @@ the [available adapters](https://www.npmjs.com/search?q=keywords:anylogger) |
Sorry, the diff of this file is not supported yet
46547
-0.14%625
-0.16%