Skip to content

Commit

Permalink
Update changelog of library
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Feb 17, 2025
1 parent f58c795 commit 339a8c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ All notable changes to the library will be documented in this file.
- Add `args` and `returns` action to transform functions (issue #243)
- Add `rfcEmail` action to validate RFC 5322 email addresses (pull request #912)
- Add `gtValue` and `ltValue` action for greater than and less than validation (pull request #978, #985)
- Add `values` and `notValues` action to validate values (pull request #919)
- Add `values` and `notValues` action for easier multi-value validation (pull request #919)
- Add `slug` action to validate URL slugs (pull request #910)
- Add `entriesFromObjects` util to improve tree shaking (issue #1023)
- Add `entriesFromObjects` util to improve tree shaking (pull request #1023)
- Add new overload signature to `pipe` and `pipeAync` method to support unlimited pipe items of same input and output type (issue #852)
- Add `@__NO_SIDE_EFFECTS__` notation to improve tree shaking (pull request #995)
- Add `exactOptional` and `exactOptionalAsync` schema (PR #1013)
Expand Down

0 comments on commit 339a8c0

Please sign in to comment.