Skip to content

Releases: antfroger/go-dynamic-questionnaire

v0.2

30 Jul 19:32
Compare
Choose a tag to compare

Make dependencies explicit

Full Changelog: v0.1...v0.2

v0.1

25 Jul 19:16
Compare
Choose a tag to compare

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