Releases: whosonfirst/go-whosonfirst-iterate
Releases · whosonfirst/go-whosonfirst-iterate
2.0.2
- Update vendor deps
2.0.1
- Update to use
aaronland/go-json-query
v0.1.1
2.0.0
Version 2.x.y of this package was released to address a problem with the way version 1.x was passing path names (or URIs) for files being processed: Namely it wasn't thread-safe so it was possible to derive a path (from a context) that was associated with another file. Version 2.x changes the interface for local callback to include the string path (or URI) for the file being processed.
- Change the signature for
emitter.EmitterCallbackFunc
to include the string path (or URI) of the file being processed. - Remove
emitter.ContextForPath
- Remove
emitter.AssignPathContext
- Remove
emitter.PathForContext
1.2.0
- Add
null://
emitter.
1.1.2
- Update vendor deps
1.1.1
- Bug fix: don't skip entire feature collection if one feature fails filter tests (in
emitter/featurecollection.go
)
1.1.0
- Add options
?_exclude=
parameter for filtering paths.
1.0.1
- Update to use
whosonfirst/go-ioutil
- Flag local
ioutil
package as deprecated
1.0.0
- Initial release.