Changelog for
ruby2.5-rubygem-hamlit-2.8.8-3.1.x86_64.rpm :
Fri Apr 6 14:00:00 2018 factory-autoAATTkulow.org
- updated to version 2.8.8
see installed CHANGELOG.md
[#]# [2.8.8](https://github.com/k0kubun/hamlit/compare/v2.8.7...v2.8.8) - 2018-04-06
[#]## Fixed
- Don\'t require Tilt dependencies if unregistered
[#121](https://github.com/k0kubun/hamlit/pull/121).
*Thanks to AATTmichaelglass
*
Sat Feb 17 13:00:00 2018 factory-autoAATTkulow.org
- updated to version 2.8.7
see installed CHANGELOG.md
[#]# [2.8.7](https://github.com/k0kubun/hamlit/compare/v2.8.6...v2.8.7) - 2018-02-17
[#]## Fixed
- Fix parser error on string interpolation in attributes
Tue Jan 9 13:00:00 2018 cooloAATTsuse.com
- updated to version 2.8.6
see installed CHANGELOG.md
[#]# [2.8.6](https://github.com/k0kubun/hamlit/compare/v2.8.5...v2.8.6) - 2017-12-22
[#]## Fixed
- Fix some unused-variable / method-redefinition warnings
Sun Dec 3 13:00:00 2017 cooloAATTsuse.com
- updated to version 2.8.5
see installed CHANGELOG.md
[#]# [2.8.5](https://github.com/k0kubun/hamlit/compare/v2.8.4...v2.8.5) - 2017-11-06
[#]## Fixed
- Fix lexer to work with Ripper of Ruby 2.5
Thu Aug 3 14:00:00 2017 cooloAATTsuse.com
- updated to version 2.8.4
see installed CHANGELOG.md
[#]# [2.8.4](https://github.com/k0kubun/hamlit/compare/v2.8.3...v2.8.4) - 2017-06-23
[#]## Added
- Allow filename `-` to read input from STDIN for `hamlit [parse|temple|compile|render]`
[#113](https://github.com/k0kubun/hamlit/issues/113).
*Thanks to AATTgfx
*
Tue Jun 20 14:00:00 2017 cooloAATTsuse.com
- updated to version 2.8.3
see installed CHANGELOG.md
[#]# [2.8.3](https://github.com/k0kubun/hamlit/compare/v2.8.2...v2.8.3) - 2017-06-19
[#]## Added
- Add `--color` option to `hamlit parse` and `hamlit temple` commands too.
[#]# [2.8.2](https://github.com/k0kubun/hamlit/compare/v2.8.1...v2.8.2) - 2017-06-19
[#]## Added
- Add `--color` option to opt-in coloring in `hamlit compile` command
[#111](https://github.com/k0kubun/hamlit/issues/111).
Tue Apr 4 14:00:00 2017 cooloAATTsuse.com
- updated to version 2.8.1
see installed CHANGELOG.md
[#]# [2.8.1](https://github.com/k0kubun/hamlit/compare/v2.8.0...v2.8.1) - 2017-04-03
[#]## Fixed
- Fix SEGV caused by nil in old attributes
[#101](https://github.com/k0kubun/hamlit/issues/101).
*Thanks to AATTFND
*
[#]## Fixed
Mon Feb 13 13:00:00 2017 cooloAATTsuse.com
- updated to version 2.8.0
see installed CHANGELOG.md
[#]# [2.8.0](https://github.com/k0kubun/hamlit/compare/v2.7.5...v2.8.0) - 2017-02-12
[#]## Changed
- Support Temple >= 0.8.0 and change to use StaticAnalyzer in Temple
- Optimize attribute building code a little
Sat Oct 29 14:00:00 2016 cooloAATTsuse.com
- updated to version 2.7.5
see installed CHANGELOG.md
[#]# [2.7.5](https://github.com/k0kubun/hamlit/compare/v2.7.4...v2.7.5) - 2016-10-15
[#]## Fixed
- Resurrect `Hamlit::RailsTemplate.set_options` dropped in v2.7.4 unexpectedly.
[#]# [2.7.4](https://github.com/k0kubun/hamlit/compare/v2.7.3...v2.7.4) - 2016-10-15 [YANKED]
[#]## Fixed
- Compile template as xhtml when ActionView regards template as text/xml
[#92](https://github.com/k0kubun/hamlit/issues/92).
*Thank to AATTshmargum
*
[#]# [2.7.3](https://github.com/k0kubun/hamlit/compare/v2.7.2...v2.7.3) - 2016-10-12
[#]## Fixed
- Regard download as an boolean attribute
[#91](https://github.com/k0kubun/hamlit/pull/91).
*Thank to AATTpushcx
*
[#]# [2.7.2](https://github.com/k0kubun/hamlit/compare/v2.7.1...v2.7.2) - 2016-09-19
[#]## Fixed
- Fix engine option warning
[#90](https://github.com/k0kubun/hamlit/issues/90).
*Thank to AATTkikonen
*
[#]# [2.7.1](https://github.com/k0kubun/hamlit/compare/v2.7.0...v2.7.1) - 2016-09-19
[#]## Fixed
- Fix Rails handler to use `ActionView::OutputBuffer` instead of `ActionView::SafeBuffer` to justify encoding
[#89](https://github.com/k0kubun/hamlit/pull/89).
*Thanks to AATTakelmanson
*
[#]# [2.7.0](https://github.com/k0kubun/hamlit/compare/v2.6.2...v2.7.0) - 2016-08-31
[#]## Changed
- Don\'t escape interpolated content in plain filter
[#87](https://github.com/k0kubun/hamlit/pull/87).
*Thanks to AATTshmargum
*
[#]# [2.6.2](https://github.com/k0kubun/hamlit/compare/v2.6.1...v2.6.2) - 2016-08-27
[#]## Added
- Add cdata filter
[#84](https://github.com/k0kubun/hamlit/issues/84).
*Thanks to AATTshmargum
*
- Minimize string allocation on template comipilation using `# frozen_string_literal: true`
Thu Aug 25 14:00:00 2016 mrueckertAATTsuse.de
- update to 2.6.1
Sat Jun 25 14:00:00 2016 mrueckertAATTsuse.de
- initial package