Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ordering languages and version bump #47

Merged
merged 2 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 8 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,64 +1,48 @@
# MapTiler Client Changelog

## 2.1.0

## 2.2.0
### New Features
- Exposing ISO languages and non-ISO language separately
### Others
- fixing typos
- languages are now ordered alphabetically

- Added `continental_marine` and `major_landform` to geocoding type

## 2.1.0
### New Features
- Added `continental_marine` and `major_landform` to geocoding type
### Bug Fixes

- Fixed Czech language geocoding flag

### Others

- Languages are now listed in the Client library
- Improved geocoding types and limit documentation

## 2.0.0

### New Features

- Added `matching_text` and `matching_place_name` properties to geocoding feature response
- Added `road` to geocoding `types`

### Bug Fixes

### Others

- Languages are now listed in the Client library

## 1.8.1

### Bug Fixes

- The QuickLRU dependency is not CJS compatible to it is now fully bundled into the CJS bundle

### Others

- Moved somes wrongly positioned deps into devDep

## 1.8.0

### New Features

- Rework of the elevation API to be improve developper experience (new module `elevation`)
- Expoing some geo math with the new `math` module
- synchronized geocoding types with current geocoding API
- added `excludeTypes` option to geocoding API

## 1.7.0

### New Features

- DEM elevation API (https://github.com/maptiler/maptiler-client-js/pull/24)

### Bug Fixes

- `geocoding.byId` can now be used with the apiKey (https://github.com/maptiler/maptiler-client-js/pull/27)
- the Typescript types are now properly exported (https://github.com/maptiler/maptiler-client-js/pull/25)

### Others

- the Typescript `moduleResolution` is now `"Bundler"` (used to be `"Node"`) (https://github.com/maptiler/maptiler-client-js/pull/28)
- updated some dev-dependencies (https://github.com/maptiler/maptiler-client-js/pull/28)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maptiler/client",
"version": "2.1.0",
"version": "2.2.0",
"description": "Javascript & Typescript wrapper to MapTiler Cloud API",
"module": "dist/maptiler-client.mjs",
"types": "dist/maptiler-client.d.ts",
Expand Down
Loading
Loading