We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa921c5 commit 9e8ad99Copy full SHA for 9e8ad99
CHANGELOG.md
@@ -1,12 +1,12 @@
1
# Yii Validator Change Log
2
3
-## 2.1.0 under development
+## 2.1.0 September 12, 2024
4
5
+- Chg #747: Merge rules from PHP attributes with rules provided via `getRules()` method (@vjik)
6
- Enh #740: Use `Yiisoft\NetworkUtilities\IpRanges` in `Ip` rule: add `getIpRanges()` method and deprecate
7
`getRanges()`, `getNetworks()`, `isAllowed()` methods (@vjik)
8
- Enh #746: Use `NEGATION_CHARACTER` constant from `network-utilities` package in `IpHandler` instead of declaring its own
9
constant (@arogachev)
-- Chg #747: Merge rules from PHP attributes with rules provided via `getRules()` method (@vjik)
10
11
## 2.0.0 August 02, 2024
12
0 commit comments