Skip to content

Commit 4681e8c

Browse files
committed
3.0.0
1 parent 2232046 commit 4681e8c

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

CHANGELOG.md

+24-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,32 @@
1+
## 3.0.0 (2024-12-15)
2+
3+
- GitHub Actions: Node.js 20.x ([89bb618](https://github.com/perliedman/leaflet-control-geocoder/commit/89bb618))
4+
- **Migrate from callbacks to async-await** ([6f7ccf5](https://github.com/perliedman/leaflet-control-geocoder/commit/6f7ccf5))
5+
- **Migrate from XMLHttpRequest to fetch API** ([fe751be](https://github.com/perliedman/leaflet-control-geocoder/commit/fe751be))
6+
- **Migrate to URLSearchParams** ([fa13fcb](https://github.com/perliedman/leaflet-control-geocoder/commit/fa13fcb))
7+
- **package: Migrate build to vite** ([0e6ed14](https://github.com/perliedman/leaflet-control-geocoder/commit/0e6ed14))
8+
- **package: build types using tsc** ([2211a73](https://github.com/perliedman/leaflet-control-geocoder/commit/2211a73))
9+
- Add response types to geocoders ([2232046](https://github.com/perliedman/leaflet-control-geocoder/commit/2232046))
10+
- npm i --lockfile-version 3 --frozen-lockfile ([471932c](https://github.com/perliedman/leaflet-control-geocoder/commit/471932c))
11+
- Run Prettier on codebase ([fbcdad6](https://github.com/perliedman/leaflet-control-geocoder/commit/fbcdad6))
12+
- Use a more precise input type (#331) ([44cd093](https://github.com/perliedman/leaflet-control-geocoder/commit/44cd093)), closes [#331](https://github.com/perliedman/leaflet-control-geocoder/issues/331)
13+
- bing: deprecated notice ([ce88eab](https://github.com/perliedman/leaflet-control-geocoder/commit/ce88eab))
14+
- bing: fix serviceUrl ([053e5a2](https://github.com/perliedman/leaflet-control-geocoder/commit/053e5a2))
15+
- bing: replace jsonp with AJAX ([09f6a4e](https://github.com/perliedman/leaflet-control-geocoder/commit/09f6a4e))
16+
- ESLint: prefer-arrow-callback ([b41a7fb](https://github.com/perliedman/leaflet-control-geocoder/commit/b41a7fb))
17+
- build: remove bower.json file ([6259608](https://github.com/perliedman/leaflet-control-geocoder/commit/6259608))
18+
- package: npm audit fix ([5032da9](https://github.com/perliedman/leaflet-control-geocoder/commit/5032da9))
19+
- package: update devDependencies ([dee11f3](https://github.com/perliedman/leaflet-control-geocoder/commit/dee11f3))
20+
- tests: Migrate unit tests to Vitest ([d997740](https://github.com/perliedman/leaflet-control-geocoder/commit/d997740))
21+
- fix: bingMaps uri (#342) ([be056ab](https://github.com/perliedman/leaflet-control-geocoder/commit/be056ab)), closes [#342](https://github.com/perliedman/leaflet-control-geocoder/issues/342)
22+
123
## 2.4.0 (2022-02-06)
224

3-
* export { Geocoder, geocoder, geocoders } ([ec17333](https://github.com/perliedman/leaflet-control-geocoder/commit/ec17333))
25+
- export { Geocoder, geocoder, geocoders } ([ec17333](https://github.com/perliedman/leaflet-control-geocoder/commit/ec17333))
426

527
## 2.3.0 (2021-05-25)
628

7-
* Specify TypeScript declaration file ([1183518](https://github.com/perliedman/leaflet-control-geocoder/commit/1183518))
29+
- Specify TypeScript declaration file ([1183518](https://github.com/perliedman/leaflet-control-geocoder/commit/1183518))
830

931
## 2.2.0 (2021-03-08)
1032

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leaflet-control-geocoder",
3-
"version": "2.4.0",
3+
"version": "3.0.0",
44
"description": "Extendable geocoder with builtin support for OpenStreetMap Nominatim, Bing, Google, Mapbox, MapQuest, What3Words, Photon, Pelias, HERE, Neutrino, Plus codes",
55
"type": "module",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)