Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Releases: whosonfirst/go-whosonfirst-sqlite-index

4.0.0

01 Dec 19:51
c0bb704
Compare
Choose a tag to compare
  • Update to use aaronland/go-sqlite/v2
  • Update to use aaronland/go-sqlite-modernc

3.0.0

05 May 17:39
Compare
Choose a tag to compare
  • Remove the use whosonfirst/go-whosonfirst-log
  • Add proper Go documentation and tests
  • Update vendor deps

2.0.1

25 Apr 22:56
Compare
Choose a tag to compare
  • Update vendor deps

2.0.0

07 Oct 17:19
Compare
Choose a tag to compare
  • Update SQLiteIndexerLoadRecordFunc signature to reflect whosonfirst/go-whosonfirst-iterate/v2

1.1.2

07 Oct 17:14
Compare
Choose a tag to compare
  • Update to use whosonfirst/go-whosonfirst-iterate/v2
  • Update vendor deps

1.1.1

29 Sep 18:41
Compare
Choose a tag to compare
  • Update vendor deps

1.1.0

11 Aug 18:00
Compare
Choose a tag to compare
  • Update to use aaronland/go-sqlite
  • Update vendor deps

1.0.1

03 Jun 22:17
Compare
Choose a tag to compare
  • Update vendor deps

1.0.0

18 Feb 19:44
Compare
Choose a tag to compare
  • Update to use whosonfirst/go-whosonfirst-iterate package for interating records.
  • This release is backwards incompatible: go-whosonfirst-iterate/emitter callback functions require io.ReadSeeker instead of io.Reader.

0.2.0

19 Mar 20:46
Compare
Choose a tag to compare
  • Add index.SQLiteIndexerOptions as required parameter for index.NewSQLiteIndexer. Previous mixed parameters are now encapsulated by index.SQLiteIndexerOptions.
  • Replace index.SQLiteIndexerFunc with index.SQLiteIndexerLoadRecordFunc.
  • Add optional index.SQLiteIndexerPostIndexFunc.