- Fixed issue with dot-notation and non-literal classes (#151)
- Added
hiccup2.core
namespace that escapes strings automatically - Added new syntax for class and style attributes
- Fixed issue with pre-compiled
html
macro accepting new mode bindings
- Inverted container tag check to look for void tags instead
- Added apostrophes to list of characters to escape
- Fixed merging of class and id attributes
- Fixed keyword rendering
- Added explicit ending tag for
<select>
- Allowed html5 root element to have arbitrary attributes
- Added support for
<optgroup>
- Replaced render-html multimethod with protocol
- Fixed bug with invalid URIs
- Fixed resolving of base-url
- Added explit ending tags to
<section>
,<aside>
and others - Fixed to-uri to work with schemaless URLs
- Initial release