- Handle duplicate keys in getValue. Thanks to xabbu42 in mapbox#56
- Add support for QNX 7 compiler.
- Limit possibility rare situation where it might be possible to have an overflow or underflow of integers while decoding a vector tile's geometry
- Allow nulls from property parsing
- Several bug fixes around geometry parsing to prevent over allocation of memory.
- Added demo application showing usage of decoder
- Add decoder implementation
- expose a node.js-style
require()so that other projects can dynamically determine the path to the headers, exactly where npm has decided to install them (sensitive to deduping).
#includepaths are now "quoted"package.jsonfor publishing.hppheaders to npm
vector-tileinitial release, which includes enum classes referencing the Mapbox Vector Tile Specification protobuf tags. #2.