Skip to content

Releases: wavesoftware/java-stringify-object

Release v2.0.0

10 Aug 10:39
v2.0.0
Compare
Choose a tag to compare

New features:

  • #7 Extensive configuration with programmatic and declarative ways (with Service Loader mechanism)
  • #8 Theme support
  • #9 Masking
  • #13 Pretty print for theme

Build:

  • #17 Migrate to SonarCloud

Release v1.0.2

30 Apr 18:50
v1.0.2
8eee552
Compare
Choose a tag to compare
  • PR #6 - Filtering out static fields

Release v1.0.1

30 Apr 10:58
Compare
Choose a tag to compare
  • PR #4 - Inspection point data structure

Release v1.0.0

28 Apr 19:12
v1.0.0
a9b8ea3
Compare
Choose a tag to compare
  • String representation of any Java class in two modes PROMISCUOUS and QUIET
  • Fine tuning of which fields to display
  • Support for cycles in object graph - (↻) is displayed instead
  • Support for Hibernate lazy loaded entities - ⁂Lazy is displayed instead

Release v0.1.0

20 Apr 20:33
v0.1.0
Compare
Choose a tag to compare

A complete implementation released to Maven Central

  • String representation of any Java class
  • Fine tuning of which fields to display via @Inspect
  • Support for cycles in object graph - (↻) is displayed instead
  • Support for Hibernate lazy loaded entities - ⁂Lazy is displayed instead
  • JDK>= 7 is supported