* Add itextId node to instance items for choice list names with dashes in multilingual forms by lindsay-stevens in https://github.com/XLSForm/pyxform/pull/680 * Add test for allowed duplicate choices with translations by lindsay-stevens in https://github.com/XLSForm/pyxform/pull/682 * Refactor PyxformTestCase to use explicit keyword arguments by lindsay-stevens in https://github.com/XLSForm/pyxform/pull/677 * Set select or_other label to "Other" instead of "-" in multilanguage forms by lindsay-stevens in https://github.com/XLSForm/pyxform/pull/687
2.0.0
* Always generate secondary instance for selects by lindsay-stevens in https://github.com/XLSForm/pyxform/pull/614 * Fix or_other + translations + group or repeat by lindsay-stevens in https://github.com/XLSForm/pyxform/pull/650 * Detect instance() expressions in notes and make them into outputs by lindsay-stevens in https://github.com/XLSForm/pyxform/pull/648 * Upgrade Validate by lognaturel in https://github.com/XLSForm/pyxform/pull/658 * Add support for specifying a custom camera app for image questions by grzesiek2010 in https://github.com/XLSForm/pyxform/pull/659 * Add rows to parameters column for text type by grzesiek2010 in https://github.com/XLSForm/pyxform/pull/667 * Reject form with unknown columns in entities sheet by lindsay-stevens in https://github.com/XLSForm/pyxform/pull/671 * Nicer error about choices sheet when extension omitted in select_.._from_file by lindsay-stevens in https://github.com/XLSForm/pyxform/pull/673 * Fix _count suffix name clash with repeats targeting another item by lindsay-stevens in https://github.com/XLSForm/pyxform/pull/674 * Preserve order of columns when building secondary instance by lindsay-stevens in https://github.com/XLSForm/pyxform/pull/672 * Detection of multilanguage choices only works if first choice list is multilanguage by lindsay-stevens in https://github.com/XLSForm/pyxform/pull/666 * Tidy up is_label_dynamic to return condition directly by lindsay-stevens in https://github.com/XLSForm/pyxform/pull/675
1.12.2
* Alias list_name to dataset in entities sheet by lognaturel in https://github.com/XLSForm/pyxform/pull/654
1.12.1
* Pass through itemset ref case by lognaturel in https://github.com/XLSForm/pyxform/pull/644
1.12.0
* Add support for big-image by lognaturel in https://github.com/XLSForm/pyxform/pull/635 * Show error when there are `save_to`s in a repeat, simplify entities tests by lognaturel in https://github.com/XLSForm/pyxform/pull/636 * Ignore media column if it is present by lognaturel in https://github.com/XLSForm/pyxform/pull/638
1.11.1
* Add __init__.py to `entities` package by lognaturel in https://github.com/XLSForm/pyxform/pull/628