You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace deprecated with_mock() from testthat with with_mocked_bindings() in all test cases (closes #174).
Updated the test coverage GitHub Action workflow to use actions/upload-artifact@v4, fixing a deprecation issue.
Add support for configuring speed limits in isoline() and route() requests via the speed_limit parameter. This sets &pedestrian[speed]=<LIMIT> for pedestrian mode and &vehicle[speedCap]=<LIMIT> for vehicle-based modes in API requests (refs #175).
Expand transport mode support in isoline() routing by enabling "bicycle", "scooter", "taxi", "bus", and "privateBus", in line with newly available API options.