Skip to content

Releases: wanglingsong/JsonSurfer

v1.4.1

27 Aug 05:27
Compare
Choose a tag to compare
  1. Fix issues #28 and #29

v1.4

19 Aug 04:53
Compare
Choose a tag to compare
  1. Stream support #26
  2. Non-Blocking parser support for Jackson Surfer #27

v1.3.2

05 Jun 11:44
Compare
Choose a tag to compare
  1. Configurable Jackson Surfer. Thanks to @paul-amperity
  2. Ensure Java 6 compatibility
  3. Use single quoted string in Bracket-Notated operator
  4. Fix getCurrentFieldName API
  5. Add transient map for sharing data among processors

v1.3.1

13 Apr 07:02
Compare
Choose a tag to compare
  1. Fix missing parent maven module
  2. Code quality improvement

v1.3

06 Apr 07:59
Compare
Choose a tag to compare
  1. JsonPath filter
  2. FastJson surfer
  3. Performance tuning

V1.2.7

12 Nov 14:12
Compare
Choose a tag to compare
V1.2.7 Pre-release
Pre-release
  1. Performance tuning
  2. Chaining API enhancement

V1.2.6

02 Nov 16:42
Compare
Choose a tag to compare
V1.2.6 Pre-release
Pre-release

With JsonPath resolver

V1.2.3

19 Jul 17:34
Compare
Choose a tag to compare

v1.2.3

  • Reusable Configuration
  • Lazy primitive value holder: performance improvement
  • Fix javadoc
  • Upgrade dependency

v1.2.1

03 Apr 10:31
Compare
Choose a tag to compare
  1. Simple entry point. e.g. JsonSurfer.gson()
  2. All in one module
  3. Central maven available
  4. Performance improve again
  5. JsonPath compiler

Release 1.2

30 Mar 17:20
Compare
Choose a tag to compare
Release 1.2 Pre-release
Pre-release
1. New API: collectAll and collectOne

2. Refactor source structure