Logline Versions Save

client-side frontend logger with multiple storagies

v1.1.5

3 years ago

修复细节问题

v1.1.2

5 years ago

F: fix error when property IDBTransaction.READ_WRITE is protected(seen in IE11) U: test improvement, tests will not run if a protocol is not supported by test-runner environment(like phantomjs)

v1.1.0

5 years ago

A: add API config(key: string, value: any) to configure logline U: stop formatting numbers to string when output content onto console U: safety improvement, capture more exceptions from bubbling to business logic layers

v1.0.9

5 years ago

F: no longer throw out Errors, just console.error, to avoid upper business logic from crash

v1.0.6

6 years ago

F change test suite from phantom to headless-chrome, fix indexed tests A add environment variables Logline.env A introduce live reload development mode F fix multiple continue calls on cursor which is our of target time range U prefer getAll API instead cursor in IndexedDB store R remove console decoraters

v1.0.5

7 years ago

A output logs in developer tool's console F IndexedDB: unable to remove special targeted logs

v1.0.4

7 years ago

U use rollup.js bundler to reduce dist package size(33% off) A add makefile, use make for automatic procedures U replace comments in English A add get method to get logs in suitable time range, rename getAll to all

v1.0.3

7 years ago

F fix indexdb protocol issues when the primary key is auto-increased, and logging is called frequently(because keypath timestamp maybe duplicated in such case). U improve data structor in localStorage protocol to save a bit of storage space

v1.0.1

7 years ago
  • A log storage is now functional
  • A customized building to pack the only protocols you needed
  • D decouple log uploading functions, API reportTo and deploy is removed
  • U improved demos

v1.0.2

7 years ago
  • A select available protocol in order at runtime, the order is from building parameter
  • A customized database name