Releases: edgarrmondragon/citric
Releases · edgarrmondragon/citric
0.2.0
What's Changed
- feat: Implement
update_response
in 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
https
by @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_question
in 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_file
method 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_objects
to 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_language
in 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_survey
in client by @edgarrmondragon in #192 - feat: implement
import_group
in client by @edgarrmondragon in #190 - feat: implement
list_groups
in client by @edgarrmondragon in #196 - feat: implement
delete_group
in client by @edgarrmondragon in #194 - test: run integration tests by @edgarrmondragon in #197
- feat: implement
add_language
in client by @edgarrmondragon in #207 - feat: implement
add_survey
in 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_*_properties
in client by @edgarrmondragon in #231 - feat: implement
get_summary
in client by @edgarrmondragon in #241 - feat: implement
export_timeline
in client by @edgarrmondragon in #240
Full Changelog: 0.0.9...0.0.10
0.0.9
0.0.8
What's Changed
- feat: add
import_question
RPC method toClient
in #148 - feat: add
add_group
RPC method toClient
in #148
Full Changelog: 0.0.7...0.0.8
0.0.7
What's Changed
- fix: Remove explicit check for enabled RPC interface in #143
Full Changelog: 0.0.6...0.0.7