Closed github-actions[bot] closed 6 days ago
CI is running/has finished running commands for commit a59397d02bb6850ed4b559cee32d121668a9c1ab. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmain
.⚠️⚠️⚠️⚠️⚠️⚠️
Releases
vite-plugin-kit-routes@0.7.0-next.2
vite-plugin-kit-routes
0.7.0-next.1
Minor Changes
74295f9
Thanks @github-actions! - Bump internals to Svelte 5Patch Changes
74295f9
]:0.6.12-next.0
Patch Changes
#760
3d93a2a
Thanks @jycouet! - remove babel & refact as direct dep and move it to @kitql/internalsUpdated dependencies [
3d93a2a
,3d93a2a
]:0.6.11
Patch Changes
#745
a3d166d
Thanks @jycouet! - Doesn't generate when +page.svelte is saved (only create or delete)Updated dependencies [
1bd5ea8
,ae8115d
]:0.6.11-next.1
Patch Changes
ae8115d
]:0.6.11-next.0
Patch Changes
1bd5ea8
]:0.6.10
Patch Changes
dabca51
,53804e4
]:0.6.9
Patch Changes
18d7ad2
]:0.6.8
Patch Changes
e164a1a
]:0.6.7
Patch Changes
aefdc49
]:0.6.6
Patch Changes
6e95cf7
Thanks @jycouet! - add trailingSlash option to config (as a global flag)0.6.5
Patch Changes
#689
60a8033
Thanks @jycouet! - switch internal function to inline to avoid ts warnings#687
db682d4
Thanks @Dan1ve! - Methods with _ prefix in +server.ts are NOT exported in ROUTES.ts0.6.4
Patch Changes
3b996e1
Thanks @jycouet! - fix warning about noUnusedLocals on generated ROUTE file0.6.3
Patch Changes
99c9786
Thanks @duducpp! - add routes as Set (with all routes options) & Routes type.0.6.2
Patch Changes
35568fb
Thanks @jycouet! - fix relative path on windows (using posix)0.6.1
Patch Changes
f886a69
Thanks @jycouet! - addformat_page_route_id
option0.6.0
Minor Changes
aeb2577
Thanks @jycouet! - fix: vite plugin type to use PluginOptionPatch Changes
aeb2577
]:0.5.3
Patch Changes
#629
f474d6f
Thanks @jycouet! - bump internalsUpdated dependencies [
f474d6f
]:0.5.2
Patch Changes
#608
b0b7bf0
Thanks @jycouet! - new optionroutes_path
to match your custom configUpdated dependencies []:
0.5.1
Patch Changes
#599
5a2f362
Thanks @jycouet! - remove a warning log that is internalUpdated dependencies []:
0.5.0
Minor Changes
87432e8
Thanks @fehnomenal! - Replace colons in path identifiers0.4.0
Minor Changes
7d1f998
Thanks @fehnomenal! - also generate routes during build0.3.0
Minor Changes
#585
b9fc188
Thanks @fehnomenal! - support array search parameters#574
d6b5a08
Thanks @jycouet! - bump to vite 5Patch Changes
d6b5a08
,d6b5a08
,2aaacce
]:0.3.0-next.1
Minor Changes
d6b5a08
Thanks @jycouet! - bump to vite 5Patch Changes
d6b5a08
,d6b5a08
]:0.2.13-next.0
Patch Changes
2aaacce
]:0.2.12
Patch Changes
34dfde6
]:0.2.11
Patch Changes
c162424
Thanks @jycouet! - detect export function (not only export const) in +server.ts files0.2.10
Patch Changes
86e6594
]:0.2.9
Patch Changes
365743e
]:0.2.8
Patch Changes
47d9f4d
Thanks @jycouet! - tweak readme to explain that "KitQL is nothing"Updated dependencies [
47d9f4d
,54b4912
,635dc31
]:0.2.7
Patch Changes
dcc5b46
]:0.2.6
Patch Changes
81fb90a
Thanks @jycouet! - add formatsroute(path) & object[path]
ANDroute(symbol) & object[symbol]
exporting everything0.2.5
Patch Changes
f68f150
Thanks @jycouet! - feat: infer route parameter type from matcher's guard check if applicable (https://github.com/sveltejs/kit/pull/10755, thx @LorisSigrist)0.2.4
Patch Changes
91e4b65
Thanks @jycouet! - handle nested groups properly0.2.3
Patch Changes
3971fc3
Thanks @jycouet! - manage path starting with a group0.2.2
Patch Changes
99f6ed1
Thanks @kran6a! - fix: symbol format with a path having a "." is now handle0.2.1
Patch Changes
3f511c6
Thanks @jycouet! - fix: stats are now shown only at start if turned on0.2.0
Minor Changes
#502
b161ae8
Thanks @jycouet! - BREAKING: remove optional params in the key#502
b161ae8
Thanks @jycouet! - action "default" needs to be specified, we want to be explicite (will help the route() function & avoid collision)Patch Changes
#506
66a1590
Thanks @jycouet! - fix required search param is now handled#506
66a1590
Thanks @jycouet! - add shorten_args_if_one_required flag779a76b
Thanks @jycouet! - stats only at start#511
24a6fda
Thanks @jycouet! - fix: manage well "//" in values#517
e1dd657
Thanks @jycouet! - in format_short, recalculate optionality of params47abb03
Thanks @jycouet! - fix generate route function#517
e1dd657
Thanks @jycouet! - add util currentSp() function#500
e43bb98
Thanks @jycouet! - fix: type when there is no element in the Record#517
e1dd657
Thanks @jycouet! - update logs params (with no stats by default)#517
e1dd657
Thanks @jycouet! - rename shorten_args_if_one_required to format_short#517
e1dd657
Thanks @jycouet! - explicit params has now a higher priority than sp0.2.0-next.5
Patch Changes
#517
e1dd657
Thanks @jycouet! - in format_short, recalculate optionality of params#517
e1dd657
Thanks @jycouet! - add util currentSp() function#517
e1dd657
Thanks @jycouet! - update logs params (with no stats by default)#517
e1dd657
Thanks @jycouet! - rename shorten_args_if_one_required to format_short#517
e1dd657
Thanks @jycouet! - explicit params has now a higher priority than sp0.2.0-next.4
Patch Changes
24a6fda
Thanks @jycouet! - fix: manage well "//" in values0.2.0-next.3
Patch Changes
47abb03
Thanks @jycouet! - fix generate route function0.2.0-next.2
Patch Changes
#506
66a1590
Thanks @jycouet! - fix required search param is now handled#506
66a1590
Thanks @jycouet! - add format_short flag0.2.0-next.1
Patch Changes
779a76b
Thanks @jycouet! - stats only at start0.2.0-next.0
Minor Changes
#502
b161ae8
Thanks @jycouet! - BREAKING: remove optional params in the key#502
b161ae8
Thanks @jycouet! - action "default" needs to be specified, we want to be explicite (will help the route() function & avoid collision)Patch Changes
e43bb98
Thanks @jycouet! - fix: type when there is no element in the Record0.1.4
Patch Changes
#497
429f71b
Thanks @jycouet! - fix: append search params on named action is now working#497
429f71b
Thanks @jycouet! - add warning on using named actions & default action at the same time.0.1.3
Patch Changes
63c74f4
Thanks @jycouet! - fix: actions with or without satisfies are now detected well0.1.2
Patch Changes
#488
80b4138
Thanks @jycouet! - Handle special layout coded in +page@LAYOUT.svelte#489
205c592
Thanks @jycouet! - add path_base management with a boolean to use $app/paths as a prefix or not#486
418f989
Thanks @jycouet! - working with node >=180.1.1
Patch Changes
#475
ada65e2
Thanks @jycouet! - manage [...rest] routes#477
0e2e67d
Thanks @jycouet! - add new format: variables#475
ada65e2
Thanks @jycouet! - Add logs options to display more of less things (by default you have everything)Updated dependencies [
d52c197
]:0.1.1-next.2
Patch Changes
0e2e67d
Thanks @jycouet! - add new format: variables0.1.1-next.1
Patch Changes
#475
ada65e2
Thanks @jycouet! - manage [...rest] routes#475
ada65e2
Thanks @jycouet! - Add logs options to display more of less things (by default you have everything)0.1.1-next.0
Patch Changes
d52c197
]:0.1.0
Minor Changes
ac6e5aa
Thanks @jycouet! - Add LINKSPatch Changes
#451
4312432
Thanks @jycouet! - fix when route is starting with group#448
9e087ba
Thanks @jycouet! - BREAKING: without a param, it's not a function anymore6f6b0d1
Thanks @jycouet! - update readme on npm (this needs a publish of a new version)#448
9e087ba
Thanks @jycouet! - BREAKING: change default format to '/'#448
9e087ba
Thanks @jycouet! - internal: remove ensurePrefix#455
d20fed5
Thanks @jycouet! - rename object_keys_format to format#463
9d0dfd9
Thanks @jycouet! - update readme#461
a076ea5
Thanks @jycouet! - fix: default params in LINKS are now taken into account#448
9e087ba
Thanks @jycouet! - rmv groups from key (as it's not possible to have 2 matching)#455
d20fed5
Thanks @jycouet! - remove exdend in the config to reduce the file nesting0.1.0-next.6
Patch Changes
6f6b0d1
Thanks @jycouet! - update readme on npm (this needs a publish of a new version)0.1.0-next.5
Patch Changes
9d0dfd9
Thanks @jycouet! - update readme0.1.0-next.4
Patch Changes
a076ea5
Thanks @jycouet! - fix: default params in LINKS are now taken into account0.1.0-next.3
Patch Changes
#455
d20fed5
Thanks @jycouet! - rename object_keys_format to format#455
d20fed5
Thanks @jycouet! - remove exdend in the config to reduce the file nesting0.1.0-next.2
Minor Changes
ac6e5aa
Thanks @jycouet! - Add LINKS0.0.15-next.1
Patch Changes
#451
4312432
Thanks @jycouet! - fix when route is starting with group#448
9e087ba
Thanks @jycouet! - BREAKING: without a param, it's not a function anymore#448
9e087ba
Thanks @jycouet! - BREAKING: change default format to '/'#448
9e087ba
Thanks @jycouet! - internal: remove ensurePrefix#448
9e087ba
Thanks @jycouet! - rmv groups from key (as it's not possible to have 2 matching)0.0.15-next.0
Patch Changes
#448
9e087ba
Thanks @jycouet! - BREAKING: without a param, it's not a function anymore#448
9e087ba
Thanks @jycouet! - BREAKING: change default format to '/'#448
9e087ba
Thanks @jycouet! - internal: remove ensurePrefix#448
9e087ba
Thanks @jycouet! - rmv groups from key (as it's not possible to have 2 matching)0.0.14
Patch Changes
113eb68
Thanks @jycouet! - fix: some +page.server can have no action (a load only), not it's managed.0.0.13
Patch Changes
#445
d79866f
Thanks @jycouet! - add override for types#445
d79866f
Thanks @jycouet! - add specifiers management#445
d79866f
Thanks @jycouet! - fix: double search params is now working well0.0.12
Patch Changes
#442
9f047fd
Thanks @jycouet! - add types in package.json for cjsUpdated dependencies [
9f047fd
]:0.0.11
Patch Changes
#432
8e75e6d
Thanks @jycouet! - add cjs optionUpdated dependencies [
94dc048
,c056a39
,8e75e6d
]:0.0.11-next.2
Patch Changes
c056a39
]:0.0.11-next.1
Patch Changes
94dc048
]:0.0.11-next.0
Patch Changes
#432
8e75e6d
Thanks @jycouet! - add cjs optionUpdated dependencies [
8e75e6d
]:0.0.10
Patch Changes
#429
fd9f8a7
Thanks @jycouet! - fix returned path of multi param#429
fd9f8a7
Thanks @jycouet! - add kitRoute (store)#429
fd9f8a7
Thanks @jycouet! - add Storage option (beta, waiting for Runes to have something even better!)0.0.9
Patch Changes
#424
cda7f9c
Thanks @jycouet! - fix ensurePrefix on ROOT#424
cda7f9c
Thanks @jycouet! - add generic types to the plugin0.0.8
Patch Changes
#421
3680a40
Thanks @jycouet! - feat - Add defaults to params#421
3680a40
Thanks @jycouet! - fix optional param not at the start of the path are working as well0.0.7
Patch Changes
82ed37d
Thanks @jycouet! - fix optional param not set0.0.6
Patch Changes
#416
dbb1ad9
Thanks @jycouet! - fix windows paths#417
9ef8103
Thanks @jycouet! - add searchParam config & type setting0.0.5
Patch Changes
#412
f568350
Thanks @jycouet! - fix group routes management#412
f568350
Thanks @jycouet! - manage optional params#412
f568350
Thanks @jycouet! - manage matchers0.0.4
Patch Changes
#408
3b3c4eb
Thanks @jycouet! - when we have only 1 method, let's not add the arg#408
3b3c4eb
Thanks @jycouet! - using nicer keys by default0.0.3
Patch Changes
70e652a
Thanks @jycouet! - add method & action0.0.2
Patch Changes
#403
3d4c5bc
Thanks @jycouet! - init pluginUpdated dependencies [
3d4c5bc
]: