Skip to content

Releases: wavesoftware/java-stringify-object

Release v2.0.0

Choose a tag to compare

@cardil cardil released this 10 Aug 10:39
v2.0.0

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

Choose a tag to compare

@cardil cardil released this 30 Apr 18:50
v1.0.2
8eee552
  • PR #6 - Filtering out static fields

Release v1.0.1

Choose a tag to compare

@cardil cardil released this 30 Apr 10:58
  • PR #4 - Inspection point data structure

Release v1.0.0

Choose a tag to compare

@cardil cardil released this 28 Apr 19:12
v1.0.0
a9b8ea3
  • 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

Choose a tag to compare

@cardil cardil released this 20 Apr 20:33
v0.1.0

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