Skip to content

Commit

Permalink
Bump version to v0.23.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Dec 8, 2023
1 parent 7a61270 commit 6b5afe1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@

All notable changes to the library will be documented in this file.

## vX.X.X (Month DD, YYYY)
## v0.23.0 (December 08, 2023)

- Add `bic` validation function (pull request #284)
- Add `mac`, `mac48` and `mac64` validation function (pull request #270)
- Change `IntersectOptions`, `IntersectOptionsAsync`, `UnionOptions` and `UnionOptionsAsync` type to support readonly tuples (issue #279)
- Change `PicklistOptions`, `UnionOptions` and `UnionOptionsAsync` type from tuple to array (issue #279)
- Change `IntersectOptions`, `IntersectOptionsAsync`, `UnionOptions` and `UnionOptionsAsync` type to support readonly values (issue #279)
- Fix optional keys of `ObjectInput` and `ObjectOutput` type (issue #242)

## v0.22.0 (December 03, 2023)

- Add support for boolean to `notValue` validation (pull request #261)
- Add `.typed` to schema validation result and execute pipeline of complex schemas if output is typed (issue #76, #145)
- Add `forward` method that forwards issues of pipelines to nested fields (issue #76, #145)
- Add `skipPipe` option to `is` type guard method (pull request #166)
- Change return type of `safeParse` and `safeParseAsync` method
- Rename and change util functions and refactor codebase
- Fix `RecordInput` and `RecordOuput` type when using `unionAsync` as key
- Fix output type for `nullable`, `nullableAsync`, `nullish`, `nullishAsync`, `optional` and `optionalAsync` when using a default value (issue #271)
Expand Down
2 changes: 1 addition & 1 deletion library/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "valibot",
"description": "The modular and TypeScript-first schema library",
"version": "0.22.0",
"version": "0.23.0",
"license": "MIT",
"author": "Fabian Hiller",
"homepage": "https://valibot.dev",
Expand Down

0 comments on commit 6b5afe1

Please sign in to comment.