Releases: piuccio/html-to-json-data
Releases · piuccio/html-to-json-data
v1.6.0
Changes
- Include an
input
definition for form
elements (#3) acda58f
v1.5.1
Changes
- Fix the nested object definition (#2) 64e9956
v1.5.0
Changes
- Allow to use a function as group selector (#1) f5b45fb
v1.4.0
Changes
- Allow
group
templates to be single definitions instead of objects
- Add
flat
to group
definition to flatten the list of results
- Add
filterBy
to group
definition to filter group elements by nested definition values
v1.3.0
Changes
- Allow to use groups at the root level 888baaa
v1.2.0
Changes
- Allow to select the root element in a group selector d0a8d77
- Allow URLs to be optionally empty 0e055cf
v1.1.0
Features
- Allow to slice groups with
group().slice()
v1.0.0
Initial implementation...