Releases: beothorn/webGrude
Releases · beothorn/webGrude
XML introduced
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
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
- 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