mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-22 05:22:57 +01:00
v1 -> v2 migration guide start
This commit is contained in:
parent
678f1d1daa
commit
3350ff5c19
11
README.md
11
README.md
@ -179,5 +179,16 @@ It is recommended that you write exception-handling middleware to globally handl
|
|||||||
### Example project
|
### Example project
|
||||||
You can find an example project incorporating most Sieve concepts in [SieveTests](https://github.com/Biarity/Sieve/tree/master/SieveTests).
|
You can find an example project incorporating most Sieve concepts in [SieveTests](https://github.com/Biarity/Sieve/tree/master/SieveTests).
|
||||||
|
|
||||||
|
## Upgrading from v1.* to v2.*
|
||||||
|
|
||||||
|
* Changes to the `SieveProcessor` API:
|
||||||
|
* `ApplyAll` is now `Apply`
|
||||||
|
* `ApplyFiltering`, `ApplySorting`, and `ApplyPagination` are now depricated - instead you can use optional arguments on `Apply` to achieve the same
|
||||||
|
* Instead of just removing commas from `{Value}`s, [you'll also need to remove brackets and pipes](#send-a-request)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## License & Contributing
|
## License & Contributing
|
||||||
Sieve is licensed under Apache 2.0. Any contributions highly appreciated!
|
Sieve is licensed under Apache 2.0. Any contributions highly appreciated!
|
||||||
|
Loading…
Reference in New Issue
Block a user