All Versions
29
Latest Version
Avg Release Cycle
201 days
Latest Release
741 days ago

Changelog History
Page 1

  • v2.13.0 Changes

    April 09, 2022
    • 1 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, 2019
    • 1 bug fix:

      • Fixed some sexp access under STRICT_SEXP=1.
  • v2.12.0 Changes

    April 29, 2018
    • 1 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, 2018
    • 2 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!
    • 1 bug fix:

      • Merge options w/ defaults. Mostly to fix testing.
  • v2.10.0 Changes

    July 17, 2017
    • 1 minor enhancement:

      • Added sexp tree filtering via :filters option.
  • v2.9.0 Changes

    April 13, 2017
    • 1 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, 2016
    • 1 bug fix:

      • Accidentally removed require from flay_task.rb. (ajacques)
  • v2.8.0 Changes

    May 16, 2016
    • 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)
      • Explicitly require rake/tasklib in flay_task.rb. (jasonkarns)
  • v2.7.0 Changes

    January 21, 2016
    • 1 minor enhancement:

      • Switched to erubis to make more compatible w/ rails usage.
  • v2.6.1 Changes

    January 30, 2015
    • 1 bug fix:

      • Fixed frozen string modification error on ruby 2.0+. (apiology)