Skip to content

Releases: placemark/check-geojson

Fix node build

02 Jul 17:54
Compare
Choose a tag to compare

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

26 Jun 17:26
Compare
Choose a tag to compare

JSON parse issues will not push an issue to the error object, in the form

{
  "code": "invalid_json",
  "line": 3,
}