Skip to content

Releases: theajack/logger

0.0.5

Choose a tag to compare

@theajack theajack released this 14 Jun 02:16
  1. add log检查discard改为异步 提高性能
  2. 增加 onError 事件

0.0.3

Choose a tag to compare

@theajack theajack released this 13 Aug 00:21
feat: 0.0.3

0.0.1

Choose a tag to compare

@theajack theajack released this 10 Aug 00:38
  1. Support WebWorker + indexedDB to store logs
  2. Three log storage modes can be selected, and when not supported, the supported mode will be automatically selected down
  3. Support no storage mode, only use idb-logger as a log generation tool
  4. Support to define the maximum number of storage logs, the oldest records will be automatically deleted
  5. Support download log
  6. Support query log, support multiple query modes
  7. Support custom basic data
  8. Support custom reporting based on onReport callback