Releases: jycouet/kitql
[email protected]
[email protected]
Patch Changes
- #1034
9e79199
Thanks @jycouet! - fix: manage well escape sequences
(https://svelte.dev/docs/kit/advanced-routing#Encoding)
[email protected]
[email protected]
Major Changes
-
#1016
b0eb9b8
Thanks @Lms24! - feat(kit-routes)!: Avoid escaping string and array
default valuesThis change simplifies setting default values for path and search parameters. Previously, you had
to douple-escape a default string or array value. Now, you can simply set the default values like
any other data type:kitRoutes({ PAGES: { '/[org]/[project]/sessions': { explicit_search_params: { - timeFrame: { type: 'string', default: "'1d'" } - userId: { type: 'Array<string>', default: "['123', 'abc']" } + timeFrame: { type: 'string', default: '1d' } + userId: { type: 'Array<string>', default: ['123', 'abc'] } } } } })This is a breaking change! To migrate to the new version, remove the quotes to escape string and
array values as shown in the example above.
Patch Changes
[email protected]
[email protected]
Patch Changes
- Updated dependencies
[26e0322]:- @kitql/[email protected]
[email protected]
Patch Changes
-
#1023
4197212
Thanks @jycouet! - remove watchAndRun when
log_on_throw_is_not_a_new_class is not enabled -
Updated dependencies
[26e0322]:- @kitql/[email protected]
- @kitql/[email protected]
- [email protected]
[email protected]
Patch Changes
-
#978
7461320
Thanks @jycouet! - manage "simple" multiple matches with optional
param (first step) -
#984
63674a8
Thanks @jycouet! - Read well the config for cli -
#976
70aa137
Thanks @jycouet! - manage kit-route cli for vite.config.ts config
file -
#948
e8ed929
Thanks @jycouet! - add mdsvex support and create a route for
+page.md -
#965
26e0322
Thanks @jycouet! - add clikit-routes syncto generate routes
without a full build -
Updated dependencies
[26e0322]:- @kitql/[email protected]
- @kitql/[email protected]
- [email protected]
@kitql/[email protected]
Patch Changes
- Updated dependencies
[26e0322]:- @kitql/[email protected]