Skip to content

Releases: JumeiRdGroup/Android-PLog

v2.0.0 Stable Release

30 Sep 07:26
Compare
Choose a tag to compare

We're very excited to announce the stable release of PLog v2.0!

This release fixed a few issues in beta5 version.

  • Fix non-positive file size limit not working #28
  • add a recursive depth limit to fix StackOverflowError #30
  • better long log support in logcat

We also rewrite the documentation for the whole project, new docs is hosted on GitHub Pages: View Documentation

Thanks for all that have helped us for suggestion, feedback, and even code contribution. Hope you enjoy the new library.

v2.0.0-beta5 Release

13 Jun 07:28
Compare
Choose a tag to compare
  • Renaming some ambiguous methods #26
  • More friendly FilePrinter #27
  • Lint support #21
  • Allow printing null object/variables #26
  • other little fixes

v2.0.0-beta4 Release

05 May 02:05
Compare
Choose a tag to compare
  • NEW: Object formatter supports recursive formatting now.
  • NEW: add a PLog#printStackTraceHere() method to help diagnosis stack offset.

v2.0.0-beta3 Release

27 Apr 02:52
Compare
Choose a tag to compare
  • Simplified category compare #25
  • NEW: 3 default paths in FilePrinter is supported now
  • Optimized memory usage of SimpleCategory.

v2.0.0-beta2 Release

27 Feb 07:53
Compare
Choose a tag to compare

This is the first public recommend version of PLog 2.0.
Important changes from 1.x:

  • Split gradle dependency into multi artifacts, see Dependencies
  • REMOVE Controller, Logger and maxLength configuration
  • NEW: Printer interface to control output channel
  • NEW: Style and SoftWrap feature customize support
  • NEW: More flexible LogRequest class to present complicated logging calls
  • NEW: Category interface to help filtering log #21
  • NEW: Thread info is available
  • NEW: Global exception try-catch, avoiding crash from library #24
  • NEW: annotating many public methods with provided support annotations #21
  • Totally redesigned sample app, it becomes more intuitive now #23

For Chinese documentation, migrating guide and other Q&As, please view Wiki.

v1.7.0 Release

21 Dec 07:10
Compare
Choose a tag to compare
  • File logger is available now!
  • Fixed #19.

v1.5.1 Release

13 Sep 07:11
Compare
Choose a tag to compare
  • Some bug fixes ( #11, #12, #13 )
  • add some unit test code for library itself.

v1.5.0 Release

11 Sep 15:16
Compare
Choose a tag to compare
  • Refactored library, see #10 .
  • NEW: JSON support.
  • Fix a redundant space when formatting a normal object.
  • Some safety fix.
  • Integrated Travis CI.

v1.4.0 Release

08 Sep 03:37
Compare
Choose a tag to compare
  1. Improved soft wrap line rule.
  2. Timing log is printed as single log now (#8)
  3. NEW:globalStackOffset setting is provided to support wrapper usage(#7)

v1.3.0 Release

07 Sep 05:24
Compare
Choose a tag to compare
  • NEW sample app redesigned (#3)
  • NEW: TimingLogger support (#4)
  • Better Objects and Throwable support(#2#5)
  • Better wrap line strategy (#6)
  • Better support for inner classes (#1)