Skip to content

Releases: openTdataCH/ojp-ios

1.0.0

08 Nov 12:09
Compare
Choose a tag to compare

What's Changed

  • Address some warnings regarding Swift Strict Concurrency by @r3to in #87
  • Simultaneously allow NumberOfResultsBefore and NumberOfResultsAfter by @r3to in #88

Full Changelog: 0.3.1...1.0.0

0.3.1

02 Oct 06:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

20 Sep 09:59
Compare
Choose a tag to compare

What's Changed

  • Update documentation URLS by @r3to in #73
  • Add support for InfoLink by @r3to in #75
  • Add Destination Name to TripHash and run swift format by @r3to in #76
  • Updating documentation for 0.2.0 by @r3to in #74
  • Update README.md by @r3to in #77
  • Fixes typo in Mock and adds missing test for leg cancellation by @r3to in #78
  • add train number to the hash, otherwise can happen that some trains d… by @terencebls in #81
  • Implement trip info request by @r3to in #79
  • Support for experimental triprefresh by @r3to in #83
  • make publishing actions optional. by @terencebls in #82

Full Changelog: 0.2.0...0.3.0

0.2.0

26 Aug 06:36
4649992
Compare
Choose a tag to compare

Summary

This release introduced support for PTSituation, multiple languages and fixes issues in decoding, when an element is both present in ojp and siri namespace.

What's Changed

  • Create Version 0.1.0 by @terencebls in #46
  • Remove SwiftHelper.formattedDate, use iso8601 instead by @r3to in #45
  • Add TransferLeg to TR Model by @terencebls in #47
  • Implement proposal for namespace aware CodingKeys by @r3to in #44
  • TripRequest pagination considerations by @r3to in #49
  • Add DestinationText on Service by @r3to in #51
  • Add Performance Tests for TripResults by @r3to in #50
  • Update Mock Data, provide a method to re run the TripRequests by @r3to in #52
  • Updating sample app for trip request by @r3to in #53
  • add includeAllRestrictedLines to params by @terencebls in #59
  • Change trip request return type by @r3to in #55
  • Support PlaceRefChoice in LocationInformationRequests by @r3to in #57
  • add ModeAndModeOfOperationFilter to Params for Trip by @terencebls in #60
  • 61 document in code and readme how to load next and previous trips by @r3to in #62
  • Introduce strict swift concurrency checking by @r3to in #63
  • 56 decoder has issue with namespace handling when an element name can is in both namespaces by @r3to in #58
  • Feature/situations by @terencebls in #65
  • Handle continous legs by @terencebls in #64
  • add Datetime picker for trip start date and time by @terencebls in #67
  • Add language support by @r3to in #70
  • Review possible explanatory realtime situations by @r3to in #66

Full Changelog: 0.1.0...0.2.0

v0.1.0

28 May 13:32
Compare
Choose a tag to compare

What's Changed

  • Undo optional geoposition by @r3to in #34
  • Create a Script to handle versions by @r3to in #42
  • TripRequest Response/Request Model by @vasile in #40

Full Changelog: 0.0.4...0.1.0

v0.0.4

22 May 07:13
Compare
Choose a tag to compare

What's Changed

  • Feature/sloid by @terencebls in #26
  • Feature/address basic error handling by @r3to in #28
  • Use similar API to define custom HTTP headers as the Android SDK by @r3to in #27
  • add class for system tests where we really test the backend response by @terencebls in #30
  • Make OJPSDKError conform to LocalizedError by @r3to in #31
  • Demo app by @r3to in #15
  • Make OJPSDKError public by @r3to in #33
  • Feature/address by @terencebls in #29
  • Sample App: Add Restrictions to LIR by @r3to in #36
  • rename locations with placeResults, fix documentation by @terencebls in #39

Full Changelog: 0.0.3...0.0.4

v0.0.3

25 Apr 09:26
378f27c
Compare
Choose a tag to compare

The model has been approved from the backend team.

Two properties of the Place object are now optional (name and geoPosition).

v0.0.2

18 Apr 07:41
9ff4669
Compare
Choose a tag to compare

The model has been reviewed

an enum has been added for the ptModes

v0.0.1

11 Apr 07:30
257006e
Compare
Choose a tag to compare

First OJP SDK Release