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

Make maneuver type optional #38

Merged
merged 1 commit into from
Apr 28, 2016
Merged

Make maneuver type optional #38

merged 1 commit into from
Apr 28, 2016

Conversation

1ec5
Copy link
Contributor

@1ec5 1ec5 commented Apr 28, 2016

The Directions API documentation states that additional maneuver types may be added at any time. Unrecognized maneuver type strings therefore become nil ManeuverType values until we get a chance to add a case for the new types here.

Fixes #37.

/cc @tmcw @karenzshea @TheMarex

The Directions API documentation states that additional maneuver types may be added at any time. Unrecognized maneuver type strings therefore become nil ManeuverType values until we get a chance to add a case for the new types here.

Fixes #37.
@1ec5 1ec5 self-assigned this Apr 28, 2016
@1ec5 1ec5 added the bug label Apr 28, 2016
@1ec5 1ec5 merged commit 350b568 into master Apr 28, 2016
@1ec5 1ec5 deleted the 1ec5-type-optional-37 branch April 28, 2016 16:39
@1ec5 1ec5 added the backwards incompatible changes that break backwards compatibility of public API label Dec 18, 2018
@1ec5 1ec5 added this to the v0.5.0 milestone Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backwards incompatible changes that break backwards compatibility of public API bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant