Releases: truemail-rb/truemail
Releases · truemail-rb/truemail
v3.0.5
What's Changed
- Technical/Add changelog linter by @bestwebua in #244
- Technical/Update Ruby version, development dependencies by @bestwebua in #245
- Technical/Update license by @bestwebua in #246
- Technical/Update releasing flow by @bestwebua in #247
- Technical/Update development dependencies by @bestwebua in #248
- Technical/Updated changelog by @bestwebua in #249
- Technical/Fix truemail gemspec by @bestwebua in #251
- Truemail v3.0.5 by @bestwebua in #252
Full Changelog: v3.0.4...v3.0.5
v3.0.4
What's Changed
- Technical/Increase project code quality by @bestwebua in #241
Full Changelog: v3.0.3...v3.0.4
v3.0.3
v3.0.2
What's Changed
- Technical/Update gem dependencies by @bestwebua in #236
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- Bugfix/Wrong semantic version comparison in gemspec runtime dependency definition by @bestwebua in #233
Full Changelog: v3.0.0...v3.0.1
v3.0.0: Feature/Ability to specify whitelisted/blacklisted emails directly
What's Changed
- Feature/Ability to specify whitelisted/blacklisted emails by complete match by @bestwebua in #230
Truemail.configure do |config|
# Optional parameter. Validation of email which contains whitelisted emails always will
# return true. Other validations will not processed even if it was defined in validation_type_for
# It is equal to empty array by default.
config.whitelisted_emails = %w[[email protected] [email protected]]
# Optional parameter. Validation of email which contains blacklisted emails always will
# return false. Other validations will not processed even if it was defined in validation_type_for
# It is equal to empty array by default.
config.blacklisted_emails = %w[[email protected] [email protected]]
end
Full Changelog: v2.7.5...v3.0.0
v2.7.5
v2.7.4
What's Changed
- Technical/Update development dependencies by @bestwebua in #225
Full Changelog: v2.7.3...v2.7.4
v2.7.3
What's Changed
- Technical/Update gem development dependencies by @bestwebua in #223
Full Changelog: v2.7.2...v2.7.3
v2.7.2
What's Changed
- Technical/Add repo funding by @bestwebua in #218
- Technical/Update gem development dependencies by @bestwebua in #220
Full Changelog: v2.7.1...v2.7.2