Skip to content

Commit 38d4b4b

Browse files
committed
Changelog update
1 parent 931acf0 commit 38d4b4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ 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]
8+
## [1.13.0] - 2023-12-22
99

1010
### Added
1111

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.
12+
- `strict` option added to `superValidate`, to ensure that all fields exist when posted. In the default non-strict mode, non-existing fields are automatically using their default value. ([#295](https://github.com/ciscoheat/sveltekit-superforms/pull/295), thanks to [21RISK](https://github.com/21RISK) for the PR)
1313

1414
### Fixed
1515

16-
- Using faster clone library ([klona](https://github.com/lukeed/klona))
16+
- Upgraded to faster cloning library ([klona](https://github.com/lukeed/klona))
1717

1818
## [1.12.0] - 2023-12-14
1919

0 commit comments

Comments
 (0)