📦 RELEASE: preparing next version (next) #777
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
[email protected]
vite-plugin-kit-routes
0.7.0-next.1
Minor Changes
74295f9Thanks @github-actions! - Bump internals to Svelte 5
Patch Changes
[
74295f9]:0.6.12-next.0
Patch Changes
#760
3d93a2aThanks @jycouet! - remove babel & refact as direct dep and move it
to @kitql/internals
Updated dependencies
[
3d93a2a,3d93a2a]:0.6.11
Patch Changes
#745
a3d166dThanks @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
6e95cf7Thanks @jycouet! - add trailingSlash option to config (as a global
flag)
0.6.5
Patch Changes
#689
60a8033Thanks @jycouet! - switch internal function to inline to avoid ts
warnings
#687
db682d4Thanks @Dan1ve! - Methods with _ prefix in +server.ts are NOT
exported in ROUTES.ts
0.6.4
Patch Changes
3b996e1Thanks @jycouet! - fix warning about noUnusedLocals on generated
ROUTE file
0.6.3
Patch Changes
99c9786Thanks @duducpp! - add routes as Set (with all routes options) &
Routes type.
0.6.2
Patch Changes
35568fbThanks @jycouet! - fix relative path on windows (using posix)
0.6.1
Patch Changes
f886a69Thanks @jycouet! - add
format_page_route_idoption0.6.0
Minor Changes
aeb2577Thanks @jycouet! - fix: vite plugin type to use PluginOption
Patch Changes
[
aeb2577]:0.5.3
Patch Changes
#629
f474d6fThanks @jycouet! - bump internals
Updated dependencies
[
f474d6f]:0.5.2
Patch Changes
#608
b0b7bf0Thanks @jycouet! - new option
routes_pathto match your customconfig
Updated dependencies []:
0.5.1
Patch Changes
#599
5a2f362Thanks @jycouet! - remove a warning log that is internal
Updated dependencies []:
0.5.0
Minor Changes
87432e8Thanks @fehnomenal! - Replace colons in path identifiers
0.4.0
Minor Changes
7d1f998Thanks @fehnomenal! - also generate routes during build
0.3.0
Minor Changes
#585
b9fc188Thanks @fehnomenal! - support array search parameters
#574
d6b5a08Thanks @jycouet! - bump to vite 5
Patch Changes
[
d6b5a08,d6b5a08,2aaacce]:0.3.0-next.1
Minor Changes
d6b5a08Thanks @jycouet! - bump to vite 5
Patch Changes
[
d6b5a08,d6b5a08]:0.2.13-next.0
Patch Changes
[
2aaacce]:0.2.12
Patch Changes
[
34dfde6]:0.2.11
Patch Changes
c162424Thanks @jycouet! - detect export function (not only export const) in
+server.ts files
0.2.10
Patch Changes
[
86e6594]:0.2.9
Patch Changes
[
365743e]:0.2.8
Patch Changes
47d9f4dThanks @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
81fb90aThanks @jycouet! - add formats
route(path) & object[path]ANDroute(symbol) & object[symbol]exporting everything0.2.5
Patch Changes
f68f150Thanks @jycouet! - feat: infer route parameter type from matcher's
guard check if applicable (Infer route parameter type from matcher's guard check if applicable sveltejs/kit#10755, thx @LorisSigrist)
0.2.4
Patch Changes
91e4b65Thanks @jycouet! - handle nested groups properly
0.2.3
Patch Changes
3971fc3Thanks @jycouet! - manage path starting with a group
0.2.2
Patch Changes
99f6ed1Thanks @kran6a! - fix: symbol format with a path having a "." is now
handle
0.2.1
Patch Changes
3f511c6Thanks @jycouet! - fix: stats are now shown only at start if turned
on
0.2.0
Minor Changes
#502
b161ae8Thanks @jycouet! - BREAKING: remove optional params in the key
#502
b161ae8Thanks @jycouet! - action "default" needs to be specified, we want
to be explicite (will help the route() function & avoid collision)
Patch Changes
#506
66a1590Thanks @jycouet! - fix required search param is now handled
#506
66a1590Thanks @jycouet! - add shorten_args_if_one_required flag
779a76bThanks @jycouet! - stats only at start
#511
24a6fdaThanks @jycouet! - fix: manage well "//" in values
#517
e1dd657Thanks @jycouet! - in format_short, recalculate optionality of
params
47abb03Thanks @jycouet! - fix generate route function
#517
e1dd657Thanks @jycouet! - add util currentSp() function
#500
e43bb98Thanks @jycouet! - fix: type when there is no element in the Record
#517
e1dd657Thanks @jycouet! - update logs params (with no stats by default)
#517
e1dd657Thanks @jycouet! - rename shorten_args_if_one_required to
format_short
#517
e1dd657Thanks @jycouet! - explicit params has now a higher priority than sp
0.2.0-next.5
Patch Changes
#517
e1dd657Thanks @jycouet! - in format_short, recalculate optionality of
params
#517
e1dd657Thanks @jycouet! - add util currentSp() function
#517
e1dd657Thanks @jycouet! - update logs params (with no stats by default)
#517
e1dd657Thanks @jycouet! - rename shorten_args_if_one_required to
format_short
#517
e1dd657Thanks @jycouet! - explicit params has now a higher priority than sp
0.2.0-next.4
Patch Changes
24a6fdaThanks @jycouet! - fix: manage well "//" in values
0.2.0-next.3
Patch Changes
47abb03Thanks @jycouet! - fix generate route function
0.2.0-next.2
Patch Changes
#506
66a1590Thanks @jycouet! - fix required search param is now handled
#506
66a1590Thanks @jycouet! - add format_short flag
0.2.0-next.1
Patch Changes
779a76bThanks @jycouet! - stats only at start
0.2.0-next.0
Minor Changes
#502
b161ae8Thanks @jycouet! - BREAKING: remove optional params in the key
#502
b161ae8Thanks @jycouet! - action "default" needs to be specified, we want
to be explicite (will help the route() function & avoid collision)
Patch Changes
e43bb98Thanks @jycouet! - fix: type when there is no element in the Record
0.1.4
Patch Changes
#497
429f71bThanks @jycouet! - fix: append search params on named action is now
working
#497
429f71bThanks @jycouet! - add warning on using named actions & default
action at the same time.
0.1.3
Patch Changes
63c74f4Thanks @jycouet! - fix: actions with or without satisfies are now
detected well
0.1.2
Patch Changes
#488
80b4138Thanks @jycouet! - Handle special layout coded in
[email protected]
#489
205c592Thanks @jycouet! - add path_base management with a boolean to use
$app/paths as a prefix or not
#486
418f989Thanks @jycouet! - working with node >=18
0.1.1
Patch Changes
#475
ada65e2Thanks @jycouet! - manage [...rest] routes
#477
0e2e67dThanks @jycouet! - add new format: variables
#475
ada65e2Thanks @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
0e2e67dThanks @jycouet! - add new format: variables
0.1.1-next.1
Patch Changes
#475
ada65e2Thanks @jycouet! - manage [...rest] routes
#475
ada65e2Thanks @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
ac6e5aaThanks @jycouet! - Add LINKS
Patch Changes
#451
4312432Thanks @jycouet! - fix when route is starting with group
#448
9e087baThanks @jycouet! - BREAKING: without a param, it's not a function
anymore
6f6b0d1Thanks @jycouet! - update readme on npm (this needs a publish of a
new version)
#448
9e087baThanks @jycouet! - BREAKING: change default format to '/'
#448
9e087baThanks @jycouet! - internal: remove ensurePrefix
#455
d20fed5Thanks @jycouet! - rename object_keys_format to format
#463
9d0dfd9Thanks @jycouet! - update readme
#461
a076ea5Thanks @jycouet! - fix: default params in LINKS are now taken into
account
#448
9e087baThanks @jycouet! - rmv groups from key (as it's not possible to have
2 matching)
#455
d20fed5Thanks @jycouet! - remove exdend in the config to reduce the file
nesting
0.1.0-next.6
Patch Changes
6f6b0d1Thanks @jycouet! - update readme on npm (this needs a publish of a
new version)
0.1.0-next.5
Patch Changes
9d0dfd9Thanks @jycouet! - update readme
0.1.0-next.4
Patch Changes
a076ea5Thanks @jycouet! - fix: default params in LINKS are now taken into
account
0.1.0-next.3
Patch Changes
#455
d20fed5Thanks @jycouet! - rename object_keys_format to format
#455
d20fed5Thanks @jycouet! - remove exdend in the config to reduce the file
nesting
0.1.0-next.2
Minor Changes
ac6e5aaThanks @jycouet! - Add LINKS
0.0.15-next.1
Patch Changes
#451
4312432Thanks @jycouet! - fix when route is starting with group
#448
9e087baThanks @jycouet! - BREAKING: without a param, it's not a function
anymore
#448
9e087baThanks @jycouet! - BREAKING: change default format to '/'
#448
9e087baThanks @jycouet! - internal: remove ensurePrefix
#448
9e087baThanks @jycouet! - rmv groups from key (as it's not possible to have
2 matching)
0.0.15-next.0
Patch Changes
#448
9e087baThanks @jycouet! - BREAKING: without a param, it's not a function
anymore
#448
9e087baThanks @jycouet! - BREAKING: change default format to '/'
#448
9e087baThanks @jycouet! - internal: remove ensurePrefix
#448
9e087baThanks @jycouet! - rmv groups from key (as it's not possible to have
2 matching)
0.0.14
Patch Changes
113eb68Thanks @jycouet! - fix: some +page.server can have no action (a load
only), not it's managed.
0.0.13
Patch Changes
#445
d79866fThanks @jycouet! - add override for types
#445
d79866fThanks @jycouet! - add specifiers management
#445
d79866fThanks @jycouet! - fix: double search params is now working well
0.0.12
Patch Changes
#442
9f047fdThanks @jycouet! - add types in package.json for cjs
Updated dependencies
[
9f047fd]:0.0.11
Patch Changes
#432
8e75e6dThanks @jycouet! - add cjs option
Updated 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
8e75e6dThanks @jycouet! - add cjs option
Updated dependencies
[
8e75e6d]:0.0.10
Patch Changes
#429
fd9f8a7Thanks @jycouet! - fix returned path of multi param
#429
fd9f8a7Thanks @jycouet! - add kitRoute (store)
#429
fd9f8a7Thanks @jycouet! - add Storage option (beta, waiting for Runes to
have something even better!)
0.0.9
Patch Changes
#424
cda7f9cThanks @jycouet! - fix ensurePrefix on ROOT
#424
cda7f9cThanks @jycouet! - add generic types to the plugin
0.0.8
Patch Changes
#421
3680a40Thanks @jycouet! - feat - Add defaults to params
#421
3680a40Thanks @jycouet! - fix optional param not at the start of the path
are working as well
0.0.7
Patch Changes
82ed37dThanks @jycouet! - fix optional param not set
0.0.6
Patch Changes
#416
dbb1ad9Thanks @jycouet! - fix windows paths
#417
9ef8103Thanks @jycouet! - add searchParam config & type setting
0.0.5
Patch Changes
#412
f568350Thanks @jycouet! - fix group routes management
#412
f568350Thanks @jycouet! - manage optional params
#412
f568350Thanks @jycouet! - manage matchers
0.0.4
Patch Changes
#408
3b3c4ebThanks @jycouet! - when we have only 1 method, let's not add the arg
#408
3b3c4ebThanks @jycouet! - using nicer keys by default
0.0.3
Patch Changes
70e652aThanks @jycouet! - add method & action
0.0.2
Patch Changes
#403
3d4c5bcThanks @jycouet! - init plugin
Updated dependencies
[
3d4c5bc]: