You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library/CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,19 @@
2
2
3
3
All notable changes to the library will be documented in this file.
4
4
5
-
## vX.X.X (Month DD, YYYY)
5
+
## v1.1.0 (May 06, 2025)
6
6
7
7
- Add `message` method to overwrite local error message configuration of a schema (pull request #1103)
8
8
- 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)
9
10
- Add `minEntries` and `maxEntries` validation action to validate number of object entries (pull request #1100)
10
11
- 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)
13
12
- Add `parseJson` and `stringifyJson` transformation action to parse and stringify JSON (pull request #1137)
14
13
- 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)
15
15
- Change implementation of `variant` and `variantAsync` schema to improve performance by aborting validation of discriminators early (pull request #1110)
16
16
- 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)
0 commit comments