ActiveInteraction v0.6.0 Release Notes

Release Date: 2013-11-14 // over 10 years ago
  • ➕ Added

    • ➕ Add ability to introspect interactions with filters.
    • [#57][]: Allow getting all of the user-supplied inputs in an interaction with inputs.
    • [#61][]: Add a symbol filter.
    • [#58][]: Allow adding symbolic errors with errors.add_sym and retrieving them with errors.symbolic.

    🔄 Changed

    • Error class now end with Error.
    • 0️⃣ By default, strip unlisted keys from hashes. To retain the old behavior, set strip: false on a hash filter.
    • 0️⃣ [#49][]: Prevent specifying defaults (other than nil or {}) on hash filters. Set defaults on the nested filters instead.
    • 0️⃣ [#66][]: Replace allow_nil: true with default: nil.

    🛠 Fixed

    • 🛠 Fix bug that prevented listing multiple attributes in a hash filter.
    • 🛠 Fix bug that prevented hash filters from being nested in array filters.