-
Compatibility for Haml v5.2
-
Support Sprockets 4.0
- Add support for Opal v1.0
- Avoid warning from Opal v0.11
- Improve support for the attribute builder
- Add support for Haml v5.0
- Avoid Sprockets v3.7 deprecations
-
Add support for nested attribute hashes:
%div{ data: { foo: 123 } }
now becomes<div data-foo="123"></div>
. -
Attribute values are now properly escaped.
-
Add support for Opal 0.8.
-
Update the processor to reuse the good stuff from the Opal::Processor.
-
Now each compiled template automatically requires
opal-haml
with the new module system.
-
Add support for new opal Builder processors.
-
Implicitly require
opal-haml
when any haml template is required -
Cleanup generated code to be use Opal ERB runtime directly.
- Remove opal-sprockets dependency
- Initial release