All notable changes to this project will be documented in this file.
Versioning of this project adheres to the Semantic Versioning spec.
- Fixed a bug where an input containing a GeoJSON FeatureCollection that was
all on one line (not pretty-printed) would be treated as an NDJSON input,
causing unexpected results:
feature
would refer to the entire collection rather than to a single element, as expected, and references togeom
would crash since FeatureCollections don't have ageometry
property.
- Renamed package
- Fixed name of package shown in
--version
output - Added install instructions to README
Initial release.