Skip to content

Commit fe004e7

Browse files
committed
Added strict mode.
Closes #296 Closes #295
1 parent bb91734 commit fe004e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Headlines: Added, Changed, Deprecated, Removed, Fixed, Security
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Added
11+
12+
- `strict` mode option added, to ensure that all fields exist when posted. In the default non-strict mode, non-existing fields were automatically using their default value.
13+
814
## [1.12.0] - 2023-12-14
915

1016
### Added

0 commit comments

Comments
 (0)