Releases: edgarrmondragon/citric
Releases · edgarrmondragon/citric
0.4.1
0.4.0
0.3.0
0.2.0
What's Changed
- feat: Implement
update_responsein client by @edgarrmondragon in #476 - chore: Update bug issue template by @edgarrmondragon in #478
- chore: Release 0.2.0 by @github-actions in #479
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
- docs: Fix repeated
httpsby @edgarrmondragon in #458 - ci: Run tests against LimeSurvey git trunk by @edgarrmondragon in #461
- docs: Add pre-commit CI badge to README by @edgarrmondragon in #466
- docs: Add link to the RC API documentation by @edgarrmondragon in #470
- feat: implement
delete_questionin client by @edgarrmondragon in #214 - chore: Release 0.1.0 by @github-actions in #474
Full Changelog: 0.0.14...0.1.0
0.0.14
What's Changed
- feat: implement
upload_filemethod in client by @edgarrmondragon in #431
Full Changelog: 0.0.13...0.0.14
0.0.13
What's Changed
- chore: Use upstream pre-commit hooks by @edgarrmondragon in #368
- chore: Use docker-compose in gitpod by @edgarrmondragon in #372
- chore: pre-commit autoupdate by @pre-commit-ci in #373
- chore: Configure pre-commit CI by @edgarrmondragon in #379
- test: use Python 3.11a7 in test matrix by @edgarrmondragon in #403
- feat: Clean up top level package import by @edgarrmondragon in #419
- test: Add PyPy 3.9 to test matrix by @edgarrmondragon in #421
- test: Test on latest 5-apache image by @edgarrmondragon in #428
- chore: Update PyPI metadata by @edgarrmondragon in #429
- docs: split README content into multiple pages by @edgarrmondragon in #433
- feat: add
get_uploaded_file_objectsto Client by @edgarrmondragon in #435
New Contributors
- @pre-commit-ci made their first contribution in #373
Full Changelog: 0.0.12...0.0.13
0.0.12
What's Changed
- test: use Python 3.11a6 in test matrix by @edgarrmondragon in #286
- feat: implement
delete_languagein client by @edgarrmondragon in #208
Full Changelog: 0.0.11...0.0.12
0.0.11
What's Changed
- feat: implement
set_group_properties,set_language_properties,set_participant_properties,set_question_properties,set_survey_properties, methods in client by @edgarrmondragon in #296
Full Changelog: 0.0.10...0.0.11
0.0.10
What's Changed
- chore: implement PEP 563 and PEP 585 by @edgarrmondragon in #183
- feat: implement
copy_surveyin client by @edgarrmondragon in #192 - feat: implement
import_groupin client by @edgarrmondragon in #190 - feat: implement
list_groupsin client by @edgarrmondragon in #196 - feat: implement
delete_groupin client by @edgarrmondragon in #194 - test: run integration tests by @edgarrmondragon in #197
- feat: implement
add_languagein client by @edgarrmondragon in #207 - feat: implement
add_surveyin client by @edgarrmondragon in #210 - chore: explicit Python version check by @edgarrmondragon in #212
- fix: address code smells and other issues by @edgarrmondragon in #215
- feat: implement
get_*_propertiesin client by @edgarrmondragon in #231 - feat: implement
get_summaryin client by @edgarrmondragon in #241 - feat: implement
export_timelinein client by @edgarrmondragon in #240
Full Changelog: 0.0.9...0.0.10