Skip to content

Releases: liquid-labs/question-and-answer

v1.0.0-alpha.20

02 May 17:24
Compare
Choose a tag to compare
v1.0.0-alpha.20 Pre-release
Pre-release

What's Changed

  • Support default value of literal 'true'/'false' where paramType='boolean' by @zanerock in #93

Full Changelog: v1.0.0-alpha.19...v1.0.0-alpha.20

v1.0.0-alpha.19

28 Mar 17:30
Compare
Choose a tag to compare
v1.0.0-alpha.19 Pre-release
Pre-release

What's Changed

  • Show default value (rather than selection index) for option select by @zanerock in #86
  • Fix regex handling of undefined and support user supplid error message by @zanerock in #89

Full Changelog: v1.0.0-alpha.17...v1.0.0-alpha.19

v1.0.0-alpha.17

28 Mar 00:16
Compare
Choose a tag to compare
v1.0.0-alpha.17 Pre-release
Pre-release

What's Changed

  • Accept magic-print like printer for output formatting by @zanerock in #83
  • Accept magic-print like printer for output formatting by @zanerock in #84

Full Changelog: v1.0.0-alpha.16...v1.0.0-alpha.17

v1.0.0-alpha.16

23 Feb 19:43
Compare
Choose a tag to compare
v1.0.0-alpha.16 Pre-release
Pre-release

What's Changed

  • Rename NPM package to root question-and-answer by @zanerock in #81

Full Changelog: v1.0.0-alpha.15...v1.0.0-alpha.16

v1.0.0-alpha.15

08 Dec 18:04
Compare
Choose a tag to compare
v1.0.0-alpha.15 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-alpha.14...v1.0.0-alpha.15

v1.0.0-alpha.14

14 Nov 01:25
Compare
Choose a tag to compare
v1.0.0-alpha.14 Pre-release
Pre-release

What's Changed

  • Test and fix non-acceptance of negative integers by @zanerock in #66

Full Changelog: v1.0.0-alpha.13...v1.0.0-alpha.14

v1.0.0-alpha.13

12 Nov 20:30
Compare
Choose a tag to compare
v1.0.0-alpha.13 Pre-release
Pre-release

What's Changed

  • Fix initial parameters not being converted based on paramType by @zanerock in #64

Full Changelog: v1.0.0-alpha.12...v1.0.0-alpha.13

v1.0.0-alpha.12

15 Aug 15:31
Compare
Choose a tag to compare
v1.0.0-alpha.12 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-alpha.11...v1.0.0-alpha.12

v1.0.0-alpha.11

26 May 17:56
Compare
Choose a tag to compare
v1.0.0-alpha.11 Pre-release
Pre-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