idaifieldR 0.2.3
idaifieldR 0.2.3 2023-03-16
- add language management for multi-language input fields when project has more than one project language
- add language list lookup preparation (
get_language_lookup()
) for custom config fields - add
download_language_list()
to get current translations from GitHub - add ping-checks for all database-related functions to supply custom error messages
get_idaifield_docs()
will now remove the Configuration as a doc and attach it as attribute to all custom classes, thussimplify_idaifield()
will use the config-attribute directly and works without a connection.simplify_idaifield()
now allows to keep checkbox-fields etc. as-is- change
idf_query()
andidf_index_query()
to return docs instead of simplified list to allow choice - all
idaifield_...
-lists are now named (with the identifier of each resource) - new demodata for future use (
data("idaifieldr_demodata")
) - rewritten vignettes and generally updated documentation
- Notice: The changes may have created problems for iDAI.field 2, and I did not test using the package with iDAI.field 2, as I assume it is not used anymore.
get_idaifield_docs()
should still work.
What's Changed
Full Changelog: v0.2.2...v0.2.3