nitx: no more refinement of to_s methods
[nit.git] / lib / html.nit
2013-08-22 Jean Privatlibhtml: correctly handle void elements in HTML
2013-08-21 Jean Privatlibhtml: gives access to HTMLTag#classes
2013-08-17 Jean Privatlibhtml: escape attributes keys and values
2013-08-17 Jean Privatlibhtml: add HTMLTag#save
2013-08-16 Jean Privatlib: improve examples in documentation
2013-08-16 Jean Privatlibthml: add HTMLTag::add_raw_html
2013-08-15 Jean Privatlibhtml: more efficiency way to render HTML
2013-08-15 Jean Privatlibhtml: `HTMLTag.append` add a text-child node
2013-07-19 Alexandre Terrasalib: allow multiple class definition in html elements
2013-07-08 Alexandre Terrasalib: Replaced strings by buffer in HTML lib to fix...
2013-06-14 Alexandre Terrasalib: HTML clear children before each render to avoid...
2013-06-11 Alexandre Terrasalib: Introduced new html lib