Skip to content

Releases: marciniwanicki/OCGoogleDirectionsAPI

OCGoogleDirectionsAPI 0.1.7

04 Jun 20:08

Choose a tag to compare

  • Resolved #10 by adding factory method to return initialised instance of NSURLSessionDataTask (thanks @markst)

OCGoogleDirectionsAPI 0.1.6

30 Mar 18:40

Choose a tag to compare

  • Fixed #9 by encoding request attribute separator (thanks @RISP)

OCGoogleDirectionsAPI 0.1.5

20 Mar 20:47

Choose a tag to compare

  • Added scripts to build and run tests (Bin/run-build.sh, Bin/run-tests.sh)
  • Added fare and duration_in_traffic to response (thanks @cromulentlabs)
  • Added transit_mode, transit_routing_preference, traffic_model, arrival_time,
    departure_time to request

OCGoogleDirectionsAPI 0.1.4

19 May 18:03

Choose a tag to compare

Changes:

  • Added language parameter to Request (thanks @DmitryPR ).

OCGoogleDirectionsAPI 0.1.3

03 Mar 21:07

Choose a tag to compare

Changes:

  • API Key is no longer required.
  • Sensor parameter (in request inits) is optional.

OCGoogleDirectionsAPI 0.1.2

25 Feb 19:58

Choose a tag to compare

Changes:

  • [Issue #4] Fixed copy-paste error of kCGGoogleDirectionsResponseAttributeBounds.

OCGoogleDirectionsAPI 0.1.1

27 Aug 00:53

Choose a tag to compare

Changes:

  • [Issue #1] Fixed init method to initialise locationString property properly.
  • [Issue #2] Fixed missing summary parsing.

OCGoogleDirectionsAPI 0.1.0

11 Mar 21:04

Choose a tag to compare

Pre-release

Initial version. It is not production-ready.