All Versions
13
Latest Version
Avg Release Cycle
181 days
Latest Release
1578 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.0.0 Changes
๐ Result selector created by
getSearchSelectors
automatically filters the result list to ensure that all results are all present in the resource collection. (See issue #29 for more background information.)โฌ๏ธ Upgrade path (0.x to 1.x)
โก๏ธ Update
getSearchSelectors
references to use named parameters. For example this...const selectors = getSearchSelectors('books')
...becomes this...
const selectors = getSearchSelectors({ resourceName: 'books', resourceSelector: (resourceName, state) => state.resources.get(resourceName) })
-
v0.2.0 Changes
December 15, 2015โ Added
CapabilitiesBasedSearchApi
for auto-detecting web worker support and degrading if needed. ExportingSearchUtility
in case library users want to implement custom search functionality. -
v0.1.0 Changes
๐ Initial release.