## 1.2.0

* Introduces a new option, `noDuplicateMembers`, and a stricter default
  behavior: repeated properties, which are ambiguous in JSON, are now forbidden
  by default with geojsonhint.

## 1.1.0

* Adds purely object-based api, accessible via `require('geojsonhint/object')`.
  This is useful for performance-intensive browser libraries.
* Boosts code coverage testing to 100%

## 1.0.0

* Declares the public API
* This adds compatibility with objects as well as strings, and adds
  a benchmark to confirm that it's faster.
* Adds a .npmignore so that `npm install geojson` is significantly
  more efficient - excludes 496kb of testing fixtures
* Adds JSDoc comment to the source

## 0.3.4

* Tolerates `id` properties as numbers as well as strings, to match
  the actual specification.

## 0.3.3

* Enforces the type of the Feature.id property

## 0.3.2

* Detects & reports incorrectly nested LinearRing arrays

## 0.3.0

* Now uses `tap` for tests
* Modernized binary supports streams

## 0.2.0

* JSON parse errors are now parsed and output as objects rather than raw
  errors with strings.
* Stricter checking of LinearRing and Line coordinate length.
