Skip to content

Commit

Permalink
1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
adamberecz committed Feb 17, 2023
1 parent c1172de commit a4ef7a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.0.14

> `2023-02-17`
### 🎉 Feature
- Added `longFieldNames` config option.

## v1.0.13

> `2023-02-08`
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ export default {
autosave: 1000, // the ms to wait between last change and saving data to local storage & triggering `@save` event
history: true, // whether it should store history
maxHistory: -1, // the maximum number of history items to store, `-1` for unlimited
longFieldNames: false, // whether conditional field names should be full path or name only
}
```

Expand Down

0 comments on commit a4ef7a7

Please sign in to comment.