Skip to content

Commit

Permalink
Release 1.0.28 MapplsAPICore(1.0.12), MapplsAPIKit(2.0.25) and Mappls…
Browse files Browse the repository at this point in the history
…UIWidgets (1.0.8)

`MapplsAPICore(1.0.12) `
- Support added for Smart Trip Planning API.

`MapplsAPIKit(2.0.25)`
- Added wrapper for Smart Trip Planning API.

`MapplsUIWidgets (1.0.8)`
- Support is added for Landscape mode.
- Bugs fixed.
  • Loading branch information
Robin Macbook Pro committed Oct 15, 2024
1 parent ddb57a1 commit 3887c76
Show file tree
Hide file tree
Showing 36 changed files with 10,052 additions and 0 deletions.
71 changes: 71 additions & 0 deletions docs/v1.0.28/CHANGELOG/MapplsAPICore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# Changes to the MapplsAPICore SDK for iOS

## 1.0.12 - 10 Oct, 2024

### Added
- Support added for Smart Trip Planning API.

## 1.0.11 - 08 May, 2024

### Added
- Apple Privacy Manifest file added.
- Some support issue resolved for MapplsUIWidget SDK.

## 1.0.10 - 27 Oct, 2023

### Changed
- Security Improvements

## 1.0.9 - 22 Sep, 2023

### Changed
- Bug fixes & Improvements.

## 1.0.8 - 18 Aug, 2023

### Changed
- Bug fixes & Improvements.

## 1.0.7 - 07 Jun, 2023

### Changed
- Bug fixes & Improvements.

## 1.0.6 - 30 May, 2023

### Changed
- Domain of APIs changed.

### Fixed
- Bug fixes.

## 1.0.5 - 30 Jan, 2023

### Changed
- Error code opimization for initializing Map.

## 1.0.4 - 09 Dec, 2022

### Changed
- A custom property `modelName` of extension `UIDevice` is made public.

## 1.0.3 - 13 Oct, 2022

### Changed
- Timeout interval is reduced for some of APIs to improve performance.
- A new enum `MapplsRawInfoType` is added.

## 1.0.2 - 23 Aug, 2022

### Fixed
- Fixed a crash while using `MapplsTokenAuthenticationAPISharedManager` in `MapplsLicenseInterceptor` class.

## 1.0.1 - 17 Aug, 2022

### Added
- Introduced a property `isEnableLogging` In MapplsAccountManager
- On the based of Who am i respose region is set in MapplsAccountManage.

## 1.0.0 - 10 June, 2022

Initial version of `MapplsAPICore`.
181 changes: 181 additions & 0 deletions docs/v1.0.28/CHANGELOG/MapplsAPIKit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,181 @@
# Changes to the MapplsAPIKit SDK for iOS

## 2.0.25 - 10 Oct, 2024

### Added
- Added wrapper for Smart Trip Planning API.

## 2.0.24 - 23 Jul, 2024

### Changed
- Issue fixed for support of MapplsAnnodationExtension library.

## 2.0.23 - 03 Jul, 2024

### Added
- Added New Maneuver IDs with function to get them. Older function to get Maneuver Id is renamed by post fixing word legacy.
- Fixed rounding off logic of unit for metric system.
- Function of `getCongestionDelays` is modified to get more info related to congestion like delayDuration, delayDistance, midCoordinate etc.

## 2.0.22 - 08 May, 2024

### Added
- Apple Privacy Manifest file added.
- New paramters introuduced in response of Goecode and ReverseGeocode.
- Some paramters in request class of Driving Range MapplsDrvingRangeOptions are made optional.

## 2.0.21 - 31 Jan, 2024

### Added
- Security Improvements.

## 2.0.20 - 27 Oct, 2023

### Changed
- Security Improvements.

## 2.0.19 - 22 Sep, 2023

### Changed
- Bug fixes & Improvements.

## 2.0.18 - 22 Aug, 2023

### Changed
- Bug fixes & Improvements.

## 2.0.17 - 01 Aug, 2023

### Changed
- Improvements in Short Instructions.

### Fixed
- Crash fixed if distance property is not found in route api response.

## 2.0.16 - 27 Jun, 2023

### Added
- Driving Range API wrapper is added.

### Changed
- In routing api correct the value of direction profile for trucking.
- Some improvements.

## 2.0.15 - 07 Jun, 2023

### Changed
- Bug fixes & Improvements.

## 2.0.14 - 30 May, 2023

### Changed
- Domain of APIs changed.
- In APIs of Distance Matrix and Reverse Geocode authentication process is changed.

### Fixed
- Bug Fixes.

## 2.0.13 - 2 May, 2023

### Added
- Added `responseLanguage` request parameter in AtlasOptions class.
- Added `path` parameter in the direction init meathod.
- Added `instructions` in request paramter of direction api.
- Added `language` in request paramter of reverseGocode api.

### Fixed
- Fixed mappls length formator.

## 2.0.12 - 9 Feb, 2023

### Added
- Added Fuel Cost api in MapplsAPIKit.

### Fixed
- Fixed an issue in api call for costEstimation.

## 2.0.11 - 9 Feb, 2023

### Fixed
- Fixed an issue in api call for costEstimation.

## 2.0.10 - 30 Jan, 2023

### Changed
- Error code opimization for initializing Map.

## 2.0.9 - 02 Jan, 2023

### Added
- API wrapper added to get cost of tolls etc which can be consumed by Manager class `MapplsCostEstimationManager` and request class `MapplsCostEstimationOptions`.

## 2.0.8 - 09 Dec, 2022

### Fixed
- Issue of incorrect `Lanes` is fixed.
- A bug of ETA refresh is fixed where driving profile was not dynamic based on route requested.
- Turf code is refactored.

## 2.0.7 - 21 Oct, 2022

### Added
- Turf library related claasses are added.
- To get congestion delays for a route, a helper function `getCongestionDelays` added in class of MapplsDirectionUtility.

### Fixed
- For some of API managers host was not setting correctly on passing programmatically.

## 2.0.6 - 13 Oct, 2022

### Added
- A new property `richInfoDictionary` is added in response class of place detail request.
- As a new enum `MapplsRawInfoType` is added in Core SDK, A function `getRawInfo` is added in response class of place detail request to get specific dictionary object based on type.

### Changed
- Timeout interval is reduced for some of APIs to improve performance.

## 2.0.5 - 05 sept, 2022

### Added

- Introduced MapplsWeatherAPI.


## 2.0.4 - 06 sept, 2022

### Added

- added a userActivity and media in respnse of placeDetails apis.

## 2.0.3 - 24 Aug, 2022

### Added

- added a parameter to set host and scheme in init method of manager class.

## 2.0.2 - 22 Aug, 2022

### Added

- In response of Reverse Geocode `areaCode` is added.

### Fixed

- Fixed a crash while using sharedInstance of `MapplsDirection` class.

## 2.0.1 - 05 Jul, 2022

### Added

- In response of Reverse Geocode `Mappls Pin` is added.

## 2.0.0 - 11 Jun, 2022

Initial version of `MapplsAPIKit`.

**Changes Since last version released:**

### Merged

- Direction/Route API sdk is merged into this and upcoming updates no longer will be avaialable separately.
- Dependency of `MapplsAPICore` is added.
13 changes: 13 additions & 0 deletions docs/v1.0.28/CHANGELOG/MapplsAnnotationExtension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changes to the MapplsAnnotationExtension SDK for iOS

## 1.0.1 - 23 Jul, 2024

### Changed

- Fixed issue of marker not adding using Mappls Pin.

## 1.0.0 - 14 Jun, 2022

### Changed

- Initial MAPPLS's release.
77 changes: 77 additions & 0 deletions docs/v1.0.28/CHANGELOG/MapplsDirectionUI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# Changes to the MapplsDirectionUI SDK for iOS

## 1.0.7 - 11 Oct, 2023

### Added
- Added support for `Light`, `Dark` and `Auto` theme
- Fixed a crash on route preview.



## 1.0.6 - 24 Aug, 2023

### Added
- Added callbacks 'removeViaPointButtonClicked' which called on click of clear button.
- Added callback function 'expandView' which called on expanding collapsed view in case of via points.

### Fixed
- Fixed an issue where on click of button of "View on Map", It was calling function multiple times.
- On removing via point route is refreshed.
- Delegate function 'addViaPointButtonClicked' is called on click of '+' button.

## 1.0.5 - 02 Aug, 2023

### Added
- Added a drivingMode selector view
- added support for landscape mode
- added `MapplsDirectionUIConfiguration` class to configure `DirectionViewController`.

### Fixed
- Route first step is added in direction list.


## 1.0.4 - 03 May, 2023
### Added
- Added a retry UI on direction screen
- Added a delegate to provide option for route request


## 1.0.3 - 03 May, 2023
### Added
- Added a retry UI on direction screen
- Added a delegate to provide option for route request

### Fixed

- Fixed UI on preview screen.


## 1.0.2 - 17 April, 2023

### Changed

- added a parameter `viewController` of type `UIViewController` in a delegate function (didRequestForStartNavigation) of `MapplsDirectionViewController`

### Added:

- Added a overlay screen while requesting for route
- Some UI Enchancment
- Introduced a property `shouldShowTollCostEstimation` to show toll information its default value is `false`
- Introduced a property `shouldShowRouteReportSummary` to show routeReportSummary information, its default value is `false`
- Introduced a property `isShowCongestionDelayOnRoute` to show congestion delay information on route, its default value is `false`

### Fixed
- Bug fixes and improvements.

## 1.0.1 - 22 Jun, 2022

### Changed

- Added Objective c support. and Added directionListDefault button.

## 1.0.0 - 14 Jun, 2022

### Changed

- Initial release as per Mappls branding.

20 changes: 20 additions & 0 deletions docs/v1.0.28/CHANGELOG/MapplsDrivingRangePlugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changes to the MapplsDrivingRangePlugin for iOS

## 1.0.2 - 29 Jun, 2023

#### Changed

- API wrappers are moved to MapplsAPIKit and so minimum dependency changed.

## 1.0.1 - 08 Jul, 2022

#### Changed

- Issue fixed where SDK was not compatible to Xcode 13+.
- To fix above issue class `MapplsDrivingRangePlugin` is renamed to `MapplsDrivingRange` and Protocol class `MapplsDrivingRangePluginDelegate` is renamed to `MapplsDrivingRangeDelegate`.

## 1.0.0 - 14 Jun, 2022

#### Changed

- Initial MAPPLS's release.
9 changes: 9 additions & 0 deletions docs/v1.0.28/CHANGELOG/MapplsFeedbackKit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changes to the MapplsFeedbackKit - SDK for iOS

## 1.0.1 - 23 Sep, 2024

- Provision of callbacks is added by subscribing to different notifications `feedbackSubmitSuccessNotification`, `feedbackSubmitFailedNotification`, `reportCategoriesFetchSuccessNotification` and `reportCategoriesFetchFailedNotification`.

## 1.0.0 - 22 Jun, 2022

- Initial release.
21 changes: 21 additions & 0 deletions docs/v1.0.28/CHANGELOG/MapplsFeedbackUIKit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changes to the MapplsFeedbackUIKit - SDK for iOS

## 1.0.4 - 23 Sep, 2024

- Options is added to `Push` or `Present` feedback controller .

## 1.0.3 - 20 Jun, 2024

- Theme support is added with options of `Day`, `Night` and `Auto`. Colors of different theme can also be set.

## 1.0.2 - 23 Sep, 2022

- Added a Bool property `isShowStepProgress` to hide stepProgress in `MapplsFeedbackUIKitManager`. its default value `true`

## 1.0.1 - 14 Sep, 2022

- bug Fixed releated to keyboard hide.

## 1.0.0 - 22 Jun, 2022

- Initial release.
Loading

0 comments on commit 3887c76

Please sign in to comment.