v0.2.2: Offset/limit paging, stable alert/camera ordering
Offset/limit paging, stable alert/camera ordering
wsdot_search_alerts,wsdot_get_travel_times, andwsdot_get_toll_ratesgain offset/limit paging (default 50, max 500);wsdot_get_terminal_spacepages by terminal (default 5, max 20) (#24)wsdot_search_alertsandwsdot_search_camerasnow sort by alertId/cameraId before paging — upstream serves the same rows in more than one order, so this fixes silent skip/duplicate across a page walk. Default result order changes for both tools- Shared pagination test helper, plus a comparator test suite for the new ordering