All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
-
[karlwilbur] - Add support
background_fillgenerator config option -
[karlwilbur] - DEPRECATE
image_background_colorconfig option in favor ofbackground_color -
[karlwilbur] - Refactor specs:
- Remove spec options from repo
- Add specs for default generator
-
[karlwilbur] - Remove
Gemfile.lock -
[karlwilbur] - Updates to
README.md
- [karlwilbur] - Use
kandr-pry-plusgem instead of the stale and brokenpry-plus - [karlwilbur] - Reset CAPTCHA code on subsequent requests for a new image/audio file
- [karlwilbur] - Add motion blur, using same blur values, when blur is used
- [karlwilbur] - Add support for a range of CAPTCHA characters
- [karlwilbur] - Updates to
README.md
- [karlwilbur] - [gemspec] Fix files included in gem
- [karlwilbur] - Add
bin/script to push coverage report to CodeClimate
- [karlwilbur] - Add Travis CI badge to
README
- [karlwilbur] - Fix
Magick::Image#destroyed?method guard syntax for jRuby support - [karlwilbur] - Loosen Rubygems dependency from
>= 3.0.0to>= 2.7.0 - [karlwilbur] - Group
developmentgems to exclude them from CI builds
-
[karlwilbur] - Add tests for:
EasyCaptcha::CaptchaEasyCaptcha::CaptchaControllerEasyCaptcha::ControllerHelpersEasyCaptcha::ModelHelpersEasyCaptcha::ViewHelpersEasyCaptcha::EspeakWAV file generationEasyCaptcha::Generators::InstallGenerator
-
[karlwilbur] - Add
mdlgem dev dependency; run linters usingbundle exec -
[karlwilbur] - Add
CHANGELOG -
[karlwilbur] - Add CodeClimate badges to
README
- [karlwilbur] - Refactor
EasyCaptcha::Espeakto useDEFAULT_CONFIGconstant - [karlwilbur] - Reduce complexity of
EasyCaptcha::Espeak#generate - [karlwilbur] - Reduce complexity of
EasyCaptcha#generator - [karlwilbur] - Fix logic in
EasyCaptcha::ModelHelper#captcha_valid? - [karlwilbur] - Fix bug in audio CAPTCHA generation
- [karlwilbur] - Modify comments and order of config options in initializer template
- [karlwilbur] - Allow
EasyCaptcha#setupto be called without a block to use defaults - [karlwilbur] - Lock Simplecov version until CodeClimate Test Reporter is updated
- [karlwilbur] - Remove deprecation warnings for deprecated methods which were already removed
- [karlwilbur] - Rename gem
easy_captcha->kandr-easy_captchafor publishing to Rubygems - [karlwilbur] - Convert
READMEfrom rdoc to Markdown - [karlwilbur] - Fix
EasyCaptcha#respond_to_missing?logic - [karlwilbur] - Add pre-commit hook for linting and testing
- [karlwilbur] - Refactor for readibility/maintainability and delinting with help from Rubocop
- [karlwilbur] - Update RSpec tests
- [karlwilbur] - [gemset] Update gems
- [karlwilbur] - [gemspec/Gemfile] Move dev dependencies to
Gemfile - [karlwilbur] - [gemfile] Add Rubocop
- [karlwilbur] - [gemspec/gemfile] Update required Ruby and RubyGems versions; set contact info to K&R
- [karlwilbur] - Simplify audio CAPTCHA
generatemethod - [karlwilbur] - Separate CAPTCHA validation and verification
- [karlwilbur] - Add missing
end - [karlwilbur] - [gemset] Update gem versions
- [karlwilbur] - Update
README.rdoc - [karlwilbur] - Remove
.ruby-gemsetfile - [karlwilbur] - Fix
.ruby-version - [aditiatama] - Rails 6 compatibility
- [gropher] - Routes fixed
- [mwxjs/unsyn] - bugfixes, logging
- [kopylovvlad] - Rails 5 compatibility
- [brunoporto] - Rails 4.1+ compatibility
- [brunoporto] - fix
font_strokeandfont_strokecolor and improvements - [brunoporto] - fix spec
- [forever-sumit] - use
_pathinstead of_urlhelper - [vaucn] - fix misspelling
- [matheusvilela] - fix captcha generation using
rmagick4j0.3.8.
- espeak support for barrier-free support
- (transparent) background support
- generator support
- use generators, optimizations, update licence to same of all my plugins
- cache support for high frequented sites
- init