v0.1.0
Minor Changes
- #214
e3f6bd1
Thanks @otahontas! - Remove createApi function and support only enhancing existing apis. This way we have to support only
one method of generating hooks for apis. There's now acreateEmptyApi
helper to make it easier to
create a base api without any endpoints, which can be then passed to api.
Patch Changes
-
#65
09c91b1
Thanks @otahontas! - Add tests for bigger router and queries after adding endpointoptions -
#103
6284625
Thanks @bryan-hunter! - update peer deps and stop using internal dist imports from redux toolkit