* Editabletreeview: Add InplaceEditor abstract class for better management of column data editors. * Improve argument names for entry validate callback. * Fix: Generate escaped strings on code generation. * Other minor fixes.
0.20
* Removed Python 2.7 support, Minimum Python version required is now 3.6 * Added support to configure grid with 'all' index * Change in xml specification. Interface version is now 1.2. This includes reorganization of grid row/column properties.
0.19
* Fix generating redundant code for grid properties * Fix install error on python 2.7 * This is the last version with python 2.7 support
0.9.8
* Use entry_points field for installing a startup script with setuptools * Fixed issues 66, 86