All Versions
29
Latest Version
Avg Release Cycle
201 days
Latest Release
977 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.13.0 Changes
April 09, 20221 minor enhancement:
- Switched from erubis to erubi for erb processing. (clive-devops)
1 bug fix:
- Minor cleanup and top-level error handling changes.
-
v2.12.1 Changes
October 09, 20191 bug fix:
- Fixed some sexp access under STRICT_SEXP=1.
-
v2.12.0 Changes
April 29, 20181 minor enhancement:
- Switched node filtering to happen before processing to avoid subtrees getting processed. Thanks to codeclimate.com for funding this effort!
-
v2.11.0 Changes
April 05, 20182 minor enhancements:
- Added
filters
option to skip processing subtrees that match given patterns. - Switched structural_hash to use crc32 to calculate node type values. Thanks to codeclimate.com!
- Added
1 bug fix:
- Merge options w/ defaults. Mostly to fix testing.
-
v2.10.0 Changes
July 17, 20171 minor enhancement:
- Added sexp tree filtering via :filters option.
-
v2.9.0 Changes
April 13, 20171 minor enhancement:
- Added Sexp#pure_ruby_hash from flay-persistent and switched structural_hash to it. Faster than ruby's #hash and stable.
-
v2.8.1 Changes
August 24, 20161 bug fix:
- Accidentally removed require from flay_task.rb. (ajacques)
-
v2.8.0 Changes
May 16, 20161 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)
- Explicitly require rake/tasklib in flay_task.rb. (jasonkarns)
-
v2.7.0 Changes
January 21, 20161 minor enhancement:
- Switched to erubis to make more compatible w/ rails usage.
-
v2.6.1 Changes
January 30, 20151 bug fix:
- Fixed frozen string modification error on ruby 2.0+. (apiology)