- REFACTOR(FacetList): refactor facet list component (#118).
- FIX(search-state): add support for
analyticsTags
(#141). - FIX(HitsSearcher): non-initialized EventTracker (#123).
- FIX(facetlist): multiple facet toggle (#120).
- FIX(facet): export facet model (#112).
- FEAT(searcher): add
ClientOptions
toMultiSearcher
andFacetSearcher
(#132). - FEAT(searcher): add client options (#131).
- FIX(HitsSearcher): non-initialized EventTracker (#123).
- REFACTOR(FacetList): refactor facet list component (#118).
- FIX(facetlist): multiple facet toggle (#120).
- FIX(facet): export facet model (#112).
- FEAT(GeoSearch): add geospatial query support (#105).
- CHORE: Update dependencies to be more relaxed.
- CHORE: Fix pana issues (#95).
- FEAT: MultiSearcher and FacetSearcher (#92).
- FEAT: Highlighting extension for Facet.
- FEAT: Official Dart client integration.
- CHORE: Merge
algolia_helper_dart
toalgolia_helper_flutter
packages.
- FIX: use app documents directory to store the user token if possible (#88).
0.3.2 (2022-05-30)
- Outdated algolia_helper version in the algolia_helper_flutter pubspec
0.3.1 (2022-05-19)
- Restore Pub points
0.3.0 (2022-04-07)
- Add eventTracker instances to
HitsSearcher
andFacetList
performing automatic hit view and filter click events tracking and facilitating manual Insights event tracking.
0.2.3 (2022-12-22)
- add rerun search query (#51) (5348341)
- Allow same search query to be executed (#48)
- Highlighting of strings with non-alphanumeric characters (#46)
FacetList
redundantfacets
submissions (#33)
CompositeDisposable#add
method generic (#33)
- Add
Disposable
andCompositeDisposable
(#31)
HitsSearcher
'sresponses
as published stream (#30)
ImmutableFilters
renamed toStatelessFilters
(#32)
- Update
HitsSearcher
'sdisjunctiveFacets
property when disjunctiveFacetList
is connected (#27)
HitsSearcher
andFacetList
specification and implementation (#24)
- Named parameters for
Hit.getHighlightedString
(#22)
- Rewrite the build disjunctive faceting queries to avoid exception (#19)
- Expose search state stream (#17)
- Add objectID to attributes for auxiliary queries (#14)
- Fix
facetStats
type (#15)
Initial release.