Skip to content

Releases: armand1m/react-query-filter

v2.0.0

08 Apr 13:06
03784b5

Choose a tag to compare

2.0.0 (2026-04-08)

⚠ BREAKING CHANGES

  • full API refactor.
  • this changes the whole library. Usability is still pretty similar, but this should be labeled as a major new version.

Features

  • add recursive grouped filters (c401ee5)
  • add typed builder facade (6679642)
  • full refactor by codex (0bc5223)
  • full refactor by codex (9bb5b15)

Bug Fixes

  • better boolean type validation and use nodejs v24 on CI (f91b3e4)

v1.2.0

18 Jun 22:35
498e1ab

Choose a tag to compare

1.2.0 (2021-06-18)

Features

  • add initial value property (498e1ab)
  • add initial value property (4faa787)

v1.1.1

08 Jun 01:05
be56582

Choose a tag to compare

1.1.1 (2021-06-08)

Bug Fixes

  • fixes tsdx lint issues, adds 98%+ coverage, copy useList src code into repository and remove react-use (a3ff051)
  • make onChange methods be more strict about their parameters (a1fcfef)
  • remove node 10 (851e0cd)

v1.1.0

01 Jan 23:20

Choose a tag to compare

1.1.0 (2021-01-01)

Features

  • filter: enhancements over FilterRowProps (2693275)

v1.0.0

01 Jan 16:29

Choose a tag to compare

1.0.0 (2021-01-01)

Bug Fixes

  • release: add release branches to package.json (e140bae)
  • fixing some edge cases (57f757c)
  • remove windows because who cares (4fbf908)

Features

  • release: prepare initial release (9458270)