Skip to content

Commit a4ef7a7

Browse files
committed
1.0.14
1 parent c1172de commit a4ef7a7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v1.0.14
2+
3+
> `2023-02-17`
4+
5+
### 🎉 Feature
6+
- Added `longFieldNames` config option.
7+
18
## v1.0.13
29

310
> `2023-02-08`

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ export default {
207207
autosave: 1000, // the ms to wait between last change and saving data to local storage & triggering `@save` event
208208
history: true, // whether it should store history
209209
maxHistory: -1, // the maximum number of history items to store, `-1` for unlimited
210+
longFieldNames: false, // whether conditional field names should be full path or name only
210211
}
211212
```
212213

0 commit comments

Comments
 (0)