Skip to content

v1.0.0-alpha.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@zanerock zanerock released this 26 May 17:56
· 178 commits to main since this release

What's Changed

  • Add tests for local mappings and conditional questions by @zanerock in #2
  • Refactor Questioner for usability by @zanerock in #4
  • Refactor QnA output to make results processing easier. by @zanerock in #8
  • Add test for 'cookie' parameters by @zanerock in #10
  • Support complex 'source' evaluations by @zanerock in #12
  • Support and display default and boolean options by @zanerock in #14
  • Skip questions with defined parameters by default by @zanerock in #16
  • Set the interrogation bundle in the constructor by @zanerock in #18
  • Support terminal text in question prompts by @zanerock in #19
  • Questioner resolves after first answer even if invalid by @zanerock in #22
  • Fix erroneously accepting blank answers by @zanerock in #23
  • Support 'elseValue' and 'elseSource' question parameters by @zanerock in #25
  • Mappings without parameter causing null pointer exception by @zanerock in #29
  • Note the wether questions were answered, or why they were skipped ('disposition') by @zanerock in #31
  • Recognize optional requirements in answers and mappings and bail out if violated by @zanerock in #33
  • Remove debug by @zanerock in #35
  • Preserve original string answer as 'rawAnswer' by @zanerock in #37
  • Gettin the eval parameters (internal) is modifying initial parameters by @zanerock in #41
  • Wrap the question text by @zanerock in #42
  • Usability / UI tweaks: add spacing between questions and highlight verification falirues by @zanerock in #44
  • Update to use new 'catalyst-scripts-node-project' by @zanerock in #46
  • Refactor 'questions' and 'mappings' into combined 'actions' by @zanerock in #49
  • Update examples by @zanerock in #51
  • Add 'statement' action by @zanerock in #52
  • Update catalyst-script-node-project and Makefile; fixes erroneous second test pass bug by @zanerock in #54
  • Add 'review' action by @zanerock in #55
  • Update catalyst-scripts-node-project by @zanerock in #57
  • Implement multiple-choice questions by @zanerock in #59
  • Implement multi-valued question by @zanerock in #60

New Contributors

Full Changelog: https://github.com/liquid-labs/question-and-answer/commits/v1.0.0-alpha.11