Skip to content

Releases: wanglingsong/JsonSurfer

v1.6.5

15 Dec 06:28
Compare
Choose a tag to compare
  1. Maven dependency update and add Github action config. Thanks to @chillb0nes

v1.6.4

19 Dec 07:55
Compare
Choose a tag to compare

Bug fixed:
#75

v1.6.3

25 Nov 12:34
Compare
Choose a tag to compare
  1. Add BigInteger support in JacksonParser #38 #73 , thanks for the contribution from @oleg-smith

v1.6.2

04 Sep 08:15
Compare
Choose a tag to compare

#70 Close underlying parser when surfing stopped
Thanks so much for the advice from @cowtowncoder
After this change JsonSurfer will close all underlying parser by default. In case you wanna leave the parser not closed, an additional config have to be set as follows:

SurfingConfiguration.setCloseParserOnStop(False)

v1.6.1

17 Jul 08:24
Compare
Choose a tag to compare

some fix and bump dependencies

v1.5.1

17 Jul 08:01
Compare
Choose a tag to compare

#54 Fix JsonPath filter with multiple binding
#56 Make SurfingContext class Public

v1.5.0

23 May 07:51
Compare
Choose a tag to compare

#33 relative path after filter
#48 Allow regular expression matching in filter
Thanks to the great work of @mthaak for the above two issues, JsonSurfer now has better support of JsonPath filter!

v1.5.0-beta1

19 May 06:54
Compare
Choose a tag to compare
v1.5.0-beta1 Pre-release
Pre-release

v1.5.0-beta1

v1.4.3

19 May 09:29
Compare
Choose a tag to compare
  1. #37
  2. #32
  3. Deprecate all API with Reader class argument using InputStream instead

v1.4.2

08 Mar 06:53
Compare
Choose a tag to compare
  1. #30 Empty results for root array
  2. Dependency update