- suggest_name method now handles non-ascii better. This changed the dependencies from 'slugify' to 'awesome-slugify'.
0.2b
-----------------
- Possibility to bind zope interfaces to schemas so objectevents will work as expected. This enables subscribers for schemas. - Factory names can now be omitted - the class name is used in that case. - Python 3 should work now.
0.1a4
------------------
- New method to make sure new objects aren't stored with the same name as an existing view. Before it was possible to name objects the same way as views. [robinharms]
0.1a3
------------------
- Typo on code caused description to be stored under the wrong attribute of the schema when using createSchema. [robinharms]
0.1a2
------------------
- If title and descriptions are specified for the schema factory, also transfer them to the schema itself. (Colander Schemas are transfered to Schema nodes on construction, which enables title and description) [sassur]