Skip to content

Releases: placemark/check-geojson

Produce an error when given a non-string argument

18 Feb 14:08
5701f8f
Compare
Choose a tag to compare
  • Add test for new error state 1bb37f0
  • Update readme, warn if provided non-string #17. (#33) 3021c2d

v0.1.13...v0.1.14

Tests, build system, and repo field

18 Feb 02:08
fd7dbc1
Compare
Choose a tag to compare

v0.1.12...v0.1.13

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,
}