Changes in version 0.8.8 - added precision argument to decode() issue 17 Changes in version 0.8.5 (2024-10-22) - removed BH CRAN dependency and added local copy issue 52 Changes in version 0.8.3 (2023-04-02) - updated s3 generic method arguments Changes in version 0.8.2 (2020-12-15) - updated to C++14 due to Boost requirements issue 49 - removed pointless R dependency Changes in version 0.8.1 (2020-11-01) - fixed erroneous console print Changes in version 0.8 - chnaged licence to MIT - fix issue #40 Changes in version 0.7.2 (2018-11-23) - decode() and encode() refactored for speed. Thanks ChrisMuir Changes in version 0.7.1 (2018-08-30) - sf Z and M dimensions correctly handled (ignored) - tbl_df supported in [ Changes in version 0.6.2 (2018-07-27) - encode.data.frame gets byrow argument - polyline_wkt gets std::to_string() around lon/lat to keep precision Changes in version 0.6.1 (2018-05-25) - added sf to suggests Changes in version 0.6.0 (2018-04-26) - Example converting to sfc and sf - as.data.frame.sfencoded() to convert back to data.frame class - decode() - decodes encoded polylines to lat/lon Changes in version 0.4.0 (2018-01-26) - [.sfencoded subset to keep encoded attributes - print.sfencoded to nicely print the encoded columns