Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

42 lines (29 loc) · 1.13 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased]

[1.1.0] - 2023-03-08

  • Add support for active_interaction v5
  • Fix model_fields helper

[1.0.4] - 2022-06-08

  • Improve halt's robustness (#13)

[1.0.3] - 2021-07-11

  • Loosen the gem requirements

[1.0.2] - 2021-07-07

  • Requires active_interaction v4.0.2 or higher
  • Fixed run_in_transaction! to rollback when interaction finished with errors

[1.0.1] - 2021-05-13

  • Fix run_in_transaction in ruby 3 #8

[1.0.0] - 2021-05-12

  • Requires active_interaction v4
  • New filters: anything and uuid
  • New filter extensions
    • object: support for multiple classes
    • hash: disable auto strip when no keys are listed
  • New extension:
    • filter alias
  • Changed transaction extension
    • It requires new transaction by default
    • Include order is important now
  • Removed active_interaction-active_job gem dependency
  • Added changelog