Releases: swisscom/JCR-Hopper
Releases · swisscom/JCR-Hopper
v0.7.2
Bug Fixes
- editor: added documentation (f06f9d5)
- editor: added option for consuming application to add sample in app code base, Readme pending (07a13b1)
- editor: changed logic for samples and moved it to backend (58ce8d6)
- editor: fixed issues in formatting and test (86af0b1)
- editor: fixed issues with rebase code override (3f77a7a)
- editor: fixed review comments (4940e4a)
- editor: rebase with main branch (a4ba8e0)
- editor: removed screenshot test and fixed review comments (b26ad4f)
- editor: resolved merge conflicts (a61d6f2)
- editor: updated Readme based on review comments (50261eb)
v0.7.1
v0.7.1
v0.7.0
v0.6.1
v0.6.0
Features
- editor: add additional sample scripts (5516e12)
- editor: apply suggestion change type (3700132)
- editor: file rename (5be490e)
- editor: move declaration to parameters (2f8c411)
- editor: remove iteration, move declarations to parameters (36f8219)
- editor: remove iteration, move declarations to parameters, change content path (bb19828)
- editor: rename variable (9b78e6b)
- editor: replace declarations with parameters, changed query path (bf8cb13)
- editor: replace logging with file output (41fccfb)
- editor: replace variables with parameters (a2e36c6)
- editor: simplified script by merging single/multiple value property type (105e90d)
- editor: split script, move declaration to parameters (09f14ac)
v0.5.1
v0.5.0
Features
- editor: disable the existing node switch if there aren’t any hops to run (c5728c6)
- runner: add option to control running descendant steps on existing nodes (8bb8aa8)
Bug Fixes
- runner: allow each to loop over primitive and nested arrays (214f936)
- runner: allow moving to the root node (6f64314)
- runner: ensure
each
skips iterations on non-nodes when assumeNodes is true (a47fd3a) - runner: refactor copyNode hop (c08663c)
- runner: renamed nodes now keep their position (a944fb7), closes #16