forked from pool/rubygem-temple
🤖: Automatic update to 0.10.3 OBS-URL: https://build.opensuse.org/request/show/1123102 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-temple?expand=0&rev=22
193 lines
5.5 KiB
Plaintext
193 lines
5.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Nov 3 08:00:27 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
|
|
|
|
- 0.10.3
|
|
|
|
* Remove test files from the gem package (#146)
|
|
* Add DynamicMerger filter (#147)
|
|
|
|
0.10.2
|
|
|
|
* Fix Sinatra capture_generator problem (#145)
|
|
|
|
0.10.1
|
|
|
|
* Use specified :capture_generator for nested captures (#112, #144)
|
|
* Compatibility with frozen string literals
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 21 12:58:11 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
- updated to version 0.10.0
|
|
* Regression: Revert changes to :capture_generator since 0.8.2 (#112, #113, #137)
|
|
* Regression: Ensure that output buffer is not reused for capturing in Rails (#135)
|
|
* Drop support for Rails 4.x
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 28 05:09:51 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
|
|
|
updated to version 0.9.1
|
|
see installed CHANGES
|
|
|
|
0.9.1
|
|
|
|
* Fix Slim's error in AttributeMerger due to 0.9.0's :capture_generator (#137)
|
|
* Fix Temple::ERB::Engine's <%= to not escape and <%== to escape expressions
|
|
|
|
0.9.0
|
|
|
|
* Require Ruby 2.5+ (#131)
|
|
* Change default :capture_generator to self (#113)
|
|
* Improve compatibility with Rails 7.1 (#135)
|
|
* Support Rails 6.1's annotate_rendered_view_with_filenames
|
|
with Temple::Filters::Ambles (#134)
|
|
* Fix a crash in StringSplitter filter (#138)
|
|
* Fix a warning by Object#=~ since Ruby 2.6 (#129)
|
|
* Fix deprecated Tilt template mime type (#108)
|
|
* Stop using deprecated EscapeUtils from Temple::Utils (#136)
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 10 15:54:46 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to version 0.8.2
|
|
see installed CHANGES
|
|
|
|
0.8.2
|
|
|
|
* Support TruffleRuby in Temple::Filters::StaticAnalyzer (#127)
|
|
* Support TruffleRuby in Temple::Filters::StringSplitter (#127)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 14 11:07:12 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to version 0.8.1
|
|
see installed CHANGES
|
|
|
|
0.8.1
|
|
|
|
* Stop relying on deprecated method in Rails (#121)
|
|
* Fix issue with --enable-frozen-string-literal
|
|
* Escape html in markdown
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 13 06:25:18 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to version 0.8.0
|
|
see installed CHANGES
|
|
|
|
0.8.0
|
|
|
|
* Add Temple::StaticAnalyzer to analyze Ruby expressions
|
|
* Support newlines in Temple::Filters::StaticAnalyzer
|
|
|
|
0.7.8
|
|
|
|
* Fix an warning in StaticAnalyzer
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 22 04:38:18 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to version 0.7.7
|
|
see installed CHANGES
|
|
|
|
0.7.7
|
|
|
|
* Add StaticAnalyzer, StringSplitter
|
|
* Freeze string literals
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 8 04:46:25 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to version 0.7.6
|
|
see installed CHANGES
|
|
|
|
0.7.6
|
|
|
|
* EngineDSL - add support for use(:Filter) { FilterClassName }
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 7 07:21:14 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to version 0.7.5
|
|
* HTML::Pretty Fix indentation issue (https://github.com/slim-template/slim-rails/issues/78)
|
|
|
|
0.7.4
|
|
* EngineDSL: allow to replace/remove with regexp
|
|
* Fix deprecation warning (#83)
|
|
|
|
0.7.3
|
|
* Temple::ERB::Trimming - replace option trim_mode with trim and switch to erubis-like trimming
|
|
|
|
0.7.2
|
|
* Remove Filters::StaticFreezer, the generator does the freezing
|
|
|
|
0.7.1
|
|
* Rename *Hash to *Map
|
|
* Add Filters::StaticFreezer
|
|
|
|
0.7.0
|
|
* Drop Ruby 1.8.7 support
|
|
* EngineDSL: Remove option filter
|
|
* HTML: Deprecate :html4, :html5 formats
|
|
* HTML: Add format :xml
|
|
* Rename DefaultOptions to ClassOptions
|
|
* Deprecate default_options in favor of options
|
|
* Add Utils.indent_dynamic
|
|
|
|
0.6.10
|
|
* Tilt template: Support :outvar and save/restore buffer to make the behaviour compatible with ERB
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 3 10:09:33 UTC 2014 - tboerger@suse.com
|
|
|
|
- Added last missing bits for new macros
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 13 07:15:48 UTC 2014 - adrian@suse.de
|
|
|
|
- adapt to new rubygem packaging style
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 4 07:17:58 UTC 2013 - coolo@suse.com
|
|
|
|
- updated to version 0.6.7
|
|
* HTML::Pretty - change some block level tags
|
|
* Reduce memory allocations in immutable hash
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 1 05:03:18 UTC 2013 - coolo@suse.com
|
|
|
|
- updated to version 0.6.6
|
|
* Use default encoding utf-8
|
|
* Escape also '
|
|
* Try to load escape_utils by default
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 24 06:30:01 UTC 2013 - coolo@suse.com
|
|
|
|
- updated to version 0.6.5
|
|
* Added Filters::CodeMerger
|
|
* Added Filters::Encoding
|
|
* Added Filters::RemoveBOM
|
|
* Added Generators::ERB
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 20 15:45:33 UTC 2013 - coolo@suse.com
|
|
|
|
- updated to version 0.6.4
|
|
* Check for ActionView instead of Rails (#72)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 12 11:49:46 UTC 2013 - coolo@suse.com
|
|
|
|
- updated to version 0.6.3
|
|
* Fix HTML escaping for HTML::Pretty (Issue #69)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 3 16:09:08 UTC 2013 - coolo@suse.com
|
|
|
|
- initial package (version 0.6.2)
|
|
|