Major redesign
- rewrites all logic to use DataView objects (available in node and the browser) instead of node buffers.
- Avoid all node specific APIs in the library and its dependencies, this includes changing to use but-unzip for unzipping stuff.
- no more poly filling for older browsers, this means we've gone from 234K MINIFIED to 226K UNMINIFIED (97k minified).
- Adds new API to pass an object containing
shp
and optionaldbf
,prj
andcpg
properties, allowing you to easily shapefile where the pieces were given to you individually, (it's the same, function, just accepts an object now). - updates to the readme.