- validateCoordinates: add function to validate
LatLngLiteral
(43039bfb)
- hash: rewrite
hash
function to address coordinates of 0, 0 (52ab31ad)
- change firebase hosting project (ef615a7f)
- update
homepage
inpackage.json
(7a6371c1)
- update docs for functions (a1a4a243)
- add issue template (58097c96)
- validateHash: add geohash validation (0bb5cd47)
- fix docs build and deploy (97b77f14)
- break out class into functions (3f662fe0)
- update mocha options (b25ecc3d)
- update dependencies (a0a2f55c)
- move ci to GitHub Actions (726bc2ab)
- update dependencies (20c21839)
- update and fix build (4a8d63c0)
- add linting (b8b92263)
- deps-dev:
- bump firebase-tools from 5.0.1 to 6.11.0 (c773ba86)
- bump firebase-tools from 5.0.1 to 6.11.0 (2e1fbd21)
- bump rollup-plugin-commonjs from 9.2.0 to 9.3.4 (f157d89b)
- bump @types/mocha from 5.2.5 to 5.2.7 (cf81bb70)
- bump rollup-plugin-uglify from 6.0.0 to 6.0.2 (a94fcaf5)
- bump rollup-plugin-commonjs from 9.2.0 to 9.3.4 (7d865520)
- bump rollup-plugin-uglify from 6.0.0 to 6.0.2 (80a7392b)
- bump @types/mocha from 5.2.5 to 5.2.7 (a35476bc)
- bump mocha from 5.2.0 to 6.1.4 (33ad2fea)
- bump mocha from 5.2.0 to 6.1.4 (25321c20)
- deps:
- rollup: call copy only once during rollup build (4b9db1a6)
- update dependencies (892c678e)
- rollup: copy interfaces into dist during build (7364c28b)
- coveralls: add coveralls to travis build process (e2f932f1)
- change build process to rollup (42322971)
- distance: set default unit so doesn't fail (0001a29e)
- update dependencies (af42f559)
- decodeHash: add functionality to decode a geohash (5922a2f0)
- split out validators and make functions static (9e7cc083)
- test: run tests on travis (ac89f635)
- dev: deploy dev branch with dev tag to npm (c65e1617)
- docs: add doc generation to build process (39dfebd4)
- release: patch version release (6ed348cd)
- geokit: add validation to user inputted coordinates and tests (250cda07)
- implement distance function for two coordinates (1e53f891)
- implement geohash function (88540d25)
- travis: