----------------
* Add a new type of batch, AlphabeticalBatch, that like the DateBatch,
and can be used to iterate through a fixed set of items like letters
or digits.
* Fix a bug when the ``start`` value is higher than the number of
element in the batch in the regular batch.
* Add two options ``min`` and ``max`` to the date batch in order to
define possible limits for it.