Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 939 Bytes

CHANGELOG.md

File metadata and controls

27 lines (18 loc) · 939 Bytes

Changelog

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 to geom would crash since FeatureCollections don't have a geometry property.
  • Renamed package
  • Fixed name of package shown in --version output
  • Added install instructions to README

Initial release.