* Clean up duplicated code for reading tiles from a directory
1.27.2
* Tippecanoe-decode can decode directories of tiles, not just mbtiles * The --allow-existing option works on directories of tiles * Trim .geojson, not just .json, when making layer names from filenames
1.27.1
* Fix a potential null pointer when parsing GeoJSON with bare geometries * Fix a bug that could cause the wrong features to be coalesced when input was parsed in parallel
1.27.0
* Add tippecanoe-json-tool for sorting and joining GeoJSON files * Fix problem where --detect-shared-borders could simplify polygons away * Attach --coalesce-smallest-as-needed leftovers to the last feature, not the first * Fix overflow when iterating through 0-length lists backwards
1.26.7
* Add an option to quiet the progress indicator but not warnings * Enable more compiler warnings and fix related problems
1.26.6
* Be more careful about checking for overflow when parsing numbers