Releases: placemark/check-geojson
Releases · placemark/check-geojson
Produce an error when given a non-string argument
Tests, build system, and repo field
Fix node build
The node build for the last release was busted! It was an upstream issue in tsdx, which we've worked around. Also means that node builds are much more modern, so the bundle is smaller. That's it.
Handle JSON parse failures
JSON parse issues will not push an issue to the error object, in the form
{
"code": "invalid_json",
"line": 3,
}