AASM v5.0.6 Release Notes

    • Fix no_direct_assignment, couldn't be turned off pragmatically #636
    • โž• Add instance level validation skip option #644, thanks to Nitin-Salunke
    • ๐Ÿ›  Fixed aasm.current_event incorrectly yields nil when calling aasm.fire!(:event) #551 in #638, thanks to DoubleJarvis
    • ๐Ÿ”จ Code Refactor #634 , thanks to rahulknojha
    • ๐Ÿ›  Fixed callback argument for :before_success & :success callback, #630