updated changelog
This commit is contained in:
parent
c13d83adb1
commit
90d896e1cc
|
|
@ -1,6 +1,6 @@
|
||||||
## v0.34.0
|
## v0.34.0
|
||||||
|
|
||||||
- Added `@request.body.someField:changed` modifier (@todo update docs).
|
- Added `@request.body.someField:changed` modifier.
|
||||||
It could be used when you want to ensure that a body field either wasn't submitted or was submitted with the same value.
|
It could be used when you want to ensure that a body field either wasn't submitted or was submitted with the same value.
|
||||||
Or in other words, if you want to disallow a field change the below 2 expressions would be equivalent:
|
Or in other words, if you want to disallow a field change the below 2 expressions would be equivalent:
|
||||||
```js
|
```js
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue