File tree Expand file tree Collapse file tree 5 files changed +24
-4
lines changed Expand file tree Collapse file tree 5 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1+ # 0.2.1
2+
3+ ## Fix
4+
5+ - ` FacetList ` redundant ` facets ` submissions (#33 )
6+
7+ ## Changed
8+
9+ - ` CompositeDisposable#add ` method generic (#33 )
10+
111# 0.2.0
212
313## Feat
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ class _HitsSearcher with DisposableMixin implements HitsSearcher {
174174 final service = AlgoliaSearchService (
175175 applicationID: applicationID,
176176 apiKey: apiKey,
177- extraUserAgents: ['algolia-helper-dart (0.2.0 )' ],
177+ extraUserAgents: ['algolia-helper-dart (0.2.1 )' ],
178178 disjunctiveFacetingEnabled: disjunctiveFacetingEnabled,
179179 );
180180 return _HitsSearcher .create (service, state, debounce);
Original file line number Diff line number Diff line change 11name : algolia_helper
22description : Patterns and APIs to implement advanced search features with Algolia
3- version : 0.2.0
3+ version : 0.2.1
44repository : https://github.com/algolia/algoliasearch-helper-flutter/tree/main/helper_dart
55
66environment :
Original file line number Diff line number Diff line change 1+ # 0.2.1
2+
3+ ## Fix
4+
5+ - ` FacetList ` redundant ` facets ` submissions (#33 )
6+
7+ ## Changed
8+
9+ - ` CompositeDisposable#add ` method generic (#33 )
10+
111# 0.2.0
212
313## Feat
Original file line number Diff line number Diff line change 11name : algolia_helper_flutter
22description : Patterns and APIs to implement advanced search features with Algolia for Flutter
3- version : 0.2.0
3+ version : 0.2.1
44homepage : https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/flutter/
55repository : https://github.com/algolia/algoliasearch-helper-flutter/tree/main/helper_flutter
66
@@ -9,7 +9,7 @@ environment:
99 flutter : " >=1.17.0"
1010
1111dependencies :
12- algolia_helper : ^0.2.0
12+ algolia_helper : ^0.2.1
1313 flutter :
1414 sdk : flutter
1515
You can’t perform that action at this time.
0 commit comments