Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
chore: Add discontinuation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Oct 29, 2023
1 parent 704db78 commit bb0286d
Show file tree
Hide file tree
Showing 18 changed files with 73 additions and 46 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<p align="center"><a href="https://www.data-provider.org" target="_blank" rel="noopener noreferrer"><img width="120" src="https://www.data-provider.org/img/logo_120.png" alt="Data Provider logo"></a></p>
# 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)
<p align="center"><a href="https://data-provider.javierbrea.com" target="_blank" rel="noopener noreferrer"><img width="120" src="https://data-provider.javierbrea.com/img/logo_120.png" alt="Data Provider logo"></a></p>

<p align="center">
<a href="https://github.com/data-provider/core/actions?query=workflow%3Abuild+branch%3Amaster"><img src="https://github.com/data-provider/core/workflows/build/badge.svg?branch=master" alt="Build Status"></a>
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-tutorial/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/custom-origins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/axios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 9 additions & 4 deletions packages/axios/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<p align="center"><a href="https://www.data-provider.org" target="_blank" rel="noopener noreferrer"><img width="120" src="https://www.data-provider.org/img/logo_120.png" alt="Data Provider logo"></a></p>
# 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)
<p align="center"><a href="https://data-provider.javierbrea.com" target="_blank" rel="noopener noreferrer"><img width="120" src="https://data-provider.javierbrea.com/img/logo_120.png" alt="Data Provider logo"></a></p>

<p align="center">
<a href="https://github.com/data-provider/core/actions?query=workflow%3Abuild+branch%3Amaster"><img src="https://github.com/data-provider/core/workflows/build/badge.svg?branch=master" alt="Build Status"></a>
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 11 additions & 6 deletions packages/browser-storage/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<p align="center"><a href="https://www.data-provider.org" target="_blank" rel="noopener noreferrer"><img width="120" src="https://www.data-provider.org/img/logo_120.png" alt="Data Provider logo"></a></p>
# 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)
<p align="center"><a href="https://data-provider.javierbrea.com" target="_blank" rel="noopener noreferrer"><img width="120" src="https://data-provider.javierbrea.com/img/logo_120.png" alt="Data Provider logo"></a></p>

<p align="center">
<a href="https://github.com/data-provider/core/actions?query=workflow%3Abuild+branch%3Amaster"><img src="https://github.com/data-provider/core/workflows/build/badge.svg?branch=master" alt="Build Status"></a>
Expand All @@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/browser-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/memory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 9 additions & 4 deletions packages/memory/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<p align="center"><a href="https://www.data-provider.org" target="_blank" rel="noopener noreferrer"><img width="120" src="https://www.data-provider.org/img/logo_120.png" alt="Data Provider logo"></a></p>
# 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)
<p align="center"><a href="https://data-provider.javierbrea.com" target="_blank" rel="noopener noreferrer"><img width="120" src="https://data-provider.javierbrea.com/img/logo_120.png" alt="Data Provider logo"></a></p>

<p align="center">
<a href="https://github.com/data-provider/core/actions?query=workflow%3Abuild+branch%3Amaster"><img src="https://github.com/data-provider/core/workflows/build/badge.svg?branch=master" alt="Build Status"></a>
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
15 changes: 10 additions & 5 deletions packages/prismic/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<p align="center"><a href="https://www.data-provider.org" target="_blank" rel="noopener noreferrer"><img width="120" src="https://www.data-provider.org/img/logo_120.png" alt="Data Provider logo"></a></p>
# 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)
<p align="center"><a href="https://data-provider.javierbrea.com" target="_blank" rel="noopener noreferrer"><img width="120" src="https://data-provider.javierbrea.com/img/logo_120.png" alt="Data Provider logo"></a></p>

<p align="center">
<a href="https://github.com/data-provider/core/actions?query=workflow%3Abuild+branch%3Amaster"><img src="https://github.com/data-provider/core/workflows/build/badge.svg?branch=master" alt="Build Status"></a>
Expand Down Expand Up @@ -47,7 +52,7 @@ Configure instance for all next `read` executions.
* fullResponse - _`<Boolean>`_ If `true`, the full response of the Prismic api will be used as value. If `false`, only the `response.results` property will be returned, which is the default behavior.
* release - _`<String>`_ Prismic release to be read. This parameter will be passed as `ref` to the [prismic-javascript][prismic-javascript-url] query.

Read about how to configure all @data-provider/prismic instances at a time using the [Data Provider `providers` handler](https://www.data-provider.org/docs/api-providers).
Read about how to configure all @data-provider/prismic instances at a time using the [Data Provider `providers` handler](https://data-provider.javierbrea.com/docs/api-providers).

Example of how to change all `@data-provider/prismic` requests urls at a time:

Expand Down Expand Up @@ -105,9 +110,9 @@ providers.getByTag("prismic").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
[prismic-javascript-url]: https://www.npmjs.com/package/prismic-javascript
[data-provider-react]: https://github.com/data-provider/core/blob/master/packages/react/README.md

Expand Down
Loading

0 comments on commit bb0286d

Please sign in to comment.