Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SSDK-399] Add Discover.Options(country, proximity, origin) #167

Merged

Commits on Jan 31, 2024

  1. Add nullable Country.default, add Discover.Options(country, proximity…

    …, origin) params - SSDK-399
    
    - Add Country.default: Self? to auto-detect the current device region and provide a value if found
    - Add proximity and origin CLLocationCoordinate2D fields to Discover.Option and forward these to SearchOption parameters
    aokj4ck committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    949a0d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bab5844 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Merge branch 'main' of github.com:mapbox/mapbox-search-ios into SSDK-…

    …399-add-country-proximity-origin-to-discover-options
    
    Conflicts:
    	CHANGELOG.md
    aokj4ck committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5c53f23 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Merge branch 'main' of github.com:mapbox/mapbox-search-ios into SSDK-…

    …399-add-country-proximity-origin-to-discover-options
    
    Conflicts:
    	CHANGELOG.md
    aokj4ck committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f397eea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44907d7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:mapbox/mapbox-search-ios into SSDK-…

    …399-add-country-proximity-origin-to-discover-options
    
    Conflicts:
    	CHANGELOG.md
    	MapboxSearch.xcodeproj/project.pbxproj
    	Tests/MapboxSearchUITests/MockWebServer/MockResponse.swift
    	Tests/MapboxSearchUITests/MockWebServer/MockWebServer.swift
    aokj4ck committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0fa0268 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e64f38b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    ebfe723 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Merge branch 'main' of github.com:mapbox/mapbox-search-ios into SSDK-…

    …399-add-country-proximity-origin-to-discover-options
    
    Conflicts:
    	CHANGELOG.md
    	MapboxSearch.xcodeproj/project.pbxproj
    aokj4ck committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    807ac1b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Remove Discover.Options.country nil to .default assignment - SSDK-399

    - Add docs for origin and proximity
    aokj4ck committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    90f8abb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    757a6b1 View commit details
    Browse the repository at this point in the history
  3. Update Sources/MapboxSearch/PublicAPI/Use Cases/Discover API/Discover…

    ….swift
    
    Co-authored-by: Nastassia Makaranka <[email protected]>
    aokj4ck and kried authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4f17c4c View commit details
    Browse the repository at this point in the history
  4. Fix build issue

    aokj4ck committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    597d946 View commit details
    Browse the repository at this point in the history