I would have liked to support params and data in the criteria as well, but, that would have required adding e.g. lodash's isEqual or a similar library as a dependency (for deep object comparison). I tried adding it, but something with the ES module imports was breaking ("is_equal_1.default is not a function" and similar errors no matter which library i tried (lodash.isequal, lodash, lodash-es, is-equal)).
I would have liked to support
params
anddata
in the criteria as well, but, that would have required adding e.g. lodash's isEqual or a similar library as a dependency (for deep object comparison). I tried adding it, but something with the ES module imports was breaking ("is_equal_1.default is not a function" and similar errors no matter which library i tried (lodash.isequal
,lodash
,lodash-es
,is-equal
)).closes #42