# Change Log - **Last updated**: 2026-07-02T14:22:52Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. Only versions published since **2023-01-01** are listed here. Please consult the Git history for older version information. See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. ## [0.4.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/validate@0.4.0/packages/validate) (2026-06-05) #### 🚀 Features - add & rename validators ([f73d36f](https://codeberg.org/thi.ng/umbrella/commit/f73d36f)) - add `isEqual()`, `isMultipleOf()` - add `isInOpenInterval()` - rename `isInRange()` => `isInClosedInterval()` - update `isEqual()` to use [@thi.ng/equiv](https://codeberg.org/thi.ng/umbrella/src/branch/main/packages/equiv), update deps ([89290a9](https://codeberg.org/thi.ng/umbrella/commit/89290a9)) - add `isInteger()` ([3d165a2](https://codeberg.org/thi.ng/umbrella/commit/3d165a2)) #### ♻️ Refactoring - update min/max validator default error messages ([cc4e9ff](https://codeberg.org/thi.ng/umbrella/commit/cc4e9ff)) - update default error messages ([ce9e426](https://codeberg.org/thi.ng/umbrella/commit/ce9e426)) - update `isMinMaxLength()`, add tests ([a77aab5](https://codeberg.org/thi.ng/umbrella/commit/a77aab5)) ## [0.3.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/validate@0.3.0/packages/validate) (2026-05-01) #### 🚀 Features - add/update validators & tests ([613d332](https://codeberg.org/thi.ng/umbrella/commit/613d332)) - add `isFunction()` - add `ALWAYS`/`NEVER` - add `hasRequiredPatternKeys()` - add `hasPatternKeysOf()` ## [0.2.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/validate@0.2.0/packages/validate) (2026-04-29) #### 🚀 Features - add/update validators, combinators, tests, docs ([d8ab5e1](https://codeberg.org/thi.ng/umbrella/commit/d8ab5e1)) ## [0.1.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/validate@0.1.0/packages/validate) (2026-04-26) #### 🚀 Features - import as new pkg ([9cc9657](https://codeberg.org/thi.ng/umbrella/commit/9cc9657))