Skip to content

Latest commit

 

History

History
67 lines (31 loc) · 2.9 KB

CHANGELOG.md

File metadata and controls

67 lines (31 loc) · 2.9 KB

0.3.3 (2019-10-09)

Bug Fixes

  • fix ascending sortDirection (cae37b8)

0.3.2 (2019-07-12)

0.3.1 (2019-05-08)

Bug Fixes

  • remove overly aggressive error that would trigger unexpectedly (7169181)

0.3.0 (2019-05-07)

Features

  • 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)

Features

  • 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)

Bug Fixes

  • 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)

Features

  • add initial code without tests (ce525d2)