fabian-hiller/valibot (valibot)
### [`v0.31.0-rc.12`](https://togithub.com/fabian-hiller/valibot/releases/tag/v0.31.0-rc.12)
[Compare Source](https://togithub.com/fabian-hiller/valibot/compare/v0.31.0-rc.11...v0.31.0-rc.12)
To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/
- Add `getDotPath` util and refactor `flatten` method
- Change key and generic of `FlatErrors` type of `flatten` method
### [`v0.31.0-rc.11`](https://togithub.com/fabian-hiller/valibot/releases/tag/v0.31.0-rc.11)
[Compare Source](https://togithub.com/fabian-hiller/valibot/compare/v0.31.0-rc.10...v0.31.0-rc.11)
To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/
- Improve implementation and types of `parser` and `safeParser` method
### [`v0.31.0-rc.10`](https://togithub.com/fabian-hiller/valibot/releases/tag/v0.31.0-rc.10)
[Compare Source](https://togithub.com/fabian-hiller/valibot/compare/v0.31.0-rc.9...v0.31.0-rc.10)
Many thanks to [@IlyaSemenov](https://togithub.com/IlyaSemenov) for contributing to this release.
To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/
- Add `config` method to library to change local configuration of schema (issue [#618](https://togithub.com/fabian-hiller/valibot/issues/618))
### [`v0.31.0-rc.9`](https://togithub.com/fabian-hiller/valibot/releases/tag/v0.31.0-rc.9)
[Compare Source](https://togithub.com/fabian-hiller/valibot/compare/v0.31.0-rc.8...v0.31.0-rc.9)
Many thanks to [@IlyaSemenov](https://togithub.com/IlyaSemenov) for contributing to this release.
To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/
- Add `ContentInput`, `ContentRequirement`, `LengthInput`, `SizeInput` and `ValueInput` type to exports (issue [#614](https://togithub.com/fabian-hiller/valibot/issues/614))
### [`v0.31.0-rc.8`](https://togithub.com/fabian-hiller/valibot/releases/tag/v0.31.0-rc.8)
[Compare Source](https://togithub.com/fabian-hiller/valibot/compare/v0.31.0-rc.7...v0.31.0-rc.8)
Many thanks to [@DylanThomasFr](https://togithub.com/DylanThomasFr) and [@IlyaSemenov](https://togithub.com/IlyaSemenov) for contributing to this release.
To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/
- Add `parser` and `safeParser` method (issue [#504](https://togithub.com/fabian-hiller/valibot/issues/504))
### [`v0.31.0-rc.7`](https://togithub.com/fabian-hiller/valibot/releases/tag/v0.31.0-rc.7)
[Compare Source](https://togithub.com/fabian-hiller/valibot/compare/v0.31.0-rc.6...v0.31.0-rc.7)
Many thanks to [@dusty](https://togithub.com/dusty) for contributing to this release.
To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/
- Fix bug in `forward` method by excluding previous issues from forwarding (issue [#616](https://togithub.com/fabian-hiller/valibot/issues/616))
Configuration
š Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
š¦ Automerge: Enabled.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
0.31.0-rc.6
->0.31.0-rc.12
Release Notes
fabian-hiller/valibot (valibot)
### [`v0.31.0-rc.12`](https://togithub.com/fabian-hiller/valibot/releases/tag/v0.31.0-rc.12) [Compare Source](https://togithub.com/fabian-hiller/valibot/compare/v0.31.0-rc.11...v0.31.0-rc.12) To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/ - Add `getDotPath` util and refactor `flatten` method - Change key and generic of `FlatErrors` type of `flatten` method ### [`v0.31.0-rc.11`](https://togithub.com/fabian-hiller/valibot/releases/tag/v0.31.0-rc.11) [Compare Source](https://togithub.com/fabian-hiller/valibot/compare/v0.31.0-rc.10...v0.31.0-rc.11) To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/ - Improve implementation and types of `parser` and `safeParser` method ### [`v0.31.0-rc.10`](https://togithub.com/fabian-hiller/valibot/releases/tag/v0.31.0-rc.10) [Compare Source](https://togithub.com/fabian-hiller/valibot/compare/v0.31.0-rc.9...v0.31.0-rc.10) Many thanks to [@IlyaSemenov](https://togithub.com/IlyaSemenov) for contributing to this release. To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/ - Add `config` method to library to change local configuration of schema (issue [#618](https://togithub.com/fabian-hiller/valibot/issues/618)) ### [`v0.31.0-rc.9`](https://togithub.com/fabian-hiller/valibot/releases/tag/v0.31.0-rc.9) [Compare Source](https://togithub.com/fabian-hiller/valibot/compare/v0.31.0-rc.8...v0.31.0-rc.9) Many thanks to [@IlyaSemenov](https://togithub.com/IlyaSemenov) for contributing to this release. To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/ - Add `ContentInput`, `ContentRequirement`, `LengthInput`, `SizeInput` and `ValueInput` type to exports (issue [#614](https://togithub.com/fabian-hiller/valibot/issues/614)) ### [`v0.31.0-rc.8`](https://togithub.com/fabian-hiller/valibot/releases/tag/v0.31.0-rc.8) [Compare Source](https://togithub.com/fabian-hiller/valibot/compare/v0.31.0-rc.7...v0.31.0-rc.8) Many thanks to [@DylanThomasFr](https://togithub.com/DylanThomasFr) and [@IlyaSemenov](https://togithub.com/IlyaSemenov) for contributing to this release. To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/ - Add `parser` and `safeParser` method (issue [#504](https://togithub.com/fabian-hiller/valibot/issues/504)) ### [`v0.31.0-rc.7`](https://togithub.com/fabian-hiller/valibot/releases/tag/v0.31.0-rc.7) [Compare Source](https://togithub.com/fabian-hiller/valibot/compare/v0.31.0-rc.6...v0.31.0-rc.7) Many thanks to [@dusty](https://togithub.com/dusty) for contributing to this release. To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/ - Fix bug in `forward` method by excluding previous issues from forwarding (issue [#616](https://togithub.com/fabian-hiller/valibot/issues/616))Configuration
š Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
š¦ Automerge: Enabled.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.