Skip to content

1.3.0

Compare
Choose a tag to compare
@ianthetechie ianthetechie released this 29 Sep 09:22
· 3 commits to main since this release

This release adds support for filtering by layer. For example:

AutocompleteSearch(apiKey: "YOUR-API-KEY", limitLayers: [.coarse]) { selection in
    print("Selected: \(selection)")
}

Full Changelog: 1.2.0...1.3.0