Changelog for
ruby3.1-rubygem-slim-5.2.1-19.2.x86_64.rpm :
* Mon Jan 29 2024 dan.cermakAATTposteo.net- 5.2.1 (2024-01-20)
* Support Ruby 3.3
* Update Gem metadata
* Tue Nov 14 2023 dan.cermakAATTposteo.net- New upstream release 5.2.0, see bundled CHANGES
* Fri Nov 03 2023 dan.cermakAATTposteo.net- 5.1.1 (2023-05-16)
* Support lambda functions as shortcuts - #677 #813 #903
* Support --enable-frozen-string-literal - #851
* Fri Apr 21 2023 mrueckertAATTsuse.de- Update to 5.1.0
* Allow whitespace markers for verbatim text: `|<`, `|>`, and `|<>` - #912
* Do not swallow single quote after output line indicator - #911
* Support Tilt 2.1.0 - #910
* Fix Railtie load error - #904
* Fix attribute parsing with square brackets - #796- Changes from 5.0.0
* Fix markdown interpolation #773
* Support case/in #884
* Extract slim/railtie #850
* css: doesn\'t add type=\'text/css\' anymore #828
* Remove deprecated whitespace syntax =\' etc
* Add support for annotate_rendered_view_with_filenames #867, #878, #901
* Remove deprecated syntax
* Add option to hyphenate underscore attributes - #852
* Update CI/CD testing and dependencies- drop 894.patch Included in update
* Tue Dec 13 2022 mrueckertAATTsuse.de- apply a modified version of the patch from PR 894 (894.patch) to allow newer temple versions
* Fri Sep 25 2020 cooloAATTsuse.comupdated to version 4.1.0 see installed CHANGES 4.1.0 (2020-05-07)
* Add support for Tailwind CSS - #841
* Update dependencies and testing
* Thu Nov 22 2018 cooloAATTsuse.com- updated to version 4.0.1 see installed CHANGES 4.0.1 (2018-09-02)
* Fix incompatibility issue with Slim Include plugin and new ability to specifiy attributes for embedded engines #819 4.0.0 (2018-08-26)
* Add ability to specify attributes for embedded engines using TagEngine - #653
* Set Tilt\'s default encoding to utf-8 - #800
* Prevent generation of invalid Ruby code in heredoc - #770
* Don\'t convert underscores to dashes on data attributes - #807 [Backward incompatible]
* Update description in README.jp.md - #795
* Removed support for embedded engines: Asciidoc, Builder, Creole, Erb, Nokogiri, Opal, Org-Ruby, Styl, Wikicloth
* Fix tests
* Fri Dec 08 2017 mmeisterAATTsuse.com- updated to version 3.0.9 see installed CHANGES
* Tue May 23 2017 cooloAATTsuse.com- updated to version 3.0.8 see installed CHANGES 3.0.8 (2017-05-06)
* Added splat_prefix configuration option for Angular2 syntax support
* Require Ruby >= 2.0.0
* Relax temple dependency
* Sun May 22 2016 cooloAATTsuse.com- updated to version 3.0.7 see installed CHANGES 3.0.7 (2016-05-22)
* Add additional attributes feature to shortcuts
* Freeze string literals
* Fri Jun 12 2015 cooloAATTsuse.com- updated to version 3.0.6 see installed CHANGES 3.0.6 (2015-06-05)
* Fix warnings #625
* Wed Jun 03 2015 cooloAATTsuse.com- updated to version 3.0.4 see installed CHANGES
* Sat Mar 07 2015 cooloAATTsuse.com- updated to version 3.0.3
* Mon Feb 09 2015 cooloAATTsuse.com- updated to version 3.0.2
* slimrb: Add option --locals
* Fix issues in the test suite (#576), thanks AATTdmke! 3.0.1
* Allow more special characters in html attribute names (See https://html.spec.whatwg.org/multipage/syntax.html#attributes-2), #567
* Fix: Code attributes mutate their argument (#571) 3.0.0
* Drop 1.8.7 support
* Deprecate default_options in favor of options
* Support xml pretty printing with format: :xml
* Deprecate `=\'`, `==\'` and `tag\'` syntax for trailing whitespace. Use `=<` etc. instead.
* slimrb: Remove deprecated plugin options -l and -t 2.1.0
* Parser: Require pairwise braces in quoted attributes
* Parser: add :attr_list_delims and :code_attr_delims
* Parser: deprecate :attr_delims
* Parser: relax text indentation requirements: | line next line tag some text more text
* Parser: allow first line to be indented
* Parser: allow inline embedded languages: .content: markdown: This is
*
*important
*
*
* Parser: allow line breaks in quoted attributes
* Added Opal as embedded engine
* slimrb: Change meaning of -r, deprecate -t and -l
* Fix issue with inserted end (#485)
* Add experimental \'slim/include\' plugin (Might change in the future)
* Add experimental \'slim/smart\' plugin (Might change in the future)
* Drop jruby18 support
* Fix rails error reporting #587 (Manipulate stacktrace)
* Mon Nov 03 2014 tboergerAATTsuse.com- Added last missing bits for new macros
* Mon Oct 13 2014 adrianAATTsuse.de- adapt to new rubygem packaging style