- Added method to test if the buildout is in development mode (IS_DEV_ENV=True). [sgeulette] - Added method to generate a password following criterias. [sgeulette]
0.4.4
------------------
- Make it possible to pass specific class by tag to hxtml.addClassToLastChildren, this way, a specific class can be set depending on the node tag. [gbastien]
0.4.3
------------------
- Added method addClassToLastChildren that will add a specific class attribute to last tags of a given xhtmlContent. [gbastien]
0.4.2
------------------
- Do not consider xhtmlContent to easily empty : xhtmlContent is empty if it does not produce text, does not have attributes and does not have children. [gbastien] - Use method xhtmlContentIsEmpty in method removeBlanks to avoid duplicating code and logic. [gbastien]
0.4.1
------------------
- Corrected bug in 'removeBlanks' that removed children of an empty parent tag, that leaded to removal of complex trees like <u><li>My text</li><li>My second text</li></ul>. [gbastien]
0.3
----------------
- Corrected bug in 'xhtmlContentIsEmpty' that did not managed correctly complex HTML tree. We use now lxml method 'text_content' to check if a HTML structure will render something or not. [gbastien]