Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 22:10
· 645 commits to master since this release

1.7.0 (2022-02-04)

Bug Fixes

  • Don't reset query on undefined values (f69b0a0)
  • Maintain URL params for dynamic routes (dd927bb), closes #282
  • Pass empty string to parsers (1fb7dcf)
  • Pass the default value in the state updater function (3414d6e)
  • Re-render the state updater function only on asPath pathname changes (49daa92)

Features

  • Add array, JSON and enum query types (44f3fa7)