Sha256: e3b17af81e7a14823d667c41e5840e395764a9b24ec0aafaa64916ca4605a2ff

Contents?: true

Size: 974 Bytes

Versions: 1

Compression:

Stored size: 974 Bytes

Contents

## 0.4.6 unreleased

- Add support for Opal v1.0

## 0.4.5 2018-03-19

- Avoid warning from Opal v0.11

## 0.4.4 2017-05-13

- Improve support for the attribute builder

## 0.4.3 2017-05-02

- Add support for Haml v5.0

## 0.4.2 2016-10-06

- Avoid Sprockets v3.7 deprecations

## 0.4.1 2015-11-02

- Add support for nested attribute hashes: `%div{ data: { foo: 123 } }` now becomes `<div data-foo="123"></div>`.

- Attribute values are now properly escaped.

## 0.4.0 2015-08-07

- 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.

## 0.3.0 2015-02-03

- 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.

## 0.2.0 2013-12-17

- Remove opal-sprockets dependency

## 0.1.0 2013-12-17

- Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opal-haml-0.4.6 CHANGELOG.md