Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 756 Bytes

CHANGELOG.md

File metadata and controls

32 lines (25 loc) · 756 Bytes

Change Log

Version 1.0.7

2018-10-03

  • Remove redundant manifest declaration
  • Migrate to AndroidX

Version 1.0.6

2018-07-14

  • Flush buffer to file immediately when logging at error-level

Version 1.0.5

2018-05-05

  • Support customize minimum logging level

Version 1.0.4

2018-03-09

  • Fix file logging might lead to crashes when file system is unavailable
  • Use Android's Log utility to format throwable

Version 1.0.3

2017-12-23

  • Comply with background execution limit imposed in Android Oreo

Version 1.0.2

2017-11-20

  • Delimit custom message and stack trace with a new line when using FL.e(String tag, Throwable tr, String fmt, Object... args)

Version 1.0.1

2017-09-24

  • Initial release