decogger
Version:
Centralizes the tracking of logs in a single point.
31 lines (18 loc) • 2.22 kB
Markdown
# 1.0.0 (2018-08-22)
### build
* change package description ([abaa6eb0ebb3409d429a628817a431fb82163ae3](https://github.com/madoos/decogger/commit/abaa6eb0ebb3409d429a628817a431fb82163ae3))
* initial commit ([c4ea63f8608e087c36f232e2c447d8794d0ea322](https://github.com/madoos/decogger/commit/c4ea63f8608e087c36f232e2c447d8794d0ea322))
* rename module to decogger ([d78cef7bd61f74803c8e6d40c16f804071263d4d](https://github.com/madoos/decogger/commit/d78cef7bd61f74803c8e6d40c16f804071263d4d))
### docs
* adds example for deep modules ([78f1751e36590f25556d896cfd7f3a422fed5195](https://github.com/madoos/decogger/commit/78f1751e36590f25556d896cfd7f3a422fed5195))
* adds examples ([a2fd4a8c9784d8aff531b712871f0d8e7003e89c](https://github.com/madoos/decogger/commit/a2fd4a8c9784d8aff531b712871f0d8e7003e89c))
* adds ommit option example ([b8ddf1052b9a866ffd62fd59d468513e47457752](https://github.com/madoos/decogger/commit/b8ddf1052b9a866ffd62fd59d468513e47457752))
* adds use documentation ([564f64b58ab596da0ebed825e7595e84f81679eb](https://github.com/madoos/decogger/commit/564f64b58ab596da0ebed825e7595e84f81679eb))
### feat
* adds apply logs for instances ([2707941370af674da1f2de9a60ea833706ebfffb](https://github.com/madoos/decogger/commit/2707941370af674da1f2de9a60ea833706ebfffb))
* adds apply logs for POJOs, functions and constructors ([2e5e4f6d3f02f370ea2c3d4b5c4a899ebc211862](https://github.com/madoos/decogger/commit/2e5e4f6d3f02f370ea2c3d4b5c4a899ebc211862))
* adds omit methods options to trace in objects ([4b1e7634dc92b5ed1f3cc29315a7b2574cc7db2d](https://github.com/madoos/decogger/commit/4b1e7634dc92b5ed1f3cc29315a7b2574cc7db2d))
* adds trace all new errors, uncaughtException and uncaughtRejection ([17d5a9f4dd38d9d48bf1cc6a0051e9f21d41cce9](https://github.com/madoos/decogger/commit/17d5a9f4dd38d9d48bf1cc6a0051e9f21d41cce9))
* adds use for custom log for errors ([980510409f44987c9d29d40e3edce029fa868265](https://github.com/madoos/decogger/commit/980510409f44987c9d29d40e3edce029fa868265))
### fix
* solved to get execution time for wrapped async function ([3a8431703801dcf3ccda21abc4c5dba0e9453ce5](https://github.com/madoos/decogger/commit/3a8431703801dcf3ccda21abc4c5dba0e9453ce5))