Skip to content

Commit a2d9cc8

Browse files
[ci] release
1 parent cc831d5 commit a2d9cc8

5 files changed

Lines changed: 14 additions & 18 deletions

File tree

.changeset/chilly-hands-hear.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/cyan-turtles-beam.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# conformal
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#29](https://github.com/marcomuser/conformal/pull/29) [`cc831d5`](https://github.com/marcomuser/conformal/commit/cc831d546af61cb1f5e8160afebace780e9ee50f) Thanks [@marcomuser](https://github.com/marcomuser)! - ## Breaking Changes
8+
- **Rename `parse` to `decode`**: The `parse` function has been renamed to `decode` to better reflect its purpose of decoding FormData into structured objects. This is a pure data transformation function with no validation.
9+
- **Rename `parseWithSchema` to `parseFormData`**: The `parseWithSchema` function has been renamed to `parseFormData` to be more specific about its input type and purpose. This function parses and validates FormData against a schema.
10+
11+
- [#29](https://github.com/marcomuser/conformal/pull/29) [`cc831d5`](https://github.com/marcomuser/conformal/commit/cc831d546af61cb1f5e8160afebace780e9ee50f) Thanks [@marcomuser](https://github.com/marcomuser)! - ## Breaking Changes
12+
- **Upgrade type-fest to v5**: This release upgrades to type-fest v5, which requires TypeScript 5.9+ and Node.js v20+. Users will need to upgrade their TypeScript and Node.js versions to continue using this library.
13+
314
## 1.4.0
415

516
### Minor Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conformal",
3-
"version": "1.4.0",
3+
"version": "2.0.0",
44
"description": "Type-safe form submissions for the modern web.",
55
"keywords": [
66
"formdata",

0 commit comments

Comments
 (0)