- fixed broken handling of limit and batch size. [bosim]
- pep8 fixes [bosim]
1.1.0
------------------
- be able to include a depth value onto path query string [vangheem]
- Use plone.batching. [khink]
1.0.8
------------------
- Fix UnicodeDecodeError on utf8-encoded Subject strings. [tisto]
1.0.7
------------------
- getVocabularyValues now checks if the vocabulary utility is missing, if it is the utility is just ignored. This makes the module tollarant to missing vocabulary utilities. [bosim]
1.0.6
------------------
- _relativePath handler can now walk through the site structure (not only upwards) _path handler respects absolute paths without leading nav_root path [petschki]
1.0.5
------------------
- Date ranges now use the _betweenDates handler, which is much more forgiving of empty field values, defaulting to an all-encompassing date range if neither value is provided, an "everything after" range if only the start date is provided, and a min/max range if both are provided.