Skip to content

Releases: groupby/api-javascript

Release v1.0.49

08 Aug 14:51

Choose a tag to compare

Commits since last release:

  • allow filter object mask to be passed into withConfiguration() (#24)
  • add gb-release config

Release v1.0.48

29 Jul 16:26

Choose a tag to compare

  • Prevent duplicate refinements

Release v1.0.47

28 Jul 17:06

Choose a tag to compare

  • simplify paging and sort logic, add tests
  • fix occasional negative numbers in pager

Release v1.0.46

26 Jul 15:46

Choose a tag to compare

  • Sort now starts over at page 1 and does not clear refinements

Release v1.0.45

20 Jul 19:08

Choose a tag to compare

  • details() passes through fields

Release v1.0.44

15 Jul 14:00

Choose a tag to compare

  • sort() now resets the pagination

Release v1.0.43

13 Jul 19:21

Choose a tag to compare

  • add second param to sort() to clear more sorts
  • reset skip on reset()
  • emit page_changed on reset() and resize()

Release v1.0.42

13 Jul 03:00

Choose a tag to compare

  • rename Pager methods and properties
    • current to currentPage
    • total to finalPage
    • displayPages() to pageNumbers()
  • emit page_changed events
  • fix page count handling for perfectly divisible totals

Release v1.0.41

12 Jul 18:00

Choose a tag to compare

  • add displayPages() method to Pager to return the currently visible pages array

Release v1.0.40

12 Jul 15:28

Choose a tag to compare

  • FluxCapacitor.details() retains search config (area, collection, language)