Changes in version 0.4.5 (2025-11-25) - Checks for missing Z and M values issue 100 Changes in version 0.4.4 (2024-01-17) - bumped {geometries} dependency Changes in version 0.4.3 (2023-06-22) - removed C++ system requirements Changes in version 0.4.2 (2023-03-03) - updated C++ dependencies Changes in version 0.4 - list-column properties are better supported for nested geometries (MULTILINESTRING, POLYGON, MULTIPOLYGON) Changes in version 0.3.1 - z_range and m_range only created if those dimensions exist Changes in version 0.3.0 (2020-10-31) - changed licence to MIT - Faster sf object creation by Linking-To geometries library Changes in version 0.2.2 (2020-05-13) - crs structure matches new sf definition issue49 - sf_to_df() adds sfc_columns attributes to identify which of the columns form the coordinates issue50 - XYM dimensions correctly handled - unlist argument in sf_to_df() to specify columns you want to unlist when converted to data.frame - helper functions with easier syntax - thanks to @mdsumner - list_columns argument in sf_ functions to specify which columns should be filled with all the values in a list Changes in version 0.2.1 (2020-03-19) - sf_remove_holes() removes holes from polygons - calculate_bbox() function for (re) calculating the bounding box of an sfc object - sf_cast() functions for casting between geometry types - optimised converting sfc_POINT-only objects to data.frames - sf_to_df() adds sfc_columns attributes to identify which of the columns form the coordinates Changes in version 0.1 - keep = TRUE argument to keep other data columns when converting to sf - sf_to_df functions for converting sf objects to data.frames - fill = TRUE argument to fill the data.frame columns with data