Changes in version 0.1 - Added list_sort() - Added list_filter() - Some fixes and improvements in the documentation Changes in version 0.0.2 (2022-04-25) - Added list_bind_all(), providing a short-cut for the pattern l |> list_bind(everything()) |> list_extract(1) - Added list_is_same_class() and list_is_compatible_class() allowing to test whether all elements of a list are the same or potentially compatible classes