Skip to content

Releases: routific/routific-gem

Version 1.7.3

29 Nov 19:10
3d0d4e8
Compare
Choose a tag to compare

Added missing fields:

  • polylines

Version 1.7.2

16 Oct 22:58
Compare
Choose a tag to compare

Added missing fields:

  • idle-time
  • total_vehicle_overtime
  • too_late

Version 1.7.1

25 Sep 20:34
Compare
Choose a tag to compare

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

26 Jun 23:53
Compare
Choose a tag to compare

Remove route fitness and add newer api values: total_idle_time, total_travel_time, total_working_time, total_break_time.

version 1.1.1

28 Oct 19:21
Compare
Choose a tag to compare

Change gemspec to automatically reference all files in the lib directory

version 1.1.0

04 Aug 00:40
Compare
Choose a tag to compare

Support location_name in solution waypoint

version 1.0.0

26 Jun 20:10
Compare
Choose a tag to compare
  • Use Routific API v1.0

version 0.0.4

01 Feb 00:18
Compare
Choose a tag to compare
  • Automatically prepend 'bearer' to API token if it doesn't exist

version 0.0.3

21 Jan 20:15
Compare
Choose a tag to compare
  • Fixed support for Rails
  • Replaced debugger and pry-debugger with byebug and pry-byebug, respectively
  • Added RestClient error handling

version 0.0.1

23 Jul 08:11
Compare
Choose a tag to compare

First release