Comparing version 3.2.1 to 3.3.0
@@ -0,1 +1,18 @@ | ||
<a name="3.3.0"></a> | ||
# 3.3.0 (2017-05-22) | ||
* Add fmt-objet configuration from Acho settings ([aa2e7a5](https://github.com/achohq/acho/commit/aa2e7a5)) | ||
* Avoid eval twice times for the same ([b4a0c61](https://github.com/achohq/acho/commit/b4a0c61)) | ||
* Avoid unnecessary check ([9585396](https://github.com/achohq/acho/commit/9585396)) | ||
* Better naming ([a2c1a2e](https://github.com/achohq/acho/commit/a2c1a2e)) | ||
* Fix bumped config ([da83300](https://github.com/achohq/acho/commit/da83300)) | ||
* Fix linter ([5857501](https://github.com/achohq/acho/commit/5857501)) | ||
* Remove browser build ([f69bb73](https://github.com/achohq/acho/commit/f69bb73)) | ||
* Update copy ([63b6c12](https://github.com/achohq/acho/commit/63b6c12)) | ||
* Update fmt-objt interface ([71ab2f3](https://github.com/achohq/acho/commit/71ab2f3)) | ||
* Update travis builds ([990e1b3](https://github.com/achohq/acho/commit/990e1b3)) | ||
* fix(package): update fmt-obj to version 2.0.0 ([22d0546](https://github.com/achohq/acho/commit/22d0546)) | ||
<a name="3.2.1"></a> | ||
@@ -2,0 +19,0 @@ ## 3.2.1 (2017-04-17) |
{ | ||
"name": "acho", | ||
"description": "An extremely simple (but powerful) logging system for NodeJS and browser.", | ||
"description": "Simple & hackable log system for NodeJS.", | ||
"homepage": "https://github.com/achohq/acho", | ||
"version": "3.2.1", | ||
"version": "3.3.0", | ||
"main": "./index.js", | ||
@@ -30,3 +30,3 @@ "author": { | ||
"coffee-script": "~1.12.4", | ||
"fmt-obj": "~1.3.0", | ||
"fmt-obj": "~2.0.0", | ||
"pretty-ms": "~2.1.0", | ||
@@ -37,11 +37,5 @@ "sliced": "~1.0.1" | ||
"acho-skin-cli": "latest", | ||
"browserify": "latest", | ||
"coffeeify": "latest", | ||
"coveralls": "latest", | ||
"date-utils": "latest", | ||
"git-dirty": "latest", | ||
"gulp": "latest", | ||
"gulp-header": "latest", | ||
"gulp-uglify": "latest", | ||
"gulp-util": "latest", | ||
"mocha": "latest", | ||
@@ -51,6 +45,3 @@ "nyc": "latest", | ||
"should": "latest", | ||
"standard": "latest", | ||
"titleize": "latest", | ||
"vinyl-buffer": "latest", | ||
"vinyl-source-stream": "latest" | ||
"standard": "latest" | ||
}, | ||
@@ -57,0 +48,0 @@ "engines": { |
@@ -17,3 +17,3 @@ # acho | ||
> An extremely simple (but powerful) logging system for NodeJS and browser. | ||
> Simple & hackable log system for NodeJS. | ||
@@ -299,2 +299,18 @@ # Why | ||
##### **{Number}** offset | ||
Default: `2`. | ||
The amount of left whitespace between the property key and all of it's sub-properties. | ||
This option is only applied under JSON pretty object in multiple lines (%J). | ||
##### **{Number}** depth | ||
Default: `Infinity`. | ||
Colapses all properties deeper than specified by depth. | ||
This option is only applied under JSON pretty object in multiple lines (%J). | ||
##### **{String}** level | ||
@@ -301,0 +317,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
41313
9
377
+ Addedfmt-obj@2.0.0(transitive)
- Removedfmt-obj@1.3.0(transitive)
Updatedfmt-obj@~2.0.0