v0.11.1
This release includes a change to the service/counter.rb
file to simplify and improve the set_required_attempts
method. The most important change involves consolidating the conversion and validation of the attempts
parameter to ensure it is properly handled.
Simplification and improvement:
service/counter.rb
: Modified theset_required_attempts
method to combine the conversion ofattempts
to an integer and its validation into a single conditional statement, ensuring@required_attempts
is set only whenattempts
is between 1 and 10.
Full Changelog: v0.11.0...v0.11.1