Changes
=======

0.8.2 (2014-10-29)
------------------
- Add tiles() function (#38).
- Split antimeridian crossing bounds in tiles() (#40).

0.8.1 (2014-10-22)
------------------
- Emulate JS >>> operator so we get same results as tilebelt (#36).

0.8 (2014-10-22)
----------------
- Streamlining of sequence related options (#35).
- Add customization of output shape ids (#33).

0.7.1 (2014-10-21)
------------------
- Make lng/lat truncation optional and off by default (#29).

0.7 (2014-10-21)
----------------
- Add customization of output shape properties (#30).

0.6.1 (2014-10-13)
------------------
- Guard against lng/lat values off the globe (#27).

0.6 (2014-09-27)
----------------
- Add bounding_tile function and tests (#25).
- Add --bounding-tile option to tiles command.

0.5.1 (2014-09-25)
------------------
- Let mercantile tiles accept point input as well as bbox or GeojSON.

0.5 (2014-09-24)
----------------
- Add mercantile parent and children commands (#17).
- Fix numerical precision bug in roundtripping shapes/tiles (#19).
- Compute bbox if input GeoJSON doesn't provide one (#23).

0.4 (2014-08-21)
----------------
- Add option for RS-deliminted JSON sequences.
- Transparent handling of file, stream, and text input (#11).
- Add buffering option (#13).
- Add --extents option to mercantile shapes (#14, #16).
- Round coordinates to proper precision.

0.3 (2014-08-19)
----------------
- Add mercator output option for shapes (#9).

0.2.1 (2014-08-19)
------------------
- Feature collections as option for shapes command.

0.2 (2014-08-19)
----------------
- Added tile() function (#2).
- Add mercantile script (#3).
- Added shapes command (#6).

0.1 (2014-03-26)
----------------
- Added mercantile.tool script for use with geojsonio-cli.

