- Allow Cells 4.x.
- Changed
#tag_options
. We now do escape strings as attributes are double-quoted strings already. It makes sense, thanks Rails.
- Fix
#concat
.
- Fixed output_buffer issues and more.
- Added
#capture
helper that doesn't do escaping, inCell::Erb
.