File rubygem-email_validator.changes of Package rubygem-email_validator
-------------------------------------------------------------------
Wed Dec 7 11:18:53 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 2.2.4
see installed CHANGELOG.md
## 2.2.4 (2022-11-09)
* [karlwilbur] - Remove Ruby 2.4 from tested versions; add Ruby 3.0 and 3.1 to tested versions
* [karlwilbur] - Fix issue where `domain: ''` wasn't requiring empty domain
* [karlwilbur] - Remove checks for double hyphens (fixes [#87](https://github.com/K-and-R/email_validator/issues/87))
* [dependabot] - Security updates
- [#89](https://github.com/K-and-R/email_validator/pull/89)
+ Bump `minimist` from `1.2.5` to `1.2.7`
- [#86](https://github.com/K-and-R/email_validator/pull/86)
+ Bump `node-fetch` from `2.6.1` to `2.6.7`
+ Add `whatwg-url` at `5.0.0`
+ Add `tr46` at `0.0.3`
+ Add `webidl-conversions` at `3.0.0`
- [#80](https://github.com/K-and-R/email_validator/pull/80)
+ Bump `tar` from `6.0.5` to `6.1.11`
+ Bump `minipass` from `3.1.3` to `3.1.5`
- [#79](https://github.com/K-and-R/email_validator/pull/79)
+ Bump `path-parse` from `1.0.6` to `1.0.7`
- [#76](https://github.com/K-and-R/email_validator/pull/76)
+ Bump `lodash` from `4.17.20` to `4.17.21`
- [#75](https://github.com/K-and-R/email_validator/pull/75)
+ Bump `hosted-git-info` from `2.8.8` to `2.8.9`
* [msands] - Fix URL in `README.md` [#81](https://github.com/K-and-R/email_validator/pull/81)
* [kerolloz] - Fix typo in `README.md` [#73](https://github.com/K-and-R/email_validator/pull/73)
-------------------------------------------------------------------
Thu Jun 24 17:19:44 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 2.2.3
see installed CHANGELOG.md
## 2.2.3 (2021-04-05)
* [karlwilbur] - Fix regexp for numeric domains (fixes [#72](https://github.com/K-and-R/email_validator/issues/72))
- [delphaber] - Add checks for numeric-only domains in tests (should be considered valid)
- [karlwilbur] - Fix specs for numeric-only domains labels (should be considered valid)
- [karlwilbur] - Add checks for numeric-only TLDs in tests (should be considered invalid)
- [karlwilbur] - Add tests to ensure that `regexp` returns expected value
- [karlwilbur] - Add checks for double dash in domain (should be considered invalid)
- [karlwilbur] - Add `EmailValidator::Error` class, raise `EmailValidator::Error` when invalid `mode`
-------------------------------------------------------------------
Wed Jan 20 12:34:09 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 2.2.2
Changes.md removed upstream
-------------------------------------------------------------------
Thu Mar 14 10:54:10 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.0.1
see installed Changes.md
# 2.0.1
* Add email value to error details [f1sherman #50]
* CI doesn't test Ruby versions that no longer receive updates [f1sherman #51]
# 2.0.0
* Looser validation [#49]
-------------------------------------------------------------------
Wed May 13 04:28:46 UTC 2015 - coolo@suse.com
- updated to version 1.6.0
see installed Changes.md
# 1.6.0
* Unicode characters support [i7an #24]
-------------------------------------------------------------------
Tue Feb 10 17:40:33 UTC 2015 - coolo@suse.com
- updated to version 1.5.0
-------------------------------------------------------------------
Thu Oct 10 14:25:49 UTC 2013 - coolo@suse.com
- initial package