Skip to content

Releases: latel/logline

v1.1.5

25 Sep 07:27
Compare
Choose a tag to compare

修复细节问题

v1.1.2

23 Sep 10:28
Compare
Choose a tag to compare

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

23 Sep 10:26
Compare
Choose a tag to compare

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

23 Sep 10:21
Compare
Choose a tag to compare

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

v1.0.6

15 Jan 06:38
Compare
Choose a tag to compare

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

02 Mar 10:22
Compare
Choose a tag to compare

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

v1.0.4

29 Jan 15:26
Compare
Choose a tag to compare

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

17 Dec 13:03
Compare
Choose a tag to compare

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.2

26 Nov 14:20
Compare
Choose a tag to compare
  • A select available protocol in order at runtime, the order is from building parameter
  • A customized database name

v1.0.1

26 Nov 14:30
Compare
Choose a tag to compare
  • 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