diff --git a/README.md b/README.md index c0a5bb41..310b48b0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -
+# Important Notice + +> **⚠ Project Discontinuation** +> We regret to inform you that this project is no longer maintained. For an alternative solution, consider using [React Query](https://tanstack.com/query) + +@@ -74,15 +79,15 @@ Please read the [contributing guidelines](.github/CONTRIBUTING.md) and [code of [react-status]: https://img.shields.io/npm/v/@data-provider/react.svg [react-package]: https://npmjs.com/package/@data-provider/react -[website-url]: https://www.data-provider.org +[website-url]: https://data-provider.javierbrea.com [axios-library]: https://github.com/axios/axios [nodejs]: https://nodejs.org/en/ [reselect]: https://github.com/reduxjs/reselect [redux]: https://redux.js.org/ -[api-store-manager]: https://www.data-provider.org/docs/api-store-manager +[api-store-manager]: https://data-provider.javierbrea.com/docs/api-store-manager [react]: https://reactjs.org/ -[addons]: https://www.data-provider.org/docs/addons-intro +[addons]: https://data-provider.javierbrea.com/docs/addons-intro [data-provider-react]: ./packages/react/README.md [data-provider-axios]: ./packages/axios/README.md [data-provider-browser-storage]: ./packages/browser-storage/README.md diff --git a/examples/basic-tutorial/README.md b/examples/basic-tutorial/README.md index ee451584..f5312757 100644 --- a/examples/basic-tutorial/README.md +++ b/examples/basic-tutorial/README.md @@ -1,6 +1,6 @@ # Data Provider basic tutorial -This folder contains the source code of the [data-provider basic tutorial](https://www.data-provider.org/docs/basics-intro). +This folder contains the source code of the [data-provider basic tutorial](https://data-provider.javierbrea.com/docs/basics-intro). # Requirements diff --git a/examples/custom-origins/README.md b/examples/custom-origins/README.md index 99da2195..de6e52c1 100644 --- a/examples/custom-origins/README.md +++ b/examples/custom-origins/README.md @@ -2,7 +2,7 @@ This folder contains an example of how to implement a data-provider custom origin addon. -The source code of the addon (an [example from the data-provider website](https://www.data-provider.org/docs/addons-creating-origin-addons)) is in the [./src/Fetcher.js](./src/Fetcher.js) file , and usage examples are in the [./usage-examples](./usage-examples) folder. +The source code of the addon (an [example from the data-provider website](https://data-provider.javierbrea.com/docs/addons-creating-origin-addons)) is in the [./src/Fetcher.js](./src/Fetcher.js) file , and usage examples are in the [./usage-examples](./usage-examples) folder. # Requirements diff --git a/packages/axios/CHANGELOG.md b/packages/axios/CHANGELOG.md index 9c3531a0..94a3a1c8 100644 --- a/packages/axios/CHANGELOG.md +++ b/packages/axios/CHANGELOG.md @@ -161,7 +161,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [2.0.0] - 2020-03-14 -> DISCLAIMER: This major release still maintains the concept of the previous "data-provider" versions, but a lot of BREAKING CHANGES have been made to the interfaces in order to improve the usage experience, apart of performance improvements and fixes. A chapter "how to migrate from 1.x" will be added to the documentation website to facilitate the migration to this new version, as the maintenance of 1.X versions will be stopped soon. Read Date Provider Changelog and docs in https://www.data-provider.org for further info. +> DISCLAIMER: This major release still maintains the concept of the previous "data-provider" versions, but a lot of BREAKING CHANGES have been made to the interfaces in order to improve the usage experience, apart of performance improvements and fixes. A chapter "how to migrate from 1.x" will be added to the documentation website to facilitate the migration to this new version, as the maintenance of 1.X versions will be stopped soon. Read Date Provider Changelog and docs in https://data-provider.javierbrea.com for further info. ### Changed - chore(deps): [BREAKING CHANGE] Update @data-provider dependency to v2.0.0 diff --git a/packages/axios/README.md b/packages/axios/README.md index 8aaac769..880db575 100644 --- a/packages/axios/README.md +++ b/packages/axios/README.md @@ -1,4 +1,9 @@ -
+# Important Notice + +> **⚠ Project Discontinuation** +> We regret to inform you that this project is no longer maintained. For an alternative solution, consider using [React Query](https://tanstack.com/query) + +@@ -262,7 +267,7 @@ Please read the [contributing guidelines](https://github.com/data-provider/core/ [data-provider-url]: https://github.com/data-provider/core [path-to-regex]: https://www.npmjs.com/package/path-to-regexp -[data-provider]: https://www.data-provider.org +[data-provider]: https://data-provider.javierbrea.com [axios]: https://github.com/axios/axios -[get-started]: https://www.data-provider.org/docs/getting-started -[basic-tutorial]: https://www.data-provider.org/docs/basics-intro +[get-started]: https://data-provider.javierbrea.com/docs/getting-started +[basic-tutorial]: https://data-provider.javierbrea.com/docs/basics-intro diff --git a/packages/axios/package.json b/packages/axios/package.json index 6e12f571..9540ec0d 100644 --- a/packages/axios/package.json +++ b/packages/axios/package.json @@ -18,7 +18,7 @@ ], "author": "Javier Brea", "license": "Apache-2.0", - "homepage": "https://www.data-provider.org", + "homepage": "https://data-provider.javierbrea.com", "repository": { "type": "git", "url": "https://github.com/data-provider/core.git", diff --git a/packages/browser-storage/CHANGELOG.md b/packages/browser-storage/CHANGELOG.md index e45d9a31..0daf57b0 100644 --- a/packages/browser-storage/CHANGELOG.md +++ b/packages/browser-storage/CHANGELOG.md @@ -129,7 +129,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [2.0.0] - 2020-03-14 -> DISCLAIMER: This major release still maintains the concept of the previous "data-provider" versions, but a lot of BREAKING CHANGES have been made to the interfaces in order to improve the usage experience, apart of performance improvements and fixes. A chapter "how to migrate from 1.x" will be added to the documentation website to facilitate the migration to this new version, as the maintenance of 1.X versions will be stopped soon. Read Date Provider Changelog and docs in https://www.data-provider.org for further info. +> DISCLAIMER: This major release still maintains the concept of the previous "data-provider" versions, but a lot of BREAKING CHANGES have been made to the interfaces in order to improve the usage experience, apart of performance improvements and fixes. A chapter "how to migrate from 1.x" will be added to the documentation website to facilitate the migration to this new version, as the maintenance of 1.X versions will be stopped soon. Read Date Provider Changelog and docs in https://data-provider.javierbrea.com for further info. ### Changed - chore(deps): [BREAKING CHANGE] Update @data-provider dependency to v2.0.0 diff --git a/packages/browser-storage/README.md b/packages/browser-storage/README.md index b26028b2..a6512b85 100644 --- a/packages/browser-storage/README.md +++ b/packages/browser-storage/README.md @@ -1,4 +1,9 @@ -
+# Important Notice + +> **⚠ Project Discontinuation** +> We regret to inform you that this project is no longer maintained. For an alternative solution, consider using [React Query](https://tanstack.com/query) + +@@ -21,10 +26,10 @@ Create a new provider using the `LocalStorage` or `SessionStorage` classes. #### Arguments -* `options` _(Object)_: Apart of [common data-provider options](https://www.data-provider.org/docs/api-provider), this plugin also accept next options: +* `options` _(Object)_: Apart of [common data-provider options](https://data-provider.javierbrea.com/docs/api-provider), this plugin also accept next options: * `id` _(String)_: Id of the provider, will be used also as the `key` where the provider data is stored in `localStorage` or `sessionStorage`. * `storageFallback` _(Boolean)_: Default `true`. If there is an error trying to access to `window.localStorage` or `window.sessionStorage`, a mock will be used instead, and data will be persisted in memory. This could happen if `localStorage` is disabled by the browser, for example. If you want to handle exceptions by yourself, you can disable this behavior setting this option to `false`, and then all calls to `read`, `update` or `delete` methods will be rejected with the correspondent error, which will be stored also in the `error` property of the provider state. - * `initialState` _(Object)_: Same option than the one described in the [data-provider API docs](https://www.data-provider.org/docs/api-provider), except the `data` property, which in this case has no effect, as the initial data set in the state will be the data retrieved synchronously from the real `localStorage` or `sessionStorage`. + * `initialState` _(Object)_: Same option than the one described in the [data-provider API docs](https://data-provider.javierbrea.com/docs/api-provider), except the `data` property, which in this case has no effect, as the initial data set in the state will be the data retrieved synchronously from the real `localStorage` or `sessionStorage`. #### Example @@ -156,6 +161,6 @@ Apart of this common tag, each different type of `browser-storage` origin also h Contributors are welcome. Please read the [contributing guidelines](https://github.com/data-provider/core/blob/master/.github/CONTRIBUTING.md) and [code of conduct](https://github.com/data-provider/core/blob/master/.github/CODE_OF_CONDUCT.md). -[data-provider]: https://www.data-provider.org -[get-started]: https://www.data-provider.org/docs/getting-started -[basic-tutorial]: https://www.data-provider.org/docs/basics-intro +[data-provider]: https://data-provider.javierbrea.com +[get-started]: https://data-provider.javierbrea.com/docs/getting-started +[basic-tutorial]: https://data-provider.javierbrea.com/docs/basics-intro diff --git a/packages/browser-storage/package.json b/packages/browser-storage/package.json index d2b707b4..4f4fd11c 100644 --- a/packages/browser-storage/package.json +++ b/packages/browser-storage/package.json @@ -17,7 +17,7 @@ ], "author": "Javier Brea", "license": "Apache-2.0", - "homepage": "https://www.data-provider.org", + "homepage": "https://data-provider.javierbrea.com", "repository": { "type": "git", "url": "https://github.com/data-provider/core.git", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 19913456..68a86cd4 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -60,7 +60,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Selector dependencies receive queryValue as first argument - Selector dependencies receive results of previous dependencies in an argument for each one - `reReadDependenciesMaxTime` option renamed to `readAgainMaxTime` -- Migration to this major version from v2 can be achieved progressively, read [how to migrate from v2 to v3](https://www.data-provider.org/docs/guides-migrating-from-v2-to-v3) for further info +- Migration to this major version from v2 can be achieved progressively, read [how to migrate from v2 to v3](https://data-provider.javierbrea.com/docs/guides-migrating-from-v2-to-v3) for further info ## [2.10.0] - 2021-01-07 @@ -210,7 +210,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [2.0.0] - 2020-03-14 -> DISCLAIMER: This major release still maintains the concept of the previous "data-provider" versions, but a lot of BREAKING CHANGES have been made to the interfaces in order to improve the usage experience, apart of performance improvements and fixes. A chapter "how to migrate from 1.x" will be added to the documentation website to facilitate the migration to this new version, as the maintenance of 1.X versions will be stopped soon. Read 2.0 pre-releases changelog and docs in https://www.data-provider.org for further info. +> DISCLAIMER: This major release still maintains the concept of the previous "data-provider" versions, but a lot of BREAKING CHANGES have been made to the interfaces in order to improve the usage experience, apart of performance improvements and fixes. A chapter "how to migrate from 1.x" will be added to the documentation website to facilitate the migration to this new version, as the maintenance of 1.X versions will be stopped soon. Read 2.0 pre-releases changelog and docs in https://data-provider.javierbrea.com for further info. ### Added - feat(events): Pass child causing an `onChild` event to the listener function. diff --git a/packages/core/package.json b/packages/core/package.json index 29851752..ea847752 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -21,7 +21,7 @@ "type": "opencollective", "url": "https://opencollective.com/data-provider" }, - "homepage": "https://www.data-provider.org", + "homepage": "https://data-provider.javierbrea.com", "repository": { "type": "git", "url": "https://github.com/data-provider/core.git", diff --git a/packages/memory/CHANGELOG.md b/packages/memory/CHANGELOG.md index 95117701..01443915 100644 --- a/packages/memory/CHANGELOG.md +++ b/packages/memory/CHANGELOG.md @@ -112,7 +112,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [2.0.0] - 2020-03-14 -> DISCLAIMER: This major release still maintains the concept of the previous "data-provider" versions, but a lot of BREAKING CHANGES have been made to the interfaces in order to improve the usage experience, apart of performance improvements and fixes. A chapter "how to migrate from 1.x" will be added to the documentation website to facilitate the migration to this new version, as the maintenance of 1.X versions will be stopped soon. Read Date Provider Changelog and docs in https://www.data-provider.org for further info. +> DISCLAIMER: This major release still maintains the concept of the previous "data-provider" versions, but a lot of BREAKING CHANGES have been made to the interfaces in order to improve the usage experience, apart of performance improvements and fixes. A chapter "how to migrate from 1.x" will be added to the documentation website to facilitate the migration to this new version, as the maintenance of 1.X versions will be stopped soon. Read Date Provider Changelog and docs in https://data-provider.javierbrea.com for further info. ### Changed - chore(deps): [BREAKING CHANGE] Update @data-provider dependency to v2.0.0 diff --git a/packages/memory/README.md b/packages/memory/README.md index f78f555e..5b9f80ac 100644 --- a/packages/memory/README.md +++ b/packages/memory/README.md @@ -1,4 +1,9 @@ -
+# Important Notice + +> **⚠ Project Discontinuation** +> We regret to inform you that this project is no longer maintained. For an alternative solution, consider using [React Query](https://tanstack.com/query) + +@@ -107,6 +112,6 @@ providers.getByTag("memory").cleanCache(); Contributors are welcome. Please read the [contributing guidelines](https://github.com/data-provider/core/blob/master/.github/CONTRIBUTING.md) and [code of conduct](https://github.com/data-provider/core/blob/master/.github/CODE_OF_CONDUCT.md). -[data-provider]: https://www.data-provider.org -[get-started]: https://www.data-provider.org/docs/getting-started -[basic-tutorial]: https://www.data-provider.org/docs/basics-intro +[data-provider]: https://data-provider.javierbrea.com +[get-started]: https://data-provider.javierbrea.com/docs/getting-started +[basic-tutorial]: https://data-provider.javierbrea.com/docs/basics-intro diff --git a/packages/memory/package.json b/packages/memory/package.json index f2a9fdeb..bd1f7471 100644 --- a/packages/memory/package.json +++ b/packages/memory/package.json @@ -16,7 +16,7 @@ ], "author": "Javier Brea", "license": "Apache-2.0", - "homepage": "https://www.data-provider.org", + "homepage": "https://data-provider.javierbrea.com", "repository": { "type": "git", "url": "https://github.com/data-provider/core.git", diff --git a/packages/prismic/README.md b/packages/prismic/README.md index 50e00139..de57d512 100644 --- a/packages/prismic/README.md +++ b/packages/prismic/README.md @@ -1,4 +1,9 @@ -
+# Important Notice + +> **⚠ Project Discontinuation** +> We regret to inform you that this project is no longer maintained. For an alternative solution, consider using [React Query](https://tanstack.com/query) + +
@@ -47,7 +52,7 @@ Configure instance for all next `read` executions.
* fullResponse - _`
@@ -207,7 +212,7 @@ This hook can also be used with [Data Provider selectors][data-provider-selector
* `provider` _(Object)_: [Data Provider][data-provider] provider or selector instance.
* `interval` _(Number)_: Interval in miliseconds to clean the provider dependencies cache. Default is 5000.
-* `options` _(Object)_: Options object that will be passed as is to the `cleanCache` method of providers or `cleanDependenciesCache` method of selectors. Check the [data-provider API documentation](https://www.data-provider.org/docs/api-providers-and-selectors-methods) for further info. Options can be defined as second argument if interval is omitted.
+* `options` _(Object)_: Options object that will be passed as is to the `cleanCache` method of providers or `cleanDependenciesCache` method of selectors. Check the [data-provider API documentation](https://data-provider.javierbrea.com/docs/api-providers-and-selectors-methods) for further info. Options can be defined as second argument if interval is omitted.
#### Examples
@@ -460,7 +465,7 @@ This High Order Component works as the hook `usePolling` described above.
* `provider` _(Object)_: [Data Provider][data-provider] provider or selector instance, or a function as described in the [withDataLoadingError HOC docs](#withdataloadingerrorprovider-custompropertiesnamescomponent)
* `interval` _(Number)_: Interval in miliseconds to clean the provider dependencies cache. Default is 5000.
-* `options` _(Object)_: Options object that will be passed as is to the `cleanCache` method of providers or `cleanDependenciesCache` method of selectors. Check the [data-provider API documentation](https://www.data-provider.org/docs/api-providers-and-selectors-methods) for further info. Options can be defined as second argument if interval is omitted.
+* `options` _(Object)_: Options object that will be passed as is to the `cleanCache` method of providers or `cleanDependenciesCache` method of selectors. Check the [data-provider API documentation](https://data-provider.javierbrea.com/docs/api-providers-and-selectors-methods) for further info. Options can be defined as second argument if interval is omitted.
#### Example
@@ -533,10 +538,10 @@ export default withDataLoadedErrorComponents(books)(BooksList, BooksNotLoaded, B
Contributors are welcome.
Please read the [contributing guidelines](https://github.com/data-provider/core/blob/master/.github/CONTRIBUTING.md) and [code of conduct](https://github.com/data-provider/core/blob/master/.github/CODE_OF_CONDUCT.md).
-[data-provider]: https://www.data-provider.org
-[data-provider-selectors]: https://www.data-provider.org/docs/api-selector
+[data-provider]: https://data-provider.javierbrea.com
+[data-provider-selectors]: https://data-provider.javierbrea.com/docs/api-selector
[axios]: https://github.com/axios/axios
-[get-started]: https://www.data-provider.org/docs/getting-started
-[basic-tutorial]: https://www.data-provider.org/docs/basics-intro
+[get-started]: https://data-provider.javierbrea.com/docs/getting-started
+[basic-tutorial]: https://data-provider.javierbrea.com/docs/basics-intro
[react-redux-hooks]: https://react-redux.js.org/api/hooks
diff --git a/packages/react/package.json b/packages/react/package.json
index ffc0c58b..4a17794b 100644
--- a/packages/react/package.json
+++ b/packages/react/package.json
@@ -13,7 +13,7 @@
],
"author": "Javier Brea",
"license": "MIT",
- "homepage": "https://www.data-provider.org",
+ "homepage": "https://data-provider.javierbrea.com",
"repository": {
"type": "git",
"url": "https://github.com/data-provider/core.git",
diff --git a/renovate.json b/renovate.json
index 959bb560..5ecc1093 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,4 +1,5 @@
{
+ "enabled": false,
"extends": [
"config:base"
],
@@ -12,10 +13,6 @@
},
"separateMultipleMajor": true,
"rangeStrategy": "pin",
- "node": {
- "supportPolicy": ["active"]
- },
- "travis": { "enabled": true },
"packageRules": [
{
"depTypeList": ["peerDependencies", "engines"],