Releases: TREATI/COFFEE
Releases · TREATI/COFFEE
1.0.9
1.0.8
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
- 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 forSurveyItem
s is now optional. In case you don't have an additional description to a question, leave away thedescription
item in the initializer or set it tonil
(new default value). Avoid setting the description to""
as this reportedly caused visual glitches.
1.0.6
Make view model injectable
1.0.5
Internal view model fix
1.0.4
Make survey view initializer public
1.0.3
Make survey item view model public
1.0.2
Make SurveyView public
1.0.1
Documentation enhancements
1.0.0
Update README.md