Skip to content

Latest commit

 

History

History
154 lines (90 loc) · 7.71 KB

CHANGELOG.md

File metadata and controls

154 lines (90 loc) · 7.71 KB

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 in package.json (7a6371c1)
Documentation Changes
New Features

1.0.0 (2020-06-21)

New Features
  • validateHash: add geohash validation (0bb5cd47)
Bug Fixes
Refactors
  • break out class into functions (3f662fe0)

0.1.5 (2020-06-11)

Chores
Refactors
Tests

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:
    • [security] bump axios from 0.18.0 to 0.18.1 (c52e02ef)
    • [security] bump axios from 0.18.0 to 0.18.1 (0034907e)
  • rollup: call copy only once during rollup build (4b9db1a6)
Chores

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
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:
    • skip_cleanup during deployment of dev branch (43a3cc40)
    • remove only on master for travis (22bffc56)

0.0.1 (2017-10-01)

New Features
  • implement distance function for two coordinates (1e53f891)
  • implement geohash function (88540d25)