Skip to content

Commit 63dfa76

Browse files
committed
Bump version of library to 1.1.0
1 parent aabeda9 commit 63dfa76

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

library/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

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

5-
## vX.X.X (Month DD, YYYY)
5+
## v1.1.0 (May 06, 2025)
66

77
- Add `message` method to overwrite local error message configuration of a schema (pull request #1103)
88
- Add `summarize` method to summarize issues into a pretty-printable multi-line string (pull request #1158)
9+
- Add `getTitle`, `getDescription` and `getMetadata` methods to extract metadata of a schema (pull request #1154)
910
- Add `minEntries` and `maxEntries` validation action to validate number of object entries (pull request #1100)
1011
- Add `entries` and `notEntries` validation action to validate number of object entries (pull request #1156)
11-
- Add support for bigints to `multipleOf` validation action (pull request #1164)
12-
- Add `getTitle`, `getDescription` and `getMetadata` methods to extract metadata of a schema (pull request #1154)
1312
- Add `parseJson` and `stringifyJson` transformation action to parse and stringify JSON (pull request #1137)
1413
- Add `flavor` transformation action to flavor the output type of a schema (pull request #950)
14+
- Add support for bigints to `multipleOf` validation action (pull request #1164)
1515
- Change implementation of `variant` and `variantAsync` schema to improve performance by aborting validation of discriminators early (pull request #1110)
1616
- Change name of `NanoIDAction` and `NanoIDIssue` interface to `NanoIdAction` and `NanoIdIssue` (pull request #1171)
17-
- Fix `MarkOptional` type to fix input and output type of object in edge cases (issue #1176)
17+
- Fix internal `MarkOptional` type to fix input and output type of objects in edge cases (issue #1176)
1818

1919
## v1.0.0 (March 18, 2025)
2020

library/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valibot/valibot",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"exports": "./src/index.ts",
55
"publish": {
66
"include": ["src/**/*.ts", "README.md"],

library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "valibot",
33
"description": "The modular and type safe schema library for validating structural data",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"license": "MIT",
66
"author": "Fabian Hiller",
77
"homepage": "https://valibot.dev",

0 commit comments

Comments
 (0)