Граф коммитов

150 Коммитов

Автор SHA1 Сообщение Дата
Guilaume Besson 8ccf6c1e34
Switch DefinitelyTyped badge URL to https
The DefinitelyTyped SVG badge in the README.md file is the only resource using HTTP and not HTTPS. It triggers a warning in most browsers as they require every resources on a HTTPS page to be served with HTTPS.
This simple change fixes this warning.
2019-02-25 15:10:41 +01:00
Saugat Acharya 238fe28575 Add docsify-cli to serve docs locally (#531)
* Docsify serve for development

* Remove trailing whitespaces
2018-10-19 16:45:08 +02:00
Joss Mackison a45b607df4 Update stale hash/anchor in README (#526) 2018-10-03 14:06:44 +02:00
Trivikram Kamat e6003cf863 Add badge for JS Standard Style (#509) 2018-09-03 10:02:48 +02:00
davidmarkclements 6faecd4e40 header level corrections 2018-07-14 20:45:27 +02:00
davidmarkclements 154110f14e legacy and migration doc 2018-07-14 18:36:40 +02:00
davidmarkclements dd2f9a6c8a remove all --save flags from docs 2018-07-14 17:14:39 +02:00
davidmarkclements bb31ed7756 v5 docs 2018-07-11 01:48:56 +02:00
davidmarkclements 212102bcaa institute naming convention 2018-06-12 19:58:36 +02:00
davidmarkclements 8f87bf5447 reduce code and further optimize LOG 2018-06-12 16:51:25 +02:00
davidmarkclements 51368474f7 update references 2018-06-02 15:05:41 +02:00
davidmarkclements f167a75941 docs: redact 2018-05-31 18:37:07 +02:00
James Sumners 62502b8643
Add ecosystem links document (#403) 2018-04-28 08:39:20 -04:00
James Sumners b01250c2ff
Add FAQ document (#401)
* Add FAQ document

* Add missing subheading to FAQ
2018-04-26 20:19:49 -04:00
James Sumners 145e724a4e
CLI revamp (#386)
* Issue #382, pretty print error with null stack (#383)

* fix issue #382 pretty print error with null stack

* prints stack: "null" when error is a property

* errors with a null stack, #382

* Bumped v4.15.4.

* added lastTime meta parameter (#385)

* Bumped v4.16.0.

* Remove CLI and add robust prettifier support

* Use required prettifier directly and tweak documentation

* Address documentation concerns

* Remove chalk

* Add bin with deprecation notice

* Add URL to deprecation notice

* deprecated => removed

* Move split2 to dev dependencies

* Move asMetaWrapper into Pino and update pretty docs
2018-04-13 08:11:40 -04:00
Charlie Robbins 3ed4fcd164 Remove some obvious pitfalls. Migrate to winston@3 API (#232)
* [refactor] Never use the default logger if you have hard performance needs (like benchmarking). Use a stream Transport to be more closely aligned with feature set offered by peer sets. Begin to move to winston@3 API

* [dist] Update to `winston@3.0.0-rc0`

* [tiny bin] Update benchmarks to have consistent formatting of benchmark name when reporting averages.

* [doc] Update README.md with numbers.

* [doc] Update benchmarks to node@8.6.0
2018-04-06 09:03:16 -04:00
Matteo Collina d2f3b46d7a Fixed logo attribution 2018-02-13 15:53:52 -05:00
Matteo Collina bdf3ade564 Merge pull request #305 from ivan-kleshnin/master
Add a link to CLI docs from README.md
2017-10-26 09:21:19 +02:00
davidmarkclements 524bd65c43 browser-transmit-timestamp 2017-10-24 16:00:31 +01:00
davidmarkclements bdc21f3a67 browser trasmit API 2017-10-20 12:44:16 +01:00
davidmarkclements 02e59e1e60 browser serializers, closes #219 2017-10-18 10:03:33 +01:00
Ivan Kleshnin 5b6063042b Add a link to CLI docs from README.md 2017-10-01 11:28:56 +03:00
Matteo Collina 085c83fc29 #pinojs irc channel (#300) 2017-09-22 17:19:02 +02:00
James Sumners 54a2f8d815 Reword reasoning for out-of-process benefit 2017-07-17 09:20:52 -04:00
James Sumners ba20e8752b Remove expected clause 2017-07-17 08:14:48 -04:00
James Sumners 4f487a2c3a Add not to transports about wrapping and pino-multi-stream 2017-07-07 13:13:16 -04:00
James Sumners e366286dba Add a detailed overview of transports to initial readme 2017-07-06 13:59:12 -04:00
Matteo Collina 36f4167616 Added the IRC channel to the README (#253)
* Added the IRC channel to the README

* Update README.md
2017-06-06 14:15:43 +02:00
Matteo Collina dfb5c50fc2 Updated README so maybe it renders better on NPM. 2017-06-03 15:27:50 +02:00
Titus Wormer e8ff7e7e80 Fix typo: exreme > extreme 2017-04-16 22:52:20 +02:00
davidmarkclements 4457260800 closes #7 2017-03-22 14:43:55 +01:00
Jmeas 49620537b2 Add an icon to indicate links in ToC that link to other pages 2017-02-09 22:57:14 -08:00
Matteo Collina d476dcc5d9 Merge pull request #166 from pinojs/watson-patch-2
Add info about the 2.x branch in the README.md
2017-01-10 14:19:35 +01:00
Thomas Watson Steen 7da3538651
Add info about the 2.x branch in the README.md 2017-01-10 13:22:08 +01:00
Thomas Watson Steen 17e63b33f0
Add Thomas Watson as contributor 2017-01-10 12:48:36 +01:00
James Sumners afaee24d00 Reorganize our one big long Readme into multiple files 2016-12-26 16:37:35 -05:00
Matteo Collina 2843330281 Added pino-tee to the README.
Fixes #145.
2016-12-13 19:12:50 +01:00
davidmarkclements 838d576242 api full 2016-12-01 12:09:20 -06:00
davidmarkclements 3399a1766b condense readme 2016-11-30 17:17:37 -06:00
davidmarkclements ef13b73167 fix build 2016-11-28 19:30:26 +00:00
Matteo Collina 7cf3d8a3be Merge pull request #124 from pinojs/addlevel
Add support for custom log levels
2016-11-15 08:10:38 +01:00
James Sumners 249108bfa8 Last readme fix? 2016-11-14 13:03:49 -05:00
James Sumners 302a856891 More readme fix 2016-11-14 13:02:39 -05:00
James Sumners dcc6c08409 Fix readme: static addLevel -> instance addLevel 2016-11-14 12:58:38 -05:00
James Sumners 50adaf59d7 Move addLevel to an instance method 2016-11-13 23:46:13 -05:00
Matteo Collina 831082669b Pino version of OOS. 2016-11-13 21:40:01 +01:00
Matteo Collina 68917f9b9e Open Open source Level style
See https://github.com/Level/community/blob/master/CONTRIBUTING.md
2016-11-13 11:21:21 +01:00
James Sumners bf14592426 Add support for custom log levels 2016-11-08 18:18:21 -05:00
I 3d3583db10 Add formatter option for `pino.pretty()`
Allows the application to define its own formatter for the `pino.pretty()` transform stream.

resolves #120
2016-11-04 15:46:49 +00:00
davidmarkclements b914c53d0d minimal browser implementation 2016-10-25 16:28:52 +02:00