Skip to content

Releases: truemail-rb/truemail

v3.0.5

12 Jan 12:44
34b6e36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.4...v3.0.5

v3.0.4

16 Dec 20:08
ffff4a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v3.0.4

v3.0.3

05 Dec 12:26
3d91f50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.2

21 Nov 19:36
0abcf82
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

01 Nov 13:56
db33de1
Compare
Choose a tag to compare

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

24 Oct 20:44
da179f3
Compare
Choose a tag to compare

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

10 Oct 12:16
86a46be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.4...v2.7.5

v2.7.4

16 Aug 09:28
fcfc2d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.3...v2.7.4

v2.7.3

31 May 09:22
3172a70
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.2...v2.7.3

v2.7.2

02 May 21:58
f0d7026
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.1...v2.7.2