UNPKG

972 BMarkdownView Raw
1## 1.1.0
2
3* Adds purely object-based api, accessible via `require('geojsonhint/object')`.
4 This is useful for performance-intensive browser libraries.
5* Boosts code coverage testing to 100%
6
7## 1.0.0
8
9* Declares the public API
10* This adds compatibility with objects as well as strings, and adds
11 a benchmark to confirm that it's faster.
12* Adds a .npmignore so that `npm install geojson` is significantly
13 more efficient - excludes 496kb of testing fixtures
14* Adds JSDoc comment to the source
15
16## 0.3.4
17
18* Tolerates `id` properties as numbers as well as strings, to match
19 the actual specification.
20
21## 0.3.3
22
23* Enforces the type of the Feature.id property
24
25## 0.3.2
26
27* Detects & reports incorrectly nested LinearRing arrays
28
29## 0.3.0
30
31* Now uses `tap` for tests
32* Modernized binary supports streams
33
34## 0.2.0
35
36* JSON parse errors are now parsed and output as objects rather than raw
37 errors with strings.
38* Stricter checking of LinearRing and Line coordinate length.