0.3.3 (2019-10-09)
- fix ascending sortDirection (cae37b8)
0.3.2 (2019-07-12)
0.3.1 (2019-05-08)
- remove overly aggressive error that would trigger unexpectedly (7169181)
0.3.0 (2019-05-07)
- add support for custom sort method (f8f7d24)
- export helper method for algolia's default relevance ranking (1b3da92)
- support nested sort keys (aa0ceae)
- throw error if results are out of order (7757b0c)
0.2.0 (2019-03-15)
- add extractState and injectState methods for SSR (ca35af1)
- add method to get results for specific getter, using shared cache with getNext (b41312a)
- hide private methods from export (a29cbb3)
- support passing options into getNext() (745063e)
0.1.0 (2019-03-13)
- always return last hit during trimPage (6760af3)
- capture all edge cases and replace all tests with getNext() tests (295f832)
- compare non-algolia results by using JSON stringify (cf9f788)
- don't duplicate hits (86b9fd0)
- ensure results are always sorted (8b29e64)
- fix async by adding @babel/polyfill (f871a66)
- fix sorting of last page (15ae8e7)
- return results even if one getter returns an empty array (3759ae6)
- add initial code without tests (ce525d2)