Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "lme", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Simply and beautifully log to console.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -25,3 +25,3 @@ ![](https://raw.githubusercontent.com/vajahath/lme/master/media/logo.png) | ||
## Install | ||
## Install / Update | ||
@@ -47,2 +47,3 @@ ```bash | ||
// lines | ||
lme.line() // used to draw lines | ||
@@ -97,18 +98,42 @@ lme.eline() // used to draw lines in error theme. | ||
| status | name | when to use | example | | ||
| ----------------- | --------------- | -------------------------- | --------------------- | | ||
| `line` | default | default output | `lme.line();` | | ||
| `dline` | same as line | default output | `lme.d("hi");` | | ||
| `sline` | successe | on success output | `lme.s("hi");` | | ||
| `eline` | error | on error-ed output | `lme.e("hi");` | | ||
| `wline` | warning | for warnings like output | `lme.w("hi");` | | ||
| `hline` | highlight | for highlighting an output | `lme.h("hi");` | | ||
| status | name | when to use | example | | ||
| ----------------- | --------------- | -------------------------- | ------------------------- | | ||
| `line` | default | default output | `lme.line();` | | ||
| `dline` | same as line | default output | `lme.dline("hi");` | | ||
| `sline` | successe | on success output | `lme.sline("hi");` | | ||
| `eline` | error | on error-ed output | `lme.eline("hi");` | | ||
| `wline` | warning | for warnings like output | `lme.wline("hi");` | | ||
| `hline` | highlight | for highlighting an output | `lme.hline("hi");` | | ||
<br> | ||
<br> | ||
More configurations are on its way.<br> | ||
If you wish to file any feature/bugs, mention it on [issues](https://github.com/vajahath/lme/issues).<br> | ||
If you wish to file any feature/bugs, mention it on [issues](https://github.com/vajahath/lme/issues). | ||
<br> | ||
Enjoy. | ||
## Change log | ||
- v1.1.3 | ||
+ bug fixes | ||
+ docs update | ||
- v1.1.2 | ||
+ bug fixes | ||
+ docs update | ||
- v1.1.1 | ||
+ bug fixes | ||
+ docs update | ||
- v1.1.0 | ||
+ adds support for drawing lines | ||
+ docs update | ||
- versions < 1.1.0 | ||
+ adds support for semantic outputs. | ||
+ bug fixes | ||
+ doc updates | ||
## License | ||
MIT © [Vajahath Ahmed](https://mycolorpad.blogspot.in) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
123751
136