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

Revamp waypoint types #388

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Revamp waypoint types #388

wants to merge 8 commits into from

Commits on Dec 16, 2019

  1. Revamped waypoint types

    Replaced the Waypoint and Tracepoint classes with separate classes for requests and responses.
    1ec5 committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    b04d6a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. waypoint-struct: fixed existing tests

    Victor Kononov committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    aef354b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. waypoint-struct: response filtering props

    Victor Kononov committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    dd04c10 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Merge branch 'master' into 1ec5-waypoint-struct

    # Conflicts:
    #	CHANGELOG.md
    #	Sources/MapboxDirections/Directions.swift
    #	Sources/MapboxDirections/DirectionsResult.swift
    #	Sources/MapboxDirections/MapMatching/MapMatchingResponse.swift
    #	Sources/MapboxDirections/MapMatching/MatchResponse.swift
    #	Sources/MapboxDirections/RouteResponse.swift
    #	Sources/MapboxDirections/Waypoint.swift
    #	Tests/MapboxDirectionsTests/DirectionsTests.swift
    #	Tests/MapboxDirectionsTests/MatchTests.swift
    #	Tests/MapboxDirectionsTests/RoutableMatchTests.swift
    #	Tests/MapboxDirectionsTests/WaypointTests.swift
    Victor Kononov committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    8fa1046 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. waypoint-struct: updated Tracepoint struct to match the doc, fixed(?)…

    … matching response decoding to respect matchings index
    Victor Kononov committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    59db4e4 View commit details
    Browse the repository at this point in the history
  2. waypoint-struct: added few tests for Route.Waypoint

    Victor Kononov committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    e187091 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. waypoint-rewamp: removed RouteResponse excessive coding keys, restore…

    …d Match relation to Tracepoints and it's decoding in MapMatchingResponse. Fixed tests
    Victor Kononov committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    b47fab9 View commit details
    Browse the repository at this point in the history
  2. waypoint-struct: updated CHANGELOG. CI fix.

    Victor Kononov committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    072b149 View commit details
    Browse the repository at this point in the history