1.4.0 - 2016-12-4
- Replace test tools for Jest
- Added Circle CI testing
- Reduce library size by 430% (350KB to 80KB)
- Update typings to allow
number[]
- Enforcing validation with
validateLngLat
,validateMeters
&validateTile
- Reviewed entire documentation
- Dropped zoom
@param
from functions with only LatLng & Meters.
lngLatToMeters([lng, lat, zoom])
// Changed to
lngLatToMeters([lng, lat])
metersToLngLat([x, y, zoom])
// Changed to
metersToLngLat([x, y])