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

Commit

Permalink
Merge pull request #177 from data-provider/release
Browse files Browse the repository at this point in the history
Release v3.0.0
  • Loading branch information
javierbrea committed Jan 8, 2021
2 parents 687663f + 6790e9a commit 96894bf
Show file tree
Hide file tree
Showing 221 changed files with 3,241 additions and 34,152 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
### Fixed
### Removed
### BREAKING CHANGES

## [3.0.0] - 2021-01-08

### Added
- feat: Selector accepts Promises resolving data-providers, the resolved data-provider will be added to selector dependencies

### Changed
- chore(deps): Update dependencies
- test(deps): Update dependencies. Adapt style to new lint version

### Removed
- Remove `SelectorV3`, which was exposed only in version v2.10.0 in order to facilitate progressive migrations to this version.
- Remove `providerArgsV3` helper, which was exposed only in version v2.10.0 in order to facilitate addons to publish a migration version to v3

### BREAKING CHANGES
- feat: Remove `selectorFunction` argument from Selector. Now all received arguments except the last one, and only if it is an object, are considered dependencies
- feat: Remove `selector` getter from Selector
- feat: Provider receive options as first argument. Id has to be defined as a property in options
- 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

## [2.10.0] - 2021-01-07

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ We have a website available to help you to learn to use Data Provider. There are
* [Installation][installation]
* [Basic tutorial][basic-tutorial]
* [Addons][addons]
* [Recipes][recipes]
* [Guides][guides]
* [API reference][api-reference]

## Main features
Expand Down Expand Up @@ -198,7 +198,7 @@ Please read the [contributing guidelines](.github/CONTRIBUTING.md) and [code of
[installation]: https://www.data-provider.org/docs/installation
[basic-tutorial]: https://www.data-provider.org/docs/basics-intro
[addons]: https://www.data-provider.org/docs/addons-intro
[recipes]: https://www.data-provider.org/docs/recipes-index
[guides]: https://www.data-provider.org/docs/guides-index
[api-reference]: https://www.data-provider.org/docs/api-reference
[api-selector]: https://www.data-provider.org/docs/api-selector
[api-store-manager]: https://www.data-provider.org/docs/api-store-manager
Expand Down
Loading

0 comments on commit 96894bf

Please sign in to comment.