- The behavior and response of
anylist.get_items
has been reverted where it only returns theitems
field which contains unchecked items. - A new service
anylist.get_all_items
has been added check where it returns theuncheckedItems
field which contains unchecked items and also thecheckedItems
field which contains checked / completed items.