README.md
Package detail
geokit
An assortment of geolocation related tools, all packaged in one easy to use kit.
readme
changelog
1.1.0 (2020-06-22)
New Features
- validateCoordinates: add function to validate
LatLngLiteral
(43039bfb)
Bug Fixes
- hash: rewrite
hash
function to address coordinates of 0, 0 (52ab31ad)
1.0.1 (2020-06-21)
Build System / Dependencies
- change firebase hosting project (ef615a7f)
Chores
- update
homepage
inpackage.json
(7a6371c1)
Documentation Changes
- update docs for functions (a1a4a243)
New Features
- add issue template (58097c96)
1.0.0 (2020-06-21)
New Features
- validateHash: add geohash validation (0bb5cd47)
Bug Fixes
- fix docs build and deploy (97b77f14)
Refactors
- break out class into functions (3f662fe0)
0.1.5 (2020-06-11)
Chores
- update mocha options (b25ecc3d)
- update dependencies (a0a2f55c)
- move ci to GitHub Actions (726bc2ab)
- update dependencies (20c21839)
Refactors
- update and fix build (4a8d63c0)
Tests
- add linting (b8b92263)
0.1.4 (2019-06-17)
Build System / Dependencies
- 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)
Chores
- update dependencies (892c678e)
0.1.3 (2018-08-11)
Build System / Dependencies
- rollup: copy interfaces into dist during build (7364c28b)
- coveralls: add coveralls to travis build process (e2f932f1)
Chores
0.1.2 (2018-07-23)
Build System / Dependencies
- change build process to rollup (42322971)
0.1.1 (2018-06-02)
Bug Fixes
- distance: set default unit so doesn't fail (0001a29e)
0.1.0 (2018-06-02)
Chores
- update dependencies (af42f559)
New Features
- decodeHash: add functionality to decode a geohash (5922a2f0)
0.0.3 (2018-03-24)
Refactors
- split out validators and make functions static (9e7cc083)
0.0.2 (2018-03-08)
Build System / Dependencies
- test: run tests on travis (ac89f635)
- dev: deploy dev branch with dev tag to npm (c65e1617)
- docs: add doc generation to build process (39dfebd4)
Chores
- release: patch version release (6ed348cd)
New Features
- geokit: add validation to user inputted coordinates and tests (250cda07)
- implement distance function for two coordinates (1e53f891)
- implement geohash function (88540d25)
Bug Fixes
- travis: