File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2013-2022 Eduardo Gulias Davis
1
+ Copyright (c) 2013-2023 Eduardo Gulias Davis
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
# EmailValidator
2
2
3
- [ ![ Build Status] ( https://github.com/egulias/EmailValidator/workflows/tests/badge.svg )] ( https://github.com/egulias/EmailValidator/actions )
4
- [ ![ Code Quality] ( https://scrutinizer-ci.com/g/egulias/EmailValidator/badges/quality-score.png?b=3.x )] ( https://scrutinizer-ci.com/g/egulias/EmailValidator/?branch=3 .x )
5
- [ ![ Test Coverage] ( https://scrutinizer-ci.com/g/egulias/EmailValidator/badges/coverage.png?b=3.x )] ( https://scrutinizer-ci.com/g/egulias/EmailValidator/?branch=3 .x )
3
+ [ ![ Build Status] ( https://github.com/egulias/EmailValidator/workflows/tests/badge.svg?branch=4.x )] ( https://github.com/egulias/EmailValidator/actions )
4
+ [ ![ Code Quality] ( https://scrutinizer-ci.com/g/egulias/EmailValidator/badges/quality-score.png?b=3.x )] ( https://scrutinizer-ci.com/g/egulias/EmailValidator/?branch=4 .x )
5
+ [ ![ Test Coverage] ( https://scrutinizer-ci.com/g/egulias/EmailValidator/badges/coverage.png?b=3.x )] ( https://scrutinizer-ci.com/g/egulias/EmailValidator/?branch=4 .x )
6
6
7
7
A library for validating emails against several RFC.
8
8
@@ -22,10 +22,10 @@ This library aims to support RFCs:
22
22
** Current major version with full support is v3**
23
23
24
24
| Version | Released | EOL | Only critical bug fixes | Full |
25
- | ------- | :--------: | :---: | :---------------------: | :---: |
26
- | v4.x | | - | X | X |
27
- | v3.x | 2020/12/29 | - | X | X |
28
- | v2.1.x | 2016/05/16 | YES | X | |
25
+ | : -----: | :--------: | :---: | :---------------------: | :---: |
26
+ | v4.x | 2023/01/07 | - | X | X |
27
+ | v3.x | 2020/12/29 | - | X | |
28
+ | v2.1.x | 2016/05/16 | YES | | |
29
29
| v1.2 | 2013/19/05 | YES | | |
30
30
31
31
You can’t perform that action at this time.
0 commit comments