Skip to content

v4.0.0

Choose a tag to compare

@lognaturel lognaturel released this 09 Jun 19:22
· 176 commits to master since this release
5b36cca

Small internal breaking changes that may affect those using pyxform's data representation (see #746 -- If someone is using workbook_to_json directly, or passing in dict to xls2xform.convert, then they'll now need to conform to the DefinitionData structure. This could be as simple as DefinitionDict(**workbook_dict) or might require specifying the sheet headers.)

What's Changed

Full Changelog: v3.0.1...v4.0.0