Skip to content

Commit db4c314

Browse files
authored
V4 readme updates (#353)
* README for v4
1 parent 17865e0 commit db4c314

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013-2022 Eduardo Gulias Davis
1+
Copyright (c) 2013-2023 Eduardo Gulias Davis
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# EmailValidator
22

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)
66

77
A library for validating emails against several RFC.
88

@@ -22,10 +22,10 @@ This library aims to support RFCs:
2222
**Current major version with full support is v3**
2323

2424
| 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 | | |
2929
| v1.2 | 2013/19/05 | YES | | |
3030

3131

0 commit comments

Comments
 (0)