Changelog for
ruby3.1-rubygem-flay-2.13.3-150300.1.2.x86_64.rpm :
* Fri Jun 21 2024 dan.cermakAATTposteo.net- New upstream release 2.13.3, see bundled History.rdoc
* Tue Nov 14 2023 dan.cermakAATTposteo.net- New upstream release 2.13.1, see bundled History.rdoc
* Thu Aug 04 2022 cooloAATTsuse.comupdated to version 2.13.0 see installed History.rdoc === 2.13.0 / 2022-04-09
* 1 minor enhancement:
* Switched from erubis to erubi for erb processing. (clive-devops)
* 1 bug fix:
* Minor cleanup and top-level error handling changes.
* Mon Feb 10 2020 cooloAATTsuse.com- updated to version 2.12.1 see installed History.rdoc === 2.12.1 / 2019-10-08
* 1 bug fix:
* Fixed some sexp access under STRICT_SEXP=1.
* Mon Apr 30 2018 factory-autoAATTkulow.org- updated to version 2.12.0 see installed History.rdoc === 2.12.0 / 2018-04-29
* 1 minor enhancement:
* Switched node filtering to happen before processing to avoid subtrees getting processed. Thanks to codeclimate.com for funding this effort!
* Wed Apr 11 2018 factory-autoAATTkulow.org- updated to version 2.11.0 History.txt removed upstream
* Thu Aug 03 2017 cooloAATTsuse.com- updated to version 2.10.0 see installed History.txt === 2.10.0 / 2017-07-17
* 1 minor enhancement:
* Added sexp tree filtering via :filters option.
* Fri Apr 14 2017 cooloAATTsuse.com- updated to version 2.9.0 see installed History.txt === 2.9.0 / 2017-04-13
* 1 minor enhancement:
* Added Sexp#pure_ruby_hash from flay-persistent and switched structural_hash to it. Faster than ruby\'s #hash and stable.
* Thu Aug 25 2016 cooloAATTsuse.com- updated to version 2.8.1 see installed History.txt === 2.8.1 / 2016-08-24
* 1 bug fix:
* Accidentally removed require from flay_task.rb. (ajacques)
* Tue May 17 2016 cooloAATTsuse.com- updated to version 2.8.0 see installed History.txt === 2.8.0 / 2016-05-16
* 1 minor enhancement:
* Switched to path_expander to deal with cmdline args. See path_expander for details.
* 2 bug fixes:
* Added dev deps and bundler plugin to make flavorjones happy. (flavorjones)
* Explictly require rake/tasklib in flay_task.rb. (jasonkarns)
* Mon Jan 25 2016 cooloAATTsuse.com- updated to version 2.7.0 see installed History.txt === 2.7.0 / 2016-01-21
* 1 minor enhancement:
* Switched to erubis to make more compatible w/ rails usage.
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 2.6.1
* 1 bug fix:
* Fixed frozen string modification error on ruby 2.0+. (apiology) === 2.6.0 / 2015-01-09
* 2 minor enhancements:
* Added support for .flayignore files. (kcdragon)
* Added Flay.filter_files(files, ignore_path_or_io). === 2.5.0 / 2014-05-29
* 6 minor enhancements:
* Added Flay::Item and Flay::Location to encapsulate analysis.
* Added `--only nodetype` filter flag.
* Flay#analyze now returns a nice data structure you can walk over.
* Flay#report is now much more dumb. :)
* Flay#report now takes an optional IO object.
* Removed unused prune arg in Flay#report.