45 KiB
@refinedev/cli
2.16.22
Patch Changes
-
#5398
fda3494215Thanks @alicanerdurmaz! - fix: Remix v2 requires build path as argument forremix-servebut Refine CLI was not passing it. From now on, Refine CLI will pass the build path as argument toremix-servecommand and uses the default./build/index.jsif not provided.You can pass the build path as argument to
refine startcommand.// package.json { "scripts": { "start": "refine start ./build/index.js" } }
2.16.21
Patch Changes
- #5425
190af9fce2Thanks @aliemir! - Updated@refinedev/corepeer dependencies to latest (^4.46.1)
2.16.20
Patch Changes
-
#5296
1b031a2c19Thanks @aliemir! - Updated--devtoolsflag in dev command to allow disabling devtools by--devtools=false. (Issue: #5215) -
Updated dependencies [
1b031a2c19]:- @refinedev/devtools-server@1.1.22
2.16.19
Patch Changes
- #5292
714841da4b24Thanks @aliemir! - Bumpnode-emojidependency resolution to^2.1.3to fix broken CJS builds.
2.16.18
Patch Changes
-
#5290
404f16a947f3Thanks @BatuhanW! - fix: overridenode-emojipackage version used bymarked-terminalto2.1.0fixes the issue: https://github.com/refinedev/refine/issues/5279
2.16.17
Patch Changes
- #5281
97d5d9c98b28Thanks @aliemir! - Fixed the version ofnode-emojito2.1.0. Sincev2.1.1depends on an ESM-only package, it breaks the build.
2.16.16
Patch Changes
- Updated dependencies []:
- @refinedev/devtools-server@1.1.21
2.16.15
Patch Changes
-
#5208
72f9f608f42Thanks @BatuhanW! - chore: update announcements source from next to master branch. -
Updated dependencies [
72f9f608f42]:- @refinedev/devtools-server@1.1.20
2.16.14
Patch Changes
- Updated dependencies []:
- @refinedev/devtools-server@1.1.19
2.16.13
Patch Changes
- Updated dependencies []:
- @refinedev/devtools-server@1.1.18
2.16.12
Patch Changes
-
#5151
b5f93f60f1dThanks @aliemir! - Update@refinedev/coreversion check for devtools runner to do a wider check to locate the package and its version. If the location is not found, it will start devtools without a version check. -
Updated dependencies [
2bd813f62bf,38f2a9b2e71]:- @refinedev/devtools-server@1.1.17
2.16.11
Patch Changes
-
#5151
b5f93f60f1dThanks @aliemir! - Update@refinedev/coreversion check for devtools runner to do a wider check to locate the package and its version. If the location is not found, it will start devtools without a version check. -
Updated dependencies [
2bd813f62bf,38f2a9b2e71]:- @refinedev/devtools-server@1.1.16
2.16.10
Patch Changes
- Updated dependencies [
be419eb31bc]:- @refinedev/devtools-server@1.1.15
2.16.9
Patch Changes
- Updated dependencies [
be419eb31bc]:- @refinedev/devtools-server@1.1.14
2.16.8
Patch Changes
- Updated dependencies [
78117485899]:- @refinedev/devtools-server@1.1.13
2.16.7
Patch Changes
- Updated dependencies [
78117485899]:- @refinedev/devtools-server@1.1.12
2.16.6
Patch Changes
-
#5073
6c40a720140Thanks @alicanerdurmaz! - chore: The packagesink,ink-markdown, andink-tablehave been replaced withmarked,marked-terminal, andcli-table3packages. -
Updated dependencies [
61366ebd866]:- @refinedev/devtools-server@1.1.11
2.16.5
Patch Changes
-
#5073
6c40a720140Thanks @alicanerdurmaz! - chore: The packagesink,ink-markdown, andink-tablehave been replaced withmarked,marked-terminal, andcli-table3packages. -
Updated dependencies [
61366ebd866]:- @refinedev/devtools-server@1.1.10
2.16.4
Patch Changes
-
#26
7533e541739Thanks @pull! - feat: From now on,npm run refine devtools initupdates@refinedev/coreto latest version. -
Updated dependencies [
7533e541739]:- @refinedev/devtools-server@1.1.9
2.16.3
Patch Changes
-
#5055
68f24d5b596Thanks @alicanerdurmaz! - feat: From now on,npm run refine devtools initupdates@refinedev/coreto latest version. -
Updated dependencies [
1fa531ebe89]:- @refinedev/devtools-server@1.1.8
2.16.2
Patch Changes
-
#5055
68f24d5b596Thanks @alicanerdurmaz! - feat: From now on,npm run refine devtools initupdates@refinedev/coreto latest version. -
Updated dependencies [
1fa531ebe89]:- @refinedev/devtools-server@1.1.7
2.16.1
Patch Changes
-
#5022
80513a4e42fThanks @BatuhanW! - chore: update README.md- fix grammar errors.
- make all README.md files consistent.
- add code example code snippets.
-
#5024
1bb29d9fc3dThanks @aliemir! - Added dynamic announcements to the CLI to show when a command is executed. Users will be able to receive news and updates about refine without having to update their dependencies. -
Updated dependencies [
80513a4e42f,20f5b6128d4]:- @refinedev/devtools-server@1.1.6
2.16.0
Minor Changes
- #5024
1bb29d9fc3dThanks @aliemir! - Added dynamic announcements to the CLI to show when a command is executed. Users will be able to receive news and updates about refine without having to update their dependencies.
Patch Changes
-
#5022
80513a4e42fThanks @BatuhanW! - chore: update README.md- fix grammar errors.
- make all README.md files consistent.
- add code example code snippets.
-
Updated dependencies [
80513a4e42f,20f5b6128d4]:- @refinedev/devtools-server@1.1.5
2.15.4
Patch Changes
-
#5008
c8499114e55Thanks @aliemir! - Fixed the@refinedev/devtools-serverdependency version for following the releases easily. -
Updated dependencies [
c8499114e55]:- @refinedev/devtools-server@1.1.4
2.15.3
Patch Changes
-
#5008
c8499114e55Thanks @aliemir! - Fixed the@refinedev/devtools-serverdependency version for following the releases easily. -
Updated dependencies [
c8499114e55]:- @refinedev/devtools-server@1.1.3
2.15.2
Patch Changes
-
#4995
ab01e8e32d8Thanks @omeraplak! - Updated@refinedev/devtools-serverdependency -
Updated dependencies [
ab01e8e32d8,ab01e8e32d8]:- @refinedev/devtools-server@1.1.2
2.15.1
Patch Changes
-
#4995
ab01e8e32d8Thanks @omeraplak! - Updated@refinedev/devtools-serverdependency -
Updated dependencies [
ab01e8e32d8,ab01e8e32d8]:- @refinedev/devtools-server@1.1.1
2.15.0
Minor Changes
-
#4979
1958c77e7e3Thanks @alicanerdurmaz! - feat: addeddevtools initcommand. From now on, you can install refine devtools with a single command and add the necessary components to your project.npm run refine devtools init
2.14.0
Minor Changes
-
#4979
1958c77e7e3Thanks @alicanerdurmaz! - feat: addeddevtools initcommand. From now on, you can install refine devtools with a single command and add the necessary components to your project.npm run refine devtools init
2.13.0
Minor Changes
-
#4960
d8e464fa2c4Thanks @aliemir! - Integration with refine devtools.Now you can start the Devtools server using the
refine devtoolscommand or when the server will be started automatically when you start your app in development mode usingrefine devcommand if you have@refinedev/devtoolsinstalled.
Patch Changes
-
#4971
34b23d84368Thanks @omeraplak! - chore: add refine devtools warning -
#4976
ed026da4239Thanks @aliemir! - Updated dependency of@refinedev/devtools-server -
25539d23320Thanks @aliemir! - Updated@refinedev/devtools-serverdependency -
Updated dependencies [
d8e464fa2c4,246b3cb6a00,ed026da4239]:- @refinedev/devtools-server@1.1.0
2.12.2
Patch Changes
-
#4971
34b23d84368Thanks @omeraplak! - chore: add refine devtools warning -
#4976
ed026da4239Thanks @aliemir! - Updated dependency of@refinedev/devtools-server -
Updated dependencies [
ed026da4239]:- @refinedev/devtools-server@1.0.2
2.12.1
Patch Changes
-
25539d23320Thanks @aliemir! - Updated@refinedev/devtools-serverdependency -
Updated dependencies [
246b3cb6a00]:- @refinedev/devtools-server@1.0.1
2.12.0
Minor Changes
-
#4960
d8e464fa2c4Thanks @aliemir! - Integration with refine devtools.Now you can start the Devtools server using the
refine devtoolscommand or when the server will be started automatically when you start your app in development mode usingrefine devcommand if you have@refinedev/devtoolsinstalled.
Patch Changes
- Updated dependencies [
d8e464fa2c4]:- @refinedev/devtools-server@1.0.0
2.11.0
Minor Changes
-
#4904
b1ab9a23520Thanks @alicanerdurmaz! - feat: addedaddcommand to add new features to the project Now you can add a new provider or resource to the project using the commandnpm run refine add <arg>.npm run refine add resource posts: will add a new resource to the project with the nameposts.npm run refine add auth: will add a new auth provider to the project.npm run refine add data: will add a new data provider to the project.npm run refine add live: will add a new live provider to the project.npm run refine add access-control: will add a new access control provider to the project.npm run refine add audit-log: will add a new audit log provider to the project.npm run refine add i18n: will add a new i18n provider to the project.npm run refine add notification: will add a new notification provider to the project.
2.10.0
Minor Changes
-
#4904
b1ab9a23520Thanks @alicanerdurmaz! - feat: addedaddcommand to add new features to the project Now you can add a new provider or resource to the project using the commandnpm run refine add <arg>.npm run refine add resource posts: will add a new resource to the project with the nameposts.npm run refine add auth: will add a new auth provider to the project.npm run refine add data: will add a new data provider to the project.npm run refine add live: will add a new live provider to the project.npm run refine add access-control: will add a new access control provider to the project.npm run refine add audit-log: will add a new audit log provider to the project.npm run refine add i18n: will add a new i18n provider to the project.npm run refine add notification: will add a new notification provider to the project.
2.9.0
Minor Changes
- #4833
9a24e46020dThanks @mikeyfarina! - add "--platform" option on cli to start, dev, and build to specify project type
2.8.0
Minor Changes
- #4833
9a24e46020dThanks @mikeyfarina! - add "--platform" option on cli to start, dev, and build to specify project type
2.7.6
Patch Changes
- #4777
e33f22da1c3Thanks @yildirayunlu! - feat: addedchangeloglink to version table generated withcheck-updatescommand
2.7.5
Patch Changes
- #4777
e33f22da1c3Thanks @yildirayunlu! - feat: addedchangeloglink to version table generated withcheck-updatescommand
2.7.4
Patch Changes
-
#4696
35a2c695a74Thanks @BatuhanW! - feat: CLI will try to readprojectIdfrom package.json if exists and send it to the telemetry server.Also removed redundant comment lines on resource generation.
2.7.3
Patch Changes
-
#4696
35a2c695a74Thanks @BatuhanW! - feat: CLI will try to readprojectIdfrom package.json if exists and send it to the telemetry server.Also removed redundant comment lines on resource generation.
2.7.2
Patch Changes
- #4614
c9fecca3c33Thanks @omeraplak! - chore: add refine cloud early access message
2.7.1
Patch Changes
- #4614
c9fecca3c33Thanks @omeraplak! - chore: add refine cloud early access message
2.7.0
Minor Changes
- #4516
6fdf9c002c5Thanks @omeraplak! - feat: added HeadlessInferencer support for thecreate-resourcecommand.
2.6.0
Minor Changes
- #4516
6fdf9c002c5Thanks @omeraplak! - feat: added HeadlessInferencer support for thecreate-resourcecommand.
2.5.5
Patch Changes
- #4350
79955f1dfefThanks @BatuhanW! - feat: added proxy command to CLI
2.5.4
Patch Changes
- #4350
79955f1dfefThanks @BatuhanW! - feat: added proxy command to CLI
2.5.3
Patch Changes
-
#4195
18f955a064eThanks @aliemir! - fix(cli): add file system check to find installed packagesUpdated the package find logic and added file system check for double checking if the package is installed or not.
2.5.2
Patch Changes
-
#4195
18f955a064eThanks @aliemir! - fix(cli): add file system check to find installed packagesUpdated the package find logic and added file system check for double checking if the package is installed or not.
2.5.1
Patch Changes
-
#4195
18f955a064eThanks @aliemir! - fix(cli): add file system check to find installed packagesUpdated the package find logic and added file system check for double checking if the package is installed or not.
2.5.0
Minor Changes
-
#4187
014ad4d5e79Thanks @aliemir! - refactor: userequire.resolveto find script executables.Updated the runner command to use
require.resolveto find the script executable. This allows the script to be run from anywhere in the project and allow mono-repos with workspaces to work. -
#4187
014ad4d5e79Thanks @aliemir! - refactor: userequire.resolveto find refine package paths.Updated the refine package search to use
require.resolveto find the package path. This allows the package to be run from anywhere in the project and allow mono-repos with workspaces to work.
2.4.0
Minor Changes
-
#4187
014ad4d5e79Thanks @aliemir! - refactor: userequire.resolveto find script executables.Updated the runner command to use
require.resolveto find the script executable. This allows the script to be run from anywhere in the project and allow mono-repos with workspaces to work. -
#4187
014ad4d5e79Thanks @aliemir! - refactor: userequire.resolveto find refine package paths.Updated the refine package search to use
require.resolveto find the package path. This allows the package to be run from anywhere in the project and allow mono-repos with workspaces to work.
2.3.0
Minor Changes
- #4149
ca6a2b18576Thanks @alicanerdurmaz! - feat: added required packages to install after swizzling. Now with this feature, users can automatically install the required packages after swizzling.
Patch Changes
- #4138
a15634d6621Thanks @alicanerdurmaz! - fix: When the project type is vite, therefine devcommand was runningvite start. It is now changed tovite dev, because there is nostartcommand in vite.
2.2.0
Minor Changes
- #4149
ca6a2b18576Thanks @alicanerdurmaz! - feat: added required packages to install after swizzling. Now with this feature, users can automatically install the required packages after swizzling.
Patch Changes
- #4138
a15634d6621Thanks @alicanerdurmaz! - fix: When the project type is vite, therefine devcommand was runningvite start. It is now changed tovite dev, because there is nostartcommand in vite.
2.1.2
Patch Changes
-
#3976
7e793ee9dc3Thanks @BatuhanW! - feat: added parcel supportfixed: refine --version doesn't return refine cli's version. fixed: add error message if user tries to run script with unsupported package. fixed: added "unknown" project type as fallback.
2.1.1
Patch Changes
-
#3976
7e793ee9dc3Thanks @BatuhanW! - feat: added parcel supportfixed: refine --version doesn't return refine cli's version. fixed: add error message if user tries to run script with unsupported package. fixed: added "unknown" project type as fallback.
2.1.0
Minor Changes
-
Thanks @aliemir, @alicanerdurmaz, @batuhanW, @salihozdemir, @yildirayunlu, @recepkutuk! Moving to the
@refinedevscope 🎉🎉Moved to the
@refinedevscope and updated our packages to use the new scope. From now on, all packages will be published under the@refinedevscope with their new names.Now, we're also removing the
refineprefix from all packages. So, the@pankod/refine-corepackage is now@refinedev/core,@pankod/refine-antdis now@refinedev/antd, and so on.
Patch Changes
1.19.0
Minor Changes
- #3822
0baa99ba787Thanks @BatuhanW! - - refine v4 release announcement added to "postinstall". - refine v4 is released 🎉 The new version is 100% backward compatible. You can upgrade to v4 with a single command! See the migration guide here: https://refine.dev/docs/migration-guide/3x-to-4x
1.18.0
Minor Changes
- #3822
0baa99ba787Thanks @BatuhanW! - - refine v4 release announcement added to "postinstall". - refine v4 is released 🎉 The new version is 100% backward compatible. You can upgrade to v4 with a single command! See the migration guide here: https://refine.dev/docs/migration-guide/3x-to-4x
1.17.2
Patch Changes
- #3685
b6812af2293Thanks @alicanerdurmaz! - - Fixed:provideCliHelpersfunction type error.
1.17.1
Patch Changes
- #3685
b6812af2293Thanks @alicanerdurmaz! - - Fixed:provideCliHelpersfunction type error.
1.17.0
Minor Changes
- #3349
4853ac484dfThanks @vanflux! - Ignoring "npm ls" exit code to get package list
Patch Changes
- #3367
e850fe25400Thanks @alicanerdurmaz! - Fixed:ReferenceError: btoa is not defined. #3366 useBuffer.fromwhenbtoais"undefined"for base64 encoding.
1.16.0
Minor Changes
- #3349
4853ac484dfThanks @vanflux! - Ignoring "npm ls" exit code to get package list
Patch Changes
- #3367
e850fe25400Thanks @alicanerdurmaz! - Fixed:ReferenceError: btoa is not defined. #3366 useBuffer.fromwhenbtoais"undefined"for base64 encoding.
1.15.0
Minor Changes
- #3330
ff2b87f92afThanks @aliemir! - Do not prompt the component selection if there is only one component to swizzle.
1.14.0
Minor Changes
- #3330
ff2b87f92afThanks @aliemir! - Do not prompt the component selection if there is only one component to swizzle.
1.13.6
Patch Changes
- #3315
dda827e9a58Thanks @yasnbouz! - Fixed:Ctrl+cnot killing running dev; leaving ports open - #3175 Fixed: terminal output color w/ envFORCE_COLOR=true
1.13.5
Patch Changes
- #3315
dda827e9a58Thanks @yasnbouz! - Fixed:Ctrl+cnot killing running dev; leaving ports open - #3175 Fixed: terminal output color w/ envFORCE_COLOR=true
1.13.4
Patch Changes
- #3282
996b9077ea0Thanks @alicanerdurmaz! - Added:npm -lswas always throws an error. From now returnsnull, with this wayerrorhandling can be done when needed.
1.13.3
Patch Changes
- #3282
996b9077ea0Thanks @alicanerdurmaz! - Added:npm -lswas always throws an error. From now returnsnull, with this wayerrorhandling can be done when needed.
1.13.2
Patch Changes
- #3239
989ba9f13a1Thanks @omeraplak! - fix: the build command was exiting with "0" exit code on error - #3234
1.13.1
Patch Changes
- #3239
989ba9f13a1Thanks @omeraplak! - fix: the build command was exiting with "0" exit code on error - #3234
1.13.0
Minor Changes
- #3136
b5b99b485f2Thanks @yildirayunlu! - Downgradejscodeshift"^0.14.0"to"0.13.0".
Patch Changes
- #3133
87c875fcf51Thanks @alicanerdurmaz! - Fixed: add await totelemetryfetch()
1.12.0
Minor Changes
- #3136
b5b99b485f2Thanks @yildirayunlu! - Downgradejscodeshift"^0.14.0"to"0.13.0".
Patch Changes
- #3133
87c875fcf51Thanks @alicanerdurmaz! - Fixed: add await totelemetryfetch()
1.11.0
Minor Changes
- #3130
0b428512b98Thanks @yildirayunlu! - Removed UI framework requirement increate-resourcecommand.
1.10.0
Minor Changes
- #3130
0b428512b98Thanks @yildirayunlu! - Removed UI framework requirement increate-resourcecommand.
1.9.0
Minor Changes
- #3109
16549ed3012Thanks @aliemir! - - Updated command order (swizzleto the top)- Added installed packages notification at the start of the
swizzlecommand. - Updated
swizzlecommand to respect project file paths (/srcor/app) - Added grouping option for installed packages at the first prompt of the
swizzlecommand. - Syntax highlighting and improvements for
swizzlesuccess messages.
- Added installed packages notification at the start of the
1.8.0
Minor Changes
- #3109
16549ed3012Thanks @aliemir! - - Updated command order (swizzleto the top)- Added installed packages notification at the start of the
swizzlecommand. - Updated
swizzlecommand to respect project file paths (/srcor/app) - Added grouping option for installed packages at the first prompt of the
swizzlecommand. - Syntax highlighting and improvements for
swizzlesuccess messages.
- Added installed packages notification at the start of the
1.7.0
Minor Changes
-
#3062
6c2ed708a9aThanks @aliemir! -swizzlecommand added to the CLI. 🎉It allows you to copy the latest version of supported components and functions to your project and customize it the way you want.
swizzlecommand will prompt you with package and component selection, then copy the latest version of the component to your project and log the path of the copied files.
1.6.0
Minor Changes
-
#3062
6c2ed708a9aThanks @aliemir! -swizzlecommand added to the CLI. 🎉It allows you to copy the latest version of supported components and functions to your project and customize it the way you want.
swizzlecommand will prompt you with package and component selection, then copy the latest version of the component to your project and log the path of the copied files.
1.5.3
Patch Changes
- #3101
355937d7032Thanks @omeraplak! - No more joke for CLI :(
1.5.2
Patch Changes
- #3101
355937d7032Thanks @omeraplak! - No more joke for CLI :(
1.5.1
Patch Changes
-
#3092
984f1c21ab6Thanks @alicanerdurmaz! - Added: Warning command description changed accordingrefine CLIinstalled or not.- If
refine CLIis installed, It will be shown asnpm run refine updatecommand. - IF
refine CLIis not installed, It will be shown asnpx refine updatecommand.- package manager will be detected automatically.
- If
1.5.0
Minor Changes
- #3085
1ff8002f31dThanks @yildirayunlu! - Inferencer support added to the resources created with therefine-cli.
1.4.0
Minor Changes
- #3085
1ff8002f31dThanks @yildirayunlu! - Inferencer support added to the resources created with therefine-cli.
1.3.1
Patch Changes
- #3083
9a2f3bd2d61Thanks @alicanerdurmaz! - Added: undefinedprocess.NODE_ENVvalue set to thedevelopmentfromproduction.
1.3.0
Minor Changes
- #3067
6f83ddba2adThanks @alicanerdurmaz! - Added:whoamicommand torefine-cli. It's shows details of the development environment. Added: telemetry torefine-clicommands.
Patch Changes
-
#3080
407250fba24Thanks @alicanerdurmaz! - Added:@types/figletas adevDependencies -
#3078
37fac3e9cfaThanks @alicanerdurmaz! - Fixed:figletmoved todependenciesfromdevDependencies
1.2.0
Minor Changes
- #3067
6f83ddba2adThanks @alicanerdurmaz! - Added:whoamicommand torefine-cli. It's shows details of the development environment. Added: telemetry torefine-clicommands.
Patch Changes
-
#3080
407250fba24Thanks @alicanerdurmaz! - Added:@types/figletas adevDependencies -
#3078
37fac3e9cfaThanks @alicanerdurmaz! - Fixed:figletmoved todependenciesfromdevDependencies
1.1.4
Patch Changes
1fa9e25ac23Thanks @omeraplak! - Added some fun
1.1.3
Patch Changes
- #3063
949b8bd6ac9Thanks @yildirayunlu! - Added unique check oncreate-resourcewithrefine-cli.
1.1.2
Patch Changes
-
#3058
5f43dc6361fThanks @alicanerdurmaz! - Added: The description ofdev,start,buildcommands changed according to project type. -
#3060
1a53f4c4699Thanks @yildirayunlu! - - Rename command namegenerate:resourcetocreate-resource.- Removed the requirement for the
resource nameparameter. Ask forresource nameandactionswithinquirer. - Add multiple resource create support. (
refine create-resource post category user)
- Removed the requirement for the
-
#3056
29417155780Thanks @alicanerdurmaz! - Fixedrefine check-updatesshowing packages when current version ahead of next
1.1.1
Patch Changes
- #3049
da4d6320580Thanks @yildirayunlu! - - Fixcreate-refine-appargument error.- Add bin params on
refine-clipackage.json
- Add bin params on
1.1.0
Minor Changes
- #3028
2af26e9b91bThanks @yildirayunlu! - Initial release for@pankod/refine-cliandrefine-create-app🎉