Skip to content

Commit

Permalink
Bump version to v0.26.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Jan 17, 2024
1 parent cd73dac commit fc3ab15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

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

## vX.X.X (Month DD, YYYY)
## v0.26.0 (January 16, 2023)

- Improve performance of `enum_` and `enumAsync` schema by caching values
- Change ISO timestamp regex to support timestamps with lower and higher millisecond accuracy (pull request #353)
- Change issue handling of `union`, `unionAsync`, `variant` and `variantAsync` to improve developer experience
- Fix bug in `getDefaults`, `getDefaultsAsync`, `getFallbacks` and `getFallbacksAsync` for falsy but not `undefined` values (issue #356)
- Fix type of `pipe` argument at `union`, `unionAsync`, `variant` and `variantAsync`
- Fix bug that broke pipeline execution in `union`, `unionAsync`, `variant` and `variantAsync` (issue #364)
- Fix typo in type name of `startsWith` validation action (pull request #375)

## v0.25.0 (December 26, 2023)

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.25.0",
"version": "0.26.0",
"license": "MIT",
"author": "Fabian Hiller",
"homepage": "https://valibot.dev",
Expand Down

0 comments on commit fc3ab15

Please sign in to comment.