Skip to content

Releases: groupby/api-javascript

Release v1.0.39

08 Jul 01:51

Choose a tag to compare

  • add total method to Pager to return the total number of pages

Release v1.0.38

07 Jul 19:18

Choose a tag to compare

  • add details method to FluxCapacitor for loading detail pages

Release v1.0.37

07 Jul 15:17

Choose a tag to compare

  • add current property to Pager to easily determine the current page number

Release v1.0.36

07 Jul 14:42

Choose a tag to compare

  • add jump() to Pager
  • improve withoutSorts() on Query
  • fix reset() method on FluxCapacitor to only reset the query and refinements

Release v1.0.35

05 Jul 17:35

Choose a tag to compare

  • add sort() to FluxCapacitor
  • add withoutSorts() to Query to allow removing sorts for matching fields

Release v1.0.34

04 Jul 01:28

Choose a tag to compare

  • expose hasNext and hasPrevious properties on Pager
  • export Pager
  • add return types

Release v1.0.33

30 Jun 16:23

Choose a tag to compare

  • add skipSearch option when refining / unrefining

Release v1.0.32

28 Jun 21:15

Choose a tag to compare

  • removed paging methods from FluxCapacitor opting instead to expose a Pager instance directly

Release v1.0.31

28 Jun 20:16

Choose a tag to compare

  • renamed Pager.last() to Pager.prev()
  • added a Pager.last() method that advances to the last available page
  • improved paging to be based off selected pageSize and skip (rather than from the results of the last query)

Release v1.0.30

28 Jun 18:36

Choose a tag to compare

  • add optional offset argument to resize() method