Skip to content

Releases: iwpnd/valhalla-ts

v1.0.8

05 May 11:14
Compare
Choose a tag to compare

1.0.8 (2024-05-05)

Other

  • deps-dev: πŸ”§ update (f70034a)
  • deps-dev: πŸ”§ update (dbb4d12)
  • deps-dev: bump semantic-release in the semantic-release group (e45094b)
  • deps: πŸ”— update iwpnd/rip to 1.0.9 (639749e)
  • deps: πŸ”— update iwpnd/rip-ts to v1.1.0 (c206ff4)
  • deps: πŸ”— update rip-ts to 1.0.8 (8a0a98a)

v1.0.7

08 Apr 16:06
Compare
Choose a tag to compare

1.0.7 (2024-04-08)

Other

v1.0.6

28 Mar 08:16
Compare
Choose a tag to compare

1.0.6 (2024-03-28)

Other

  • deps-dev: πŸ”§ update (f209289)
  • deps: πŸ“¦οΈ update (384ce73)
  • deps: πŸ”— update rip-ts (3329b66)

v1.0.5

20 Mar 13:45
Compare
Choose a tag to compare

1.0.5 (2024-03-20)

Other

  • πŸ‘· dependabot add github-actions (b1eac0e)
  • deps-dev: πŸ”§ update (9e77606)
  • deps: πŸ”— update rip (b28bb1e)

v1.0.4

10 Mar 12:08
Compare
Choose a tag to compare

1.0.4 (2024-03-10)

Other

  • πŸ“¦οΈ update typescript (186b849)
  • πŸ”§ release on dep update (5ddc47c)
  • deps-dev: πŸ”§ .editorconfig (06f1d46)
  • deps-dev: πŸ”§ update (191250f)
  • deps-dev: πŸ”§ update (c6fc8b4)
  • deps-dev: πŸ”§ update commitlint & lockfile maintenance (c3527db)
  • deps: πŸ”— update rip (e61d21f)

v1.0.3

21 Feb 09:28
Compare
Choose a tag to compare

1.0.3 (2024-02-21)

Documentation

  • πŸ“šοΈ fix docstrings (32e7655)

v1.0.2

21 Feb 08:40
Compare
Choose a tag to compare

1.0.2 (2024-02-21)

Bug Fixes

  • πŸ› costing models as enum, request use string literal of costing models (a52ef25)

v1.0.1

20 Feb 15:56
Compare
Choose a tag to compare

1.0.1 (2024-02-20)

Other

  • ♻️ rename method mapmatching to traceRoute to stay closer to valhalla (d06206e)
  • deps-dev: πŸ”§ update (c638d1c)
  • deps-dev: πŸ”§ update (0cf90c8)

Documentation

  • πŸ“šοΈ update readme (54563fe)
  • πŸ“šοΈ update readme [skip ci] (b9688ef)
  • update readme, fix port [skip ci] (59ef077)

v1.0.0

13 Feb 17:22
Compare
Choose a tag to compare

valhalla-ts

Easy to use, fully typed http client for valhalla routing service.

Usage

import { Valhalla } from '@iwpnd/valhalla-ts';

const valhalla = new Valhalla('https://localhost:8002');

const route = await valhalla.route({
    locations: [
        { lat: 52.25, lon: 13.37 },
        { lat: 52.25, lon: 13.36 },
    ],
    costing: 'bicycle',
});

1.0.0 (2024-02-13)

Features

  • ✨ add decodePolygon helper (ffcbd6b)
  • ✨ add http client (01ff8ab)
  • ✨ add valhalla client (c2f01a8)
  • ✨ initial commit (3143254)

Bug Fixes

  • πŸ› drop timeout until impl is found (b4bea20)
  • πŸ› generic return type for route (dbd7afa)
  • πŸ› include application/json;charset=utf-8 in isJSON helper (7c38b84)
  • πŸ› integration test and add orginal_index to returned location (fc09542)
  • πŸ› query string (5f89447)

Other

  • ♻️ costing options into their own specific types instead (f351c19)
  • ♻️ separate types into their own files respectively (fc0a697)
  • πŸ‘· add release step (6606565)
  • πŸ‘· add valhalla container for integration tests (1f549d8)
  • πŸ‘· authenticate to ghcr (18a162c)
  • πŸ‘· dont block pipeline (b864db3)
  • πŸ‘· fix authentication to ghcr (ecda7b5)
  • πŸ“¦οΈ drop husky postinstall (32a0c66)
  • πŸ”§ add docker-compose to prep integration tests (accf953)
  • πŸ”§ add polylineToLineString helper (12e4f57)
  • πŸ”§ add test helper, increase coverage (f9b41c6)
  • πŸ”§ add types (50199e2)
  • πŸ”§ consistent coordinate naming (fcbdf0d)
  • πŸ”§ fix type import for fixtures (1184db3)
  • πŸ”§ make test runner verbose (50dfbe2)
  • πŸ”§ migrate husky to v9 (c47dd6f)
  • πŸ”§ move types to separate dir (f3ecbad)
  • πŸ”§ pull rest-client out (dcb461f)
  • πŸ”§ remove undici dep and use rip-ts instead (d961092)
  • πŸ”§ unwrap valhalla response (ca0ec82)
  • πŸ”§ use --testMatch for test runner (effff99)
  • πŸ”§ yarn.lock maintenance (4789387)
  • 🚨 integration optimzedRoute (c3d2dda)
  • 🚨 isochrone client test (17398b2)
  • 🚨 remove redundant generic var (aae193f)
  • 🚨 response (f66e247)
  • 🚨 rest client (dbc82d1)
  • 🚨 start integration testing (7346942)
  • deps-dev: πŸ”§ bump dev dependencies (1f8f850)
  • deps-dev: πŸ”§ update (7cbef33)
  • deps-dev: πŸ”§ update (13ae746)
  • deps-dev: πŸ”§ update (c557367)
  • deps-dev: πŸ”§ update (6b82201)
  • deps-dev: πŸ”§ update (24ba348)
  • deps-dev: bump prettier from 3.2.2 to 3.2.4 (0fbfadb)
  • deps-dev: bump the semantic-release group with 1 update (2a8a198)
  • deps: πŸ”— update (acff421)
  • deps: πŸ”— update (c91eead)
  • deps: πŸ”— update rip-ts (1b4fe06)
  • deps: bump @types/geojson from 7946.0.13 to 7946.0.14 (e58e15b)
  • deps: bump undici from 6.3.0 to 6.4.0 (dc7e100)

Documentation

  • πŸ“šοΈ add readme (ca6d010)