Skip to content

Commit a992652

Browse files
committed
2.22.0 changelog.
1 parent 2015c64 commit a992652

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

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

1010
### Added
1111

12-
- Arbitrary types can now be sent in the form using the [transport](https://svelte.dev/docs/kit/hooks#Universal-hooks-transport) feature in SvelteKit hooks. There is a `transport` option both for `superValidate` and `superForm` that the `transport` export in `hooks.ts` can be used in directly. **Note:** Requires SvelteKit `^2.11.0`.
12+
- Support for Zod 3.24 and `Infer` improvements for all adapters, by no other than the Zod creator himself, [Colin McDonnell](https://github.com/colinhacks)! What a christmas present! 🎄
13+
- Arbitrary types can now be used in the form with the [transport](https://svelte.dev/docs/kit/hooks#Universal-hooks-transport) feature in SvelteKit hooks. There is a `transport` option both for `superValidate` and `superForm` that the `transport` export in `hooks.ts` can be directly used in. **Note:** Requires SvelteKit `^2.11.0`.
1314

1415
### Fixed
1516

0 commit comments

Comments
 (0)