Commit graph

6 commits

Author SHA1 Message Date
fbb192e4b3 fix clippy lints 2023-02-05 18:22:56 +01:00
Christoph Herzog
2e37802653 Fix docs warnings 2021-02-04 20:49:01 +01:00
Ivan Pavluk
f9eb75785c Add JsValue::Undefined 2020-11-26 10:16:13 +01:00
Mrmaxmeier
ceab2c9251 fix build for log feature 2020-01-28 21:00:26 +01:00
Alexander Rodin
59fac31256
fix: Use space instead of comma as a separator 2019-10-04 18:37:22 +03:00
Christoph Herzog
e039582a72 (feat) Console support
This commit implements console support.

A ConsoleBackend trait can be implemented and registered in the
ContextBuilder.

A implementation that forwards to the `log` crate is available with the
new `log` feature.
2019-10-02 17:28:42 +02:00