Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and paoloricciuti committed Mar 10, 2024
1 parent ae6c342 commit d13ddb6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/modern-llamas-bow.md

This file was deleted.

40 changes: 23 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,98 +1,104 @@
# sveltekit-search-params

## 2.1.2

### Patch Changes

- Fix the override setting to allow for false values ([#74](https://github.com/paoloricciuti/sveltekit-search-params/pull/74))

## 2.1.1

### Patch Changes

- fix: allow building the app in prerendering by faking the page store during building ([#68](https://github.com/paoloricciuti/sveltekit-search-params/pull/68))
- fix: allow building the app in prerendering by faking the page store during building ([#68](https://github.com/paoloricciuti/sveltekit-search-params/pull/68))

## 2.1.0

### Minor Changes

- feat: add equalityFn option for complex objects and array ([#64](https://github.com/paoloricciuti/sveltekit-search-params/pull/64))
- feat: add equalityFn option for complex objects and array ([#64](https://github.com/paoloricciuti/sveltekit-search-params/pull/64))

## 2.0.0

### Major Changes

- breaking: remove double navigation, debounce navigate after timeout ([#60](https://github.com/paoloricciuti/sveltekit-search-params/pull/60))
feat: add showDefaults option to chose wether to show the defaults or not in the URL
- breaking: remove double navigation, debounce navigate after timeout ([#60](https://github.com/paoloricciuti/sveltekit-search-params/pull/60))
feat: add showDefaults option to chose wether to show the defaults or not in the URL

## 1.1.1

### Patch Changes

- fde7148: fix: rework how defaults works
- fde7148: fix: rework how defaults works

## 1.1.0

### Minor Changes

- 7a99cd8: feat: sorting search params before navigating
- 7a99cd8: feat: sorting search params before navigating

## 1.0.18

### Patch Changes

- ac0a8c3: extend peer dep sveltekit to 2.0
- ac0a8c3: extend peer dep sveltekit to 2.0

## 1.0.17

### Patch Changes

- cc1ad2a: rework the library to use a derived store to solve some issue
- cc1ad2a: rework the library to use a derived store to solve some issue

## 1.0.16

### Patch Changes

- b606180: fix: type ssp array
- b606180: fix: type ssp array

## 1.0.15

### Patch Changes

- 2e7f889: Allow returning undefined from encode to remove param from URL
- 2e7f889: Allow returning undefined from encode to remove param from URL

## 1.0.14

### Patch Changes

- a81535c: Fix undefined not removing params (#31)
- a81535c: Fix undefined not removing params (#31)

## 1.0.13

### Patch Changes

- 8924160: feat: support svelte 4
- 8924160: feat: support svelte 4

## 1.0.12

### Patch Changes

- 901d9c7: Add client side check before invoking goto
- 901d9c7: Add client side check before invoking goto

## 1.0.11

### Patch Changes

- 6f78e87: removed changesets as dependency and add it as dev dependency
- 6f78e87: removed changesets as dependency and add it as dev dependency

## 1.0.10

### Patch Changes

- 33276b7: fixing changeset
- 33276b7: fixing changeset

## 1.0.8

### Patch Changes

- b0b4b0a: replublish
- b0b4b0a: replublish

## 1.0.7

### Patch Changes

- 34a1e1b: the hash of the url now doesn't get's erased when the search params update
- 34a1e1b: the hash of the url now doesn't get's erased when the search params update
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sveltekit-search-params",
"version": "2.1.1",
"version": "2.1.2",
"repository": "git+https://github.com/paoloricciuti/sveltekit-search-params.git",
"author": "Paolo Ricciuti",
"license": "MIT",
Expand Down

0 comments on commit d13ddb6

Please sign in to comment.