Skip to content

Commit

Permalink
Add tree shaking comment to gtValue and improve tests slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Feb 16, 2025
1 parent bf6f69f commit c227926
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 80 deletions.
1 change: 1 addition & 0 deletions library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All notable changes to the library will be documented in this file.
- Add `words`, `maxWords`, `minWords` and `notWords` action
- Add `args` and `returns` action to transform functions (issue #243)
- Add `rfcEmail` action to validate RFC 5322 email addresses (pull request #912)
- Add `gtValue` action for greater than validation (pull request #978)
- 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
Loading

0 comments on commit c227926

Please sign in to comment.