Releases: routific/routific-gem
Releases · routific/routific-gem
Version 1.7.3
Added missing fields:
- polylines
Version 1.7.2
Added missing fields:
- idle-time
- total_vehicle_overtime
- too_late
Version 1.7.1
Added support for asynchronous calls via /vrp-long endpoint.
Added support for
- squash durations
- vehicle overtime
- visit lateness
- type constraints
- vehicle strict start
- vehicle speed
- vehicle breaks
- visit priority
- visit time windows
Rename all methods to conform to Ruby snake_case convention.
Remove confusing Routific class methods.
version 1.1.2
Remove route fitness and add newer api values: total_idle_time, total_travel_time, total_working_time, total_break_time.
version 1.1.1
Change gemspec to automatically reference all files in the lib directory
version 1.1.0
Support location_name
in solution waypoint
version 1.0.0
- Use Routific API v1.0
version 0.0.4
- Automatically prepend 'bearer' to API token if it doesn't exist
version 0.0.3
- Fixed support for Rails
- Replaced debugger and pry-debugger with byebug and pry-byebug, respectively
- Added RestClient error handling
version 0.0.1
First release