Skip to content

v0.2.0 – Scaffolding

Compare
Choose a tag to compare
@bartholomej bartholomej released this 24 Apr 12:14
· 56 commits to master since this release
v0.2.0
178f1b3

Refactored all imports/exports + scaffolding

Breaking changes
Now you have to make your own instance

import { GeoSearch } from '@coex/geosearch';

const geoSearch = new GeoSearch();

geoSearch
  .suggest('Springfield', {
    scope: 'muni'
  })