Skip to content

Commit

Permalink
Bump version to v0.28.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Feb 6, 2024
1 parent c10781c commit 4735f78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@

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

## vX.X.X (Month DD, YYYY)
## v0.28.0 (February 05, 2024)

> Note: The library has been revised and refactored. Therefore, not every change is listed in detail.
- Add i18n feature, global configurations and improve error messages (pull request #397)
- Add `number` and `bigint` to `PicklistOptions` type (issue #378)
- Fix missing export of `forwardAsync` method (issue #412)

## v0.27.1 (January 28, 2023)
## v0.27.1 (January 28, 2024)

- Fix missing file extension for Deno (pull request #387)

## v0.27.0 (January 24, 2023)
## v0.27.0 (January 24, 2024)

- Remove `NonNullable`, `NonNullish` and `NonOptional` type
- Add `NonNullableInput`, `NonNullableOutput`, `NonNullishInput`, `NonNullishOutput`, `NonOptionalInput` and `NonOptionalOutput` type
- Improve type signature of `omit`, `omitAsync`, `pick` and `pickAsync` schema to also allow read-only object keys (issue #380)
- Fix type of `pipe` argument at `intersect` and `intersectAsync` schema

## v0.26.0 (January 16, 2023)
## v0.26.0 (January 16, 2024)

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

0 comments on commit 4735f78

Please sign in to comment.