Changelog
=========

0.7.1 (2011-11-22)
------------------

* Ensure the __len__ of a batch never inferior to zero, even if start
  is invalid.

0.7 (2010-10-05)
----------------

* Add a __len__ method do a batch object, which returns the number of
  objects viewable via this current batch. Like this, it can be used
  with tal:condition in templates.

* An option keep_form_data on the view prevent to include posted form
  data in generated links (sometime you want them, some other you
  don't).

0.6 (2010-07-15)
----------------

* Generated batch links can include other parameters in the link. That
  let you batch form results for instance.


0.5 (2009-11-17)
----------------

* Batching views have two new properties: ``first`` and ``last`` which
  gives links to the first and last batch.

0.4.1 (2009-10-16)
------------------

* Corrected the broken distribution that was missing the i18n folder.

0.4 (2009-10-16)
----------------

.. note::

   This release is incompatible with previous ones. You are recomanded
   to review and adapt your code in order to use it.

* Added README.txt as a doctest [trollfot]
* The rendering is made by a IPageTemplate component, not longer by
  the Batching itself. [trollfot]
* We no longer use the IBatchedContent. It has been removed. [trollfot]
* `zeam.utils.batch` is now fully grokked. [trollfot]
* batchView has been renamed Batching. [trollfot]
* You adapt the batch with the view on which you display the batch:
  its name will keep when generating links,
* Batch can be *disabled* with a count of 0,
* Add translations for french, english and dutch.

0.3 (2008-10-18)
----------------

* Fix and add tests,
* Don't display batch navigation if everything fits on one page,
* No more special links are generated for the first page of the batch.

0.2
---

* Initial release

