SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.1-rubygem-hamlit-3.0.3-1.45.i586.rpm :

* Wed Dec 07 2022 Stephan Kulow updated to version 3.0.3 see installed CHANGELOG.md [#]# [3.0.3](https://github.com/k0kubun/hamlit/compare/v3.0.2...v3.0.3) - 2022-11-07 [#]## Added - Support sass-embedded [#196](https://github.com/k0kubun/hamlit/issues/196)
* Thanks to AATTntkme
*
* Fri Oct 28 2022 Stephan Kulow updated to version 3.0.2 see installed CHANGELOG.md [#]# [3.0.2](https://github.com/k0kubun/hamlit/compare/v3.0.1...v3.0.2) - 2022-10-13 [#]## Changed - `Hamlit::Engine` and `Hamlit::Template` use StringBuffer instead of ArrayBuffer - It seems more performant in many cases with recent Ruby versions. - `Hamlit::RailsTemplate` is not affected.
* Mon Aug 29 2022 Stephan Kulow updated to version 3.0.1 see installed CHANGELOG.md [#]# [3.0.1](https://github.com/k0kubun/hamlit/compare/v3.0.0...v3.0.1) - 2022-08-18 [#]## Changed - coffee-script is removed from development dependency - It\'s not runtime dependency, so it shouldn\'t impact your application - `:coffee` filter still works if you explicitly install coffee-script, however, it\'s no longer maintained and possibly removed in the future. [#]# [3.0.0](https://github.com/k0kubun/hamlit/compare/v2.16.2...v3.0.0) - 2022-08-07 [#]## Changed - [
*
*breaking
*
*] Use `disable_capture: false` for non-Rails environments - `:disable_capture` is an option introduced in v2.16.1. See its release notes for details. - If you use Rails, it continues to use `disable_capture: true`, so you\'re not impacted by this change. [#]# [2.16.2](https://github.com/k0kubun/hamlit/compare/v2.16.1...v2.16.2) - 2022-08-07 [#]## Fixed - Fix an issue when `disable_capture: false` is set and a Ruby comment is put after `do` [#]# [2.16.1](https://github.com/k0kubun/hamlit/compare/v2.16.0...v2.16.1) - 2022-08-07 [#]## Added - Introduce `:disable_capture` option to capture a block - Default: `disable_capture: true` (backward-compatible) - For Rails, this must be `true` anyway to use Rails-native capturing. - If you override the option like `disable_capture: false` in Hamlit::Template, scripts starting with `=` (e.g. `= render do`) capture a block content. - Scripts starting with `-` (e.g. `- users.each do`) are not impacted.
* Tue Feb 15 2022 Stephan Kulow updated to version 2.16.0 see installed CHANGELOG.md [#]# [2.16.0](https://github.com/k0kubun/hamlit/compare/v2.15.2...v2.16.0) - 2022-02-03 [#]## Added - Raise an exception on a Haml-level syntax error with `hamlit compile -c` [#189](https://github.com/k0kubun/hamlit/issues/189)
* Thanks to AATTdlwr
*
* Tue Jan 25 2022 Stephan Kulow updated to version 2.15.2 see installed CHANGELOG.md [#]# [2.15.2](https://github.com/k0kubun/hamlit/compare/v2.15.1...v2.15.2) - 2022-01-04 [#]## Fixed - Consider `playsinline` a boolean attribute [#187](https://github.com/k0kubun/hamlit/issues/187)
* Thanks to AATTghiculescu
*
* Mon Jul 26 2021 Stephan Kulow updated to version 2.15.1 see installed CHANGELOG.md [#]# [2.15.1](https://github.com/k0kubun/hamlit/compare/v2.15.0...v2.15.1) - 2021-07-23 [#]## Fixed - Remove `benchmark` from the gem package to reduce its size [#186](https://github.com/k0kubun/hamlit/issues/186)
* Thanks to AATTpocke
*
* Thu Jun 24 2021 Stephan Kulow updated to version 2.15.0 see installed CHANGELOG.md [#]# [2.15.0](https://github.com/k0kubun/hamlit/compare/v2.14.6...v2.15.0) - 2021-04-12 [#]## Added - Always use Hamlit when both haml.gem and hamlit.gem are installed in Rails
* Thanks to AATTigor-drozdov
* [#]# [2.14.6](https://github.com/k0kubun/hamlit/compare/v2.14.5...v2.14.6) - 2021-03-23 [#]## Fixed - Optimize v2.14.5\'s implementation a little [#]# [2.14.5](https://github.com/k0kubun/hamlit/compare/v2.14.4...v2.14.5) - 2021-03-23 [#]## Added - Support `config.action_view.annotate_rendered_view_with_filenames = true` of Rails 6.1
* Thanks to AATTkirin121
* [#]# [2.14.4](https://github.com/k0kubun/hamlit/compare/v2.14.3...v2.14.4) - 2021-02-01 [#]## Fixed - Prevent another SEGV in a C extension after `GC.compact` [#177](https://github.com/k0kubun/hamlit/issues/177)
* Thanks to AATTstanhu
* [#]# [2.14.3](https://github.com/k0kubun/hamlit/compare/v2.14.2...v2.14.3) - 2021-01-24 [#]## Fixed - Ensure the Rails initializer is called before `:load_config_initializers` [#176](https://github.com/k0kubun/hamlit/issues/176)
* Thanks to AATTsunny
* [#]# [2.14.2](https://github.com/k0kubun/hamlit/compare/v2.14.1...v2.14.2) - 2021-01-21 [#]## Fixed - Prevent SEGV in a C extension after `GC.compact` [#171](https://github.com/k0kubun/hamlit/issues/171)
* Thanks to AATTstanhu
*
* Wed Jan 20 2021 Stephan Kulow updated to version 2.14.1 see installed CHANGELOG.md [#]# [2.14.1](https://github.com/k0kubun/hamlit/compare/v2.14.0...v2.14.1) - 2021-01-07 [#]## Added - Add `-c` option to `hamlit compile` that works like `haml -c` [#166](https://github.com/k0kubun/hamlit/issues/166)
* Thanks to AATTknightq
* [#]# [2.14.0](https://github.com/k0kubun/hamlit/compare/v2.13.2...v2.14.0) - 2021-01-07 [#]## Changed - CLI changes - Remove `-c` shorthand of `--color`. - Make `--color` default. Please use `--no-color` to disable it. - `--color` uses IRB instead of Pry for syntax highlight. - Syntax highlight of `hamlit compile` is enabled only with IRB of Ruby 2.7+. - Syntax highlight of `hamlit parse` / `hamlit temple` is enabled only with IRB of Ruby 3.1+. [#]# [2.13.2](https://github.com/k0kubun/hamlit/compare/v2.13.1...v2.13.2) - 2020-12-27 [#]## Added - Speed up `hamlit` commands [#166](https://github.com/k0kubun/hamlit/issues/166)
* Thanks to AATTknightq
* [#]# [2.13.1](https://github.com/k0kubun/hamlit/compare/v2.13.0...v2.13.1) - 2020-12-27 [#]## Added - Support [multiline attributes](https://github.com/haml/haml/pull/1043) of Haml 5.2.1. [#]# [2.13.0](https://github.com/k0kubun/hamlit/compare/v2.12.0...v2.13.0) - 2020-10-02 [#]## Added - Support `--enable-frozen-string-literal` [#162](https://github.com/k0kubun/hamlit/issues/162).
* Thanks to AATTaliismayilov
* [#]## Changed - Upgrade the Haml parser from Haml 4.0 to 5.2 [#163](https://github.com/k0kubun/hamlit/issues/163). - Allow `AATT` as tag\'s class name. - Fix NameError on an `InvalidAttributeNameError` reference introduced at Hamlit v2.12.0. - You can no longer specify `ugly` option, which has had no effect. [#]# [2.12.0](https://github.com/k0kubun/hamlit/compare/v2.11.1...v2.12.0) - 2020-09-30 [#]## Changed - Class names are no longer ordered alphabetically.
* Thanks to AATTaliismayilov
* - This is compatible with [Haml 5.2](https://github.com/haml/haml/blob/v5.2.0/CHANGELOG.md#52)
* Fri Sep 25 2020 Stephan Kulow updated to version 2.11.1 see installed CHANGELOG.md
* Mon Feb 10 2020 Stephan Kulow - updated to version 2.11.0 see installed CHANGELOG.md [#]# [2.11.0](https://github.com/k0kubun/hamlit/compare/v2.10.0...v2.10.1) - 2019-12-12 [#]## Added - Support Haml\'s _revealed_ conditional comment feature on `/![if !IE]` [#153](https://github.com/k0kubun/hamlit/issues/153).
* Thanks to AATTesb
* [#]# [2.10.1](https://github.com/k0kubun/hamlit/compare/v2.10.0...v2.10.1) - 2019-11-28 [#]## Added - Register `Hamlit::Template` to Tilt as :hamlit as well, in addition to :haml [#]# [2.10.0](https://github.com/k0kubun/hamlit/compare/v2.9.5...v2.10.0) - 2019-09-15 [#]## Added - Optimize template rendering by string interpolation [#146](https://github.com/k0kubun/hamlit/issues/146) - Exploiting pre-allocation of string interpolation introduced in Ruby 2.5 [ruby/ruby#1626](https://github.com/ruby/ruby/pull/1626) [#]## Changed - Require temple.gem >= 0.8.2 [#]# [2.9.5](https://github.com/k0kubun/hamlit/compare/v2.9.4...v2.9.5) - 2019-09-08 [#]## Added - Supported `:plain` filter in truffleruby [#]# [2.9.4](https://github.com/k0kubun/hamlit/compare/v2.9.3...v2.9.4) - 2019-09-08 [#]## Added - Experimental support of truffleruby [#145](https://github.com/k0kubun/hamlit/issues/145).
 
ICM