Skip to content

v1.1.0

Compare
Choose a tag to compare
@tfausak tfausak released this 28 Feb 23:06
· 1060 commits to main since this release

Added

  • #116, #119, #122: Speed up many filters by caching class constants.
  • #115: Add support for callbacks around execute.
  • #136: Allow callable defaults.

Changed

  • #114: Support :only and :except options simultaneously with import_filters.
    Previously this raised an ArgumentError.
  • #114: Support passing a single symbol to :only and :except. Previously an Array
    was required.

Security

  • #138: Only set instance variables for attributes with readers defined.