Skip to content

Releases: beothorn/webGrude

XML introduced

31 May 08:41
Compare
Choose a tag to compare

This version is simpler to use and introduces some new annotations

  • New @XML annotation
  • New @XPath annotation
  • Removed multiples selectors per field, only one allowed
  • No more selectors for inner classes. Selectors now are exclusive to fields, making it less confusing
  • No more selector format types, use @Selector for css selector and @XPath for xpath
  • Downgrade to java 11, this way webgrude can be used on older JVM again

Webgrude resurrected

27 Mar 21:30
Compare
Choose a tag to compare

Removed guava, httpcomponents and wiremock. Replaced with okHttp.
Made webgrude independent on http.
Added support for okHttp requests, so custom headers are possible (for example, authorization)

Regex and Date

24 Sep 19:21
Compare
Choose a tag to compare
  • New type Date now can be used as field type
  • Adding new Selector field format to apply a regex to selected value or using for date formatting