You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+56-22Lines changed: 56 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,50 @@
1
1
# Changelog
2
2
3
+
<!--
4
+
5
+
Note to self: Breaking changes must increment either
6
+
7
+
- minor version: as long as versions are in 0.y.z or
8
+
- major version: when versions are in in x.y.z (x>0)
9
+
10
+
-->
11
+
12
+
## 0.22.0 (2023-09-02)
13
+
14
+
_**What's Changed**_
15
+
16
+
> -_Breaking_:
17
+
> - API changes in `validators.ipv4` and `validators.ipv6` functions
18
+
> -`strict` parameter now correctly validates IP addresses strictly in CIDR notation
19
+
> -`host_bit` parameter distinguishes between network and host IP address
20
+
21
+
- fix: url validator considers urls with /#/ as valid by @adrienthiery in [#289](https://github.com/python-validators/validators/pull/289)
22
+
- Add note about ValidationFailure to ValidationError in changes.md by @tswfi in [#291](https://github.com/python-validators/validators/pull/291)
23
+
- fix: simple hostname validation regex by @joe733 in [#294](https://github.com/python-validators/validators/pull/294)
24
+
- fix: strict CIDR IP validation; bump version by @joe733 in [#295](https://github.com/python-validators/validators/pull/295)
25
+
26
+
_**New Contributors**_
27
+
28
+
-@adrienthiery made their first contribution in [#289](https://github.com/python-validators/validators/pull/289)
29
+
-@tswfi made their first contribution in [#291](https://github.com/python-validators/validators/pull/291)
> -`ValidationFailure` renamed to `ValidationError` in [`joe733@12ae1f5`](https://github.com/joe733/pyvalidators/commit/12ae1f5850555d11e1f1a2c03f597fd10610215a)
6
39
7
-
- feat: refactoring; updates; fixes; bump version by @joe733 in [#283](https://github.com/python-validators/validators/pull/283)
8
-
-*Breaking Changes*:
9
-
-`ValidationFailure` renamed to `ValidationError` in [joe733@12ae1f5](https://github.com/joe733/pyvalidators/commit/12ae1f5850555d11e1f1a2c03f597fd10610215a)
40
+
- feat: refactoring; updates; fixes; bump version by @joe733 in [#283](https://github.com/python-validators/validators/pull/283)(<https://github.com/joe733/pyvalidators/commit/12ae1f5850555d11e1f1a2c03f597fd10610215a>)
10
41
- build(deps): bump pymdown-extensions from 9.11 to 10.0 by @dependabot in [#273](https://github.com/python-validators/validators/pull/273)
11
42
- build(deps): bump requests from 2.28.2 to 2.31.0 by @dependabot in [#275](https://github.com/python-validators/validators/pull/275)
12
43
- add validator ETH addresses (ERC20) by @msamsami in [#276](https://github.com/python-validators/validators/pull/276)
13
44
- Added Country Code Validation by @aviiciii in [#280](https://github.com/python-validators/validators/pull/280)
14
45
- build(deps-dev): bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in [#281](https://github.com/python-validators/validators/pull/281)
15
46
16
-
### New Contributors
47
+
_**New Contributors**_
17
48
18
49
-@dependabot made their first contribution in [#273](https://github.com/python-validators/validators/pull/273)
19
50
-@msamsami made their first contribution in [#276](https://github.com/python-validators/validators/pull/276)
@@ -33,6 +64,9 @@
33
64
34
65
## 0.21.0 (2023-03-25)
35
66
67
+
> -_Breaking_:
68
+
> - Couple of API changes, refer [documentation](https://python-validators.github.io/validators/)
69
+
36
70
- feat: add build for pypi workflow by @joe733 in [#255](https://github.com/python-validators/validators/pull/255)
37
71
- feat: @validator now catches `Exception` by @joe733 in [#254](https://github.com/python-validators/validators/pull/254)
38
72
- maint: improves `i18n` package by @joe733 in [#252](https://github.com/python-validators/validators/pull/252)
0 commit comments