Releases: otahontas/trpc-rtk-query
v0.2.0
v0.1.1
Patch Changes
-
#301
4796015
Thanks @otahontas! - Migrate eslint config to flat config -
#291
1755b5a
Thanks @otahontas! - Use correct pnpm version in release workflow -
#300
16f19eb
Thanks @otahontas! - Add knip, fix createEmptyApi export and remove unused exports -
#289
d487523
Thanks @otahontas! - Update build setup for better support of dual types
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
v0.0.3
Patch Changes
-
#36
d75d397
Thanks @otahontas! - Make it possible to pass in rtk query api options when creating new api -
#49
be05b59
Thanks @otahontas! - Add initial docs aimed for users (in readme) -
#37
db71bbe
Thanks @otahontas! - Replace homebrew assertion and typeguard funcs with is-what -
#25
bd50030
Thanks @otahontas! - Force users to pass in typed client or getClient func -
#28
e99a24b
Thanks @otahontas! - Simplify type and function names and make them resemble rtk query -
#48
6dcf7b4
Thanks @otahontas! - Allow passing endpoint options (e.g.providesTags, onQueryStarted) for each generated trpc endpoint
v0.0.2
Patch Changes
-
#17
20668a6
Thanks @otahontas! - Allow using rtk query create api settings when creating new api -
#11
a7a466a
Thanks @otahontas! - Add looser eslint rules for tests -
#10
a9f691c
Thanks @otahontas! - Add MIT license to project -
#5
85dbaf4
Thanks @otahontas! - add dependabot -
#11
a7a466a
Thanks @otahontas! - Add tests for proxy helpers
v0.0.1
Patch Changes
- #1
4a1b01f
Thanks @otahontas! - Setup proper release workflow with changelogs