-
#301
4796015Thanks @otahontas! - Migrate eslint config to flat config -
#291
1755b5aThanks @otahontas! - Use correct pnpm version in release workflow -
#300
16f19ebThanks @otahontas! - Add knip, fix createEmptyApi export and remove unused exports -
#289
d487523Thanks @otahontas! - Update build setup for better support of dual types
- #214
e3f6bd1Thanks @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 acreateEmptyApihelper to make it easier to create a base api without any endpoints, which can be then passed to api.
-
#65
09c91b1Thanks @otahontas! - Add tests for bigger router and queries after adding endpointoptions -
#103
6284625Thanks @bryan-hunter! - update peer deps and stop using internal dist imports from redux toolkit
-
#36
d75d397Thanks @otahontas! - Make it possible to pass in rtk query api options when creating new api -
#49
be05b59Thanks @otahontas! - Add initial docs aimed for users (in readme) -
#37
db71bbeThanks @otahontas! - Replace homebrew assertion and typeguard funcs with is-what -
#25
bd50030Thanks @otahontas! - Force users to pass in typed client or getClient func -
#28
e99a24bThanks @otahontas! - Simplify type and function names and make them resemble rtk query -
#48
6dcf7b4Thanks @otahontas! - Allow passing endpoint options (e.g.providesTags, onQueryStarted) for each generated trpc endpoint
-
#17
20668a6Thanks @otahontas! - Allow using rtk query create api settings when creating new api -
#11
a7a466aThanks @otahontas! - Add looser eslint rules for tests -
#10
a9f691cThanks @otahontas! - Add MIT license to project -
#5
85dbaf4Thanks @otahontas! - add dependabot -
#11
a7a466aThanks @otahontas! - Add tests for proxy helpers
- #1
4a1b01fThanks @otahontas! - Setup proper release workflow with changelogs