Updates the event schema to version 2.2 for keystroke and select events. Added some validation to payload constructions to ensure server compatibility.
Enable logging with filters and localGeocoder results mixed in. This is made possible by tagging a _source for Mapbox results to distinguish from client-added results.
[x] briefly describe the changes in this PR
[x] write tests for all new functionality
[x] run npm run docs and commit changes to API.md
[x] update CHANGELOG.md with changes under master heading before merging
Description
keystroke
andselect
events. Added some validation to payload constructions to ensure server compatibility._source
for Mapbox results to distinguish from client-added results.npm run docs
and commit changes to API.mdmaster
heading before merging