File rubygem-rabl.changes of Package rubygem-rabl
------------------------------------------------------------------- Fri Oct 28 05:04:02 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 0.16.1 see installed CHANGELOG.md ## 0.16.1 (Oct 10, 2022) * Fix ArgumentError when there are no keyword arguments for Ruby < 2.7 (Thanks @sylvain-8422) ------------------------------------------------------------------- Mon Aug 29 06:54:14 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 0.16.0 see installed CHANGELOG.md ## 0.16.0 (August 21, 2022) * Add "except" option to `extends` (Thanks @perryqh) * Fix `ArgumentError` when block given with keyword arguments (Thanks @kyoshidajp) * Add Ruby 3.1 to the CI matrix (Thanks @petergoldstein) * Document Rabl setting `oj`'s mode (Thanks @ghiculescu) ------------------------------------------------------------------- Tue Jan 25 07:21:05 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 0.15.0 see installed CHANGELOG.md ## 0.15.0 (December 30, 2021) * Support for Rails 7 (@tagliala) * Improvements to unit testing * Miscellanious other bug fixes ------------------------------------------------------------------- Thu Jun 24 17:48:54 UTC 2021 - Stephan Kulow <coolo@suse.com> updated to version 0.14.5 see installed CHANGELOG.md ## 0.14.5 (May 29th, 2021) * Restrict and validate the `to_***` methods available within engine (Brian McFadden) ## 0.14.4 (April 1st, 2021) * Test against latest Ruby versions * Exclude yarn lock * Remove non-required files from the .gem ------------------------------------------------------------------- Thu May 7 21:16:30 UTC 2020 - Stephan Kulow <coolo@suse.com> - updated to version 0.14.3 see installed CHANGELOG.md ------------------------------------------------------------------- Sat Mar 2 15:31:58 UTC 2019 - Stephan Kulow <coolo@suse.com> - updated to version 0.14.0 see installed CHANGELOG.md ## 0.14.0 (October 31st, 2018) * Compatibility with Rails 5 API mode ------------------------------------------------------------------- Sat Oct 22 04:40:34 UTC 2016 - coolo@suse.com - updated to version 0.13.1 see installed CHANGELOG.md ## 0.13.1 (October 21st, 2016) * Further compatibility with Rails 5 ------------------------------------------------------------------- Sat Jul 16 04:37:13 UTC 2016 - coolo@suse.com - updated to version 0.13.0 see installed CHANGELOG.md ## 0.13.0 (July 15th, 2016) * Compatibility with Rails 5 ------------------------------------------------------------------- Sat Feb 20 05:37:04 UTC 2016 - coolo@suse.com - updated to version 0.12.0 see installed CHANGELOG.md ## 0.12.0 (February 13th, 2016) * Compatibility with ruby 2.3.0 (@vmeyet) ------------------------------------------------------------------- Mon Jan 11 05:47:25 UTC 2016 - coolo@suse.com - updated to version 0.11.8 see installed CHANGELOG.md ## 0.11.8 (January 10th, 2016) * Check that the Rails module has the .version method before invocation (@caldwecr) * Adds nominal rails5 support (@lsylvester) ------------------------------------------------------------------- Mon Dec 7 05:32:32 UTC 2015 - coolo@suse.com - updated to version 0.11.7 see installed CHANGELOG.md ## 0.11.7 (December 6th, 2015) * Use empty hash as default cache options (@infertux) * Update ERB::Util link in README (@mortonfox) ------------------------------------------------------------------- Tue Feb 10 18:18:23 UTC 2015 - coolo@suse.com - updated to version 0.11.6 ------------------------------------------------------------------- Mon Dec 9 11:39:38 UTC 2013 - coolo@suse.com - updated to version 0.9.3 * FIX Send engine options through from render call (Thanks @bhicks) * FIX Cleanup compile_hash method through refactoring complexity (Thanks @bhicks) * FIX #503 handling render case with no lookup_context in Rails 4 * FIX #502 fix regression in render when object is nil with explicit root name ------------------------------------------------------------------- Fri Nov 22 08:40:35 UTC 2013 - coolo@suse.com - updated to version 0.9.2 * FIX #508 by avoiding new proc syntax breaking 1.8.7 * NEW #507 Resolve conditionals for extends (Thanks @micahcraig) * NEW #453 Support for symbol conditionals (Thanks @leoc) ------------------------------------------------------------------- Sun Oct 20 12:05:41 UTC 2013 - coolo@suse.com - updated to version 0.9.0 * FIX #497 Renderer should support partial caching and a digestor bug fixed (Thanks @siong1987) * FIX #495 Digest cache when rendering from controller (Thanks @siong1987) * FIX #142 Better resource resolution for AR Scopes * Adds Rails 4 test fixture (Thanks @siong1987) * Adds Rails 4 cache digestor (Thanks @siong1987) * Child now supports `object_root` and `root` arguments like 'collection' * FIX #486 Prioritize to_hash options to allow setting root ------------------------------------------------------------------- Tue Jul 30 18:46:57 UTC 2013 - coolo@suse.com - updated to version 0.8.6 * FIX #142 #467 Do not use a collection as the default object. (Thanks @mrbrdo) * NEW Options hash for glue function added (Thanks @sassysolutions) * FIX #470 Better template lookups when Padrino is defined (Thanks @LTe) * FIX #386 Support disabling root on child calls (Thanks @digger69) * NEW #411 Add "replace nil values with empty strings" option (Thanks @manuelmeurer) ------------------------------------------------------------------- Tue Apr 23 01:14:01 UTC 2013 - mrueckert@suse.de - initial package