Conversation
This `help` text is a new feature added via PocketBase v0.37.0 and allows you to add a description to every field of a collection. This commit now adds support for this field and automatically adds this text as property description to the generated TypeScript types. We also generate descriptions for default fields like the collectionId and collectionName, as well as autodate which don't allow for custom help texts via the PocketBase UI.
## [3.1.0-next.1](v3.0.2...v3.1.0-next.1) (2026-04-19) ### 🚀 Features * **schema:** extract help text and use it as property description ([a8ebe2b](a8ebe2b)) ### 🧪 Tests * **schema:** add test cases for help text / property description ([2ce81a0](2ce81a0)) * **schema:** update tests to handle added properties to schema entry ([691d6a8](691d6a8)) ### 🏗 Dependency updates * **deps:** update dependencies ([6ee22d9](6ee22d9))
## [3.1.0-next.2](v3.1.0-next.1...v3.1.0-next.2) (2026-04-24) ### 🏗 Dependency updates * **deps:** update dependencies ([c646b8e](c646b8e))
Owner
Author
|
🎉 This PR is included in version 3.1.0-next.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Owner
Author
|
🎉 This PR is included in version 3.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Planned release date
April 25th, 2026
Issues
Changes
Features ✨
helptext field descriptionsFixes 🩹
Internals 🛠️
Includes