feat: add condition filter in option object for unique choice components (radio, checkbox one and dropdown) and in response object for multiple choice component (checkbox group)
refactor: rename unique choice option and multiple choice response objects (plural was misleading, see below)
docs: add javadoc in response checkbox group object
test: fix typo in checkbox group serialization test
⚠️ minor breaking change in Lunatic-Model java API:
Options ➡️ Option
ResponsesCheckboxGroup ➡️ ResponseCheckboxGroup
(This change has no impact on serialization or deserialization.)
Summary
Done
⚠️ minor breaking change in Lunatic-Model java API:
Options
➡️Option
ResponsesCheckboxGroup
➡️ResponseCheckboxGroup
(This change has no impact on serialization or deserialization.)