Skip to content

hereR 1.1.0

Latest
Compare
Choose a tag to compare
@munterfi munterfi released this 21 Feb 09:26
65b062b
  • 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.