### Development [full diff](http://github.com/plexus/hexp/compare/v0.4.4...master) ### v0.4.4 * Drop the dependency on SASS, use Nokogiri instead for parsing CSS selectors ### v0.4.3 Performance improvements * Introduce MutableTreeWalk to speed up css selection * Drop Adamantium. This means we have less of a guarantee of deep immutability, but it does speed things up * Prevent type coercion from happening if inputs are already valid * Raise an exception when a node's tag is not a Symbol ### v0.4.2 * Added Hexp::List#append * set_attr now simply replaces the full attribute hash, use merge_attr for "smart" behavior. % is now an alias of merge_attr, not set_attr * Make the unparser aware of HTML "void" tags (tags that should not have a closing tag) ### v0.4.1 * Make Hexp::List#+ return a Hexp::List * Add Hexp::Node#append as a convenient API for adding child nodes * Make Unparser Adamantium-immutable so instances can be included in Adamantiumized objects * Skip escaping inside `