Skip to content

v0.11.1

Compare
Choose a tag to compare
@clajiness clajiness released this 10 Jan 18:07
· 6 commits to main since this release

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 the set_required_attempts method to combine the conversion of attempts to an integer and its validation into a single conditional statement, ensuring @required_attempts is set only when attempts is between 1 and 10.

Full Changelog: v0.11.0...v0.11.1