Releases: antfroger/go-dynamic-questionnaire
Releases · antfroger/go-dynamic-questionnaire
v0.2
v0.1
Implementation to create dynamic questionnaires where the questions shown to users depend on their previous answers. Questions can have conditional logic using expressions, and the system supports progress tracking and closing remarks.
Basic Usage
See README.md for a quick start guide.
For more examples and advanced usage, see the examples/ directory.
Thread Safety
All operations are thread-safe. The same questionnaire instance can be used
concurrently by multiple goroutines without any synchronization.
Error Handling
The package provides rich error information through custom error types.
Validation errors include context about what went wrong and suggestions
for fixing the issue.
Full Changelog: https://github.com/antfroger/go-dynamic-questionnaire/commits/v0.1