Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Intevel committed Dec 13, 2024
1 parent 1cabe6c commit 3617851
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
## v0.0.8

### 🚀 Enhancements

- Support non-async schemas ([4487de9](https://github.com/Intevel/h3-valibot/commit/4487de9))
- Safe parsers ([908f994](https://github.com/Intevel/h3-valibot/commit/908f994))
- Various AsString utilities ([58727f5](https://github.com/Intevel/h3-valibot/commit/58727f5))
- Init vitest ([f68a0e5](https://github.com/Intevel/h3-valibot/commit/f68a0e5))
- Query validation vitest ([f7421cd](https://github.com/Intevel/h3-valibot/commit/f7421cd))
- Body validation vitest ([634f813](https://github.com/Intevel/h3-valibot/commit/634f813))
- Params validation vitest ([6a92a75](https://github.com/Intevel/h3-valibot/commit/6a92a75))
- Add config to parsers ([f8ec907](https://github.com/Intevel/h3-valibot/commit/f8ec907))
- Use builtin actions to validate int and num ([0c7a488](https://github.com/Intevel/h3-valibot/commit/0c7a488))
- Export VSchema type ([80a2ee8](https://github.com/Intevel/h3-valibot/commit/80a2ee8))
- **vh:** uuid util ([71a90b0](https://github.com/Intevel/h3-valibot/commit/71a90b0))
- Nuxt module ([97b209f](https://github.com/Intevel/h3-valibot/commit/97b209f))
- Auto-import v and vh in vue ([c455488](https://github.com/Intevel/h3-valibot/commit/c455488))

### 🩹 Fixes

- Update parsers ([2eeaca9](https://github.com/Intevel/h3-valibot/commit/2eeaca9))
- checkboxAsString ([f1b6967](https://github.com/Intevel/h3-valibot/commit/f1b6967))
- Don't try-catch safeParsers ([c35e99e](https://github.com/Intevel/h3-valibot/commit/c35e99e))
- Utils treeshaking ([8560e8f](https://github.com/Intevel/h3-valibot/commit/8560e8f))
- Mark valibot as external ([73ab1fa](https://github.com/Intevel/h3-valibot/commit/73ab1fa))
- Valibot import ([98f26d9](https://github.com/Intevel/h3-valibot/commit/98f26d9))
- **Nuxt:** Imports ([65043b4](https://github.com/Intevel/h3-valibot/commit/65043b4))

### 💅 Refactors

- Use pnpm, @antfu/eslint-config and update deps ([6ff6052](https://github.com/Intevel/h3-valibot/commit/6ff6052))

### 📖 Documentation

- Fix jsdocs safeParsers ([1f41640](https://github.com/Intevel/h3-valibot/commit/1f41640))
- Update readme ([07a1bbd](https://github.com/Intevel/h3-valibot/commit/07a1bbd))
- Update readme ([0d4d769](https://github.com/Intevel/h3-valibot/commit/0d4d769))

### 🏡 Chore

- Update deps in package.json ([fc04203](https://github.com/Intevel/h3-valibot/commit/fc04203))
- Update playground ([1bfa47b](https://github.com/Intevel/h3-valibot/commit/1bfa47b))
- Remove playground ([fe49f94](https://github.com/Intevel/h3-valibot/commit/fe49f94))
- Update ci action ([2eab075](https://github.com/Intevel/h3-valibot/commit/2eab075))
- Remove legacy nuxt eslint config ([d8bcf6f](https://github.com/Intevel/h3-valibot/commit/d8bcf6f))
- Update tsconfig ([e4622d5](https://github.com/Intevel/h3-valibot/commit/e4622d5))
- Update test utils ([336fd63](https://github.com/Intevel/h3-valibot/commit/336fd63))
- Update valibot ([3defbdc](https://github.com/Intevel/h3-valibot/commit/3defbdc))

### ❤️ Contributors

- Sandros94 ([@sandros94](http://github.com/sandros94))
- Kilisei <seitzkili+Github@gmail.com>

## v0.0.6

Expand Down

0 comments on commit 3617851

Please sign in to comment.