Skip to content

Releases: TREATI/COFFEE

1.0.9

11 Jul 18:05
Compare
Choose a tag to compare

Now, submissionDate attribute in submission is modifiable and the placeholder text for NumberItems has been adjusted.

1.0.8

25 May 15:47
Compare
Choose a tag to compare

Attaching identifiers to submissions (e.g. to link a submission to a certain user) has been made more convenient with the new identifier property.

1.0.7

23 May 21:05
Compare
Choose a tag to compare
  • Internal improvements: Refactoring of the entire model, particularly designing the SurveyItem / ItemResponse relationship more object-oriented
  • Improved in-line documentation (Xcode provides additional information to initializers and function when pressing option while clicking on the function's name
  • Bug fix: Now using to TextItem items subsequently should not cause any issues anymore
  • Small improvement: The description attribute for SurveyItems is now optional. In case you don't have an additional description to a question, leave away the description item in the initializer or set it to nil (new default value). Avoid setting the description to "" as this reportedly caused visual glitches.

1.0.6

08 May 02:38
Compare
Choose a tag to compare
Make view model injectable

1.0.5

08 May 02:37
Compare
Choose a tag to compare
Internal view model fix

1.0.4

08 May 02:09
Compare
Choose a tag to compare
Make survey view initializer public

1.0.3

08 May 02:06
Compare
Choose a tag to compare
Make survey item view model public

1.0.2

08 May 02:02
Compare
Choose a tag to compare
Make SurveyView public

1.0.1

08 May 01:57
Compare
Choose a tag to compare
Documentation enhancements

1.0.0

15 Apr 18:42
70299f2
Compare
Choose a tag to compare
Update README.md