Releases: openTdataCH/ojp-ios
Releases · openTdataCH/ojp-ios
1.0.0
0.3.1
What's Changed
- Release/0.3.0 by @terencebls in #84
- fix the remark parsing by @terencebls in #85
Full Changelog: 0.3.0...0.3.1
0.3.0
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
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
v0.0.4
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
The model has been approved from the backend team.
Two properties of the Place object are now optional (name and geoPosition).
v0.0.2
The model has been reviewed
an enum has been added for the ptModes
v0.0.1
First OJP SDK Release