html_url,id,author,node_id,tag_name,target_commitish,name,draft,prerelease,created_at,published_at,body,repo,reactions,mentions_count https://github.com/simonw/geojson-to-sqlite/releases/tag/0.1a,23275372,9599,MDc6UmVsZWFzZTIzMjc1Mzcy,0.1a,master,0.1a,0,0,2020-01-31T00:57:53Z,2020-01-31T01:34:54Z,"Initial release, missing some of the features documented in the README.",237321267,, https://github.com/simonw/geojson-to-sqlite/releases/tag/0.1,23278882,9599,MDc6UmVsZWFzZTIzMjc4ODgy,0.1,master,0.1,0,0,2020-01-31T03:08:45Z,2020-01-31T06:37:32Z,First non-alpha release. All documented features are now implemented.,237321267,, https://github.com/simonw/geojson-to-sqlite/releases/tag/0.1.1,23278899,9599,MDc6UmVsZWFzZTIzMjc4ODk5,0.1.1,master,0.1.1,0,0,2020-01-31T06:38:17Z,2020-01-31T06:39:07Z,"Fixed table creation bug with `--spatialite` option, #6",237321267,, https://github.com/simonw/geojson-to-sqlite/releases/tag/0.1.2,23314228,9599,MDc6UmVsZWFzZTIzMzE0MjI4,0.1.2,master,0.1.2,0,0,2020-02-01T22:05:22Z,2020-02-01T22:06:43Z,Upgraded for [sqlite-utils 2.2](https://sqlite-utils.readthedocs.io/en/stable/changelog.html#v2-2).,237321267,, https://github.com/simonw/geojson-to-sqlite/releases/tag/0.2,23576497,9599,MDc6UmVsZWFzZTIzNTc2NDk3,0.2,master,0.2,0,0,2020-02-11T17:07:00Z,2020-02-11T17:08:48Z,"If the GeoJSON features have an `""id""` property it will now be used as the primary key, unless you specify another primary key using `--pk=property` or you disable primary keys entirely (hence using a SQLite `rowid`) with `--pk=''`. Thanks, Chris Amico. #11",237321267,, https://github.com/simonw/geojson-to-sqlite/releases/tag/0.3,43023999,9599,MDc6UmVsZWFzZTQzMDIzOTk5,0.3,main,0.3,0,0,2021-05-17T00:14:20Z,2021-05-17T00:14:27Z,"- New `--nl` option for consuming newline-delimited GeoJSON - thanks, Chris Amico! [#13](https://github.com/simonw/geojson-to-sqlite/issues/13) - New `--spatial-index` option which creates the table using SpatiaLite and adds a spatial index for the geometry column. [#17](https://github.com/simonw/geojson-to-sqlite/issues/17)",237321267,, https://github.com/simonw/geojson-to-sqlite/releases/tag/0.3.1,43310657,9599,MDc6UmVsZWFzZTQzMzEwNjU3,0.3.1,main,0.3.1,0,0,2021-05-20T19:14:38Z,2021-05-20T19:15:44Z,- Fixed bug where the `id` column did not come first in the table schema. [#20](https://github.com/simonw/geojson-to-sqlite/issues/20),237321267,, https://github.com/simonw/geojson-to-sqlite/releases/tag/1.0,60953146,9599,RE_kwDODiU8M84DohI6,1.0,main,1.0,0,0,2022-03-04T02:12:12Z,2022-03-04T02:14:16Z,"- New `--properties` option for writing GeoJSON properties to a JSON column called `properties` - or use `--properties=props` to write to a column called `props`. Thanks, [Chris Amico](https://github.com/eyeseast). [#25](https://github.com/simonw/geojson-to-sqlite/issues/25)",237321267,, https://github.com/simonw/geojson-to-sqlite/releases/tag/1.0.1,64180728,9599,RE_kwDODiU8M84D01H4,1.0.1,main,1.0.1,0,0,2022-04-12T02:17:38Z,2022-04-12T02:19:54Z,- Fixed bug where `--spatialite` option failed with an error if the GeoJSON features being loaded consisted of just a geometry with no properties. [#30](https://github.com/simonw/geojson-to-sqlite/issues/30),237321267,, https://github.com/simonw/geojson-to-sqlite/releases/tag/1.0.1,64180854,9599,RE_kwDODiU8M84D01J2,1.0.1,main,1.0.1,0,0,2022-04-12T02:21:26Z,2022-04-12T02:22:01Z,- Fixed bug where `--spatialite` option failed with an error if the GeoJSON features being loaded consisted of just a geometry with no properties. [#30](https://github.com/simonw/geojson-to-sqlite/issues/30),237321267,, https://github.com/simonw/geojson-to-sqlite/releases/tag/1.1,64323072,9599,RE_kwDODiU8M84D1X4A,1.1,main,1.1,0,0,2022-04-13T04:55:59Z,2022-04-13T05:00:09Z,"- Command can now accept more than one GeoJSON file. The contents of all of the files will be inserted into the same table. [#21](https://github.com/simonw/geojson-to-sqlite/issues/21) - Using the `--spatial-index` option against the same database twice no longer triggers an error. - Now depends on [sqlite-utils 3.23](https://sqlite-utils.datasette.io/en/stable/changelog.html#v3-23) on higher, taking advantage of the SpatiaLite utilities in that library. Thanks, [Chris Amico](https://github.com/eyeseast). [#28](https://github.com/simonw/geojson-to-sqlite/issues/28)",237321267,, https://github.com/simonw/geojson-to-sqlite/releases/tag/1.1.1,64416477,9599,RE_kwDODiU8M84D1urd,1.1.1,main,1.1.1,0,0,2022-04-13T23:37:53Z,2022-04-13T23:39:25Z,"- Fixed a bug where a `_tmp` column remained after importing a geometry with no additional properties. [#30](https://github.com/simonw/geojson-to-sqlite/issues/30) - Added `--version` option to show the current installed version of the tool. [#32](https://github.com/simonw/geojson-to-sqlite/issues/32)",237321267,,