trpc-v10-migrate-codemod

codemod to migrate your tRPC codebase from v9 to v10

MIT License

Downloads
28
Stars
69
Committers
4

Bot releases are visible (Hide)

trpc-v10-migrate-codemod - v1.3.2 Latest Release

Published by sachinraja about 1 year ago

  • support transforming trpc calls without namespaces
  • update deps
trpc-v10-migrate-codemod - v1.2.2

Published by sachinraja almost 2 years ago

  • fixed trpc property being added to all query hooks that specified options
trpc-v10-migrate-codemod - v1.2.1

Published by sachinraja almost 2 years ago

  • rename @trpc/react to @trpc/react-query
trpc-v10-migrate-codemod - v1.2.0

Published by sachinraja about 2 years ago

  • don't erase procedures that share paths
  • transform context helpers
  • transform paths to camelCase
trpc-v10-migrate-codemod - v1.1.2

Published by sachinraja about 2 years ago

  • remove console.log
trpc-v10-migrate-codemod - v1.1.1

Published by sachinraja about 2 years ago

  • fix overlapping router and procedure paths overriding each other
trpc-v10-migrate-codemod - v1.1.0

Published by sachinraja about 2 years ago

  • support createCaller
  • fix sub routers with multiple procedures
  • option to define multiple factories
  • fix async resolve
trpc-v10-migrate-codemod - v1.0.2

Published by sachinraja about 2 years ago

  • add option to remove imports
  • add migration summary
trpc-v10-migrate-codemod - v1.0.1

Published by sachinraja about 2 years ago

  • add option to specify added imports
trpc-v10-migrate-codemod - v1.0.0

Published by sachinraja about 2 years ago

  • v9 router to v10 router
  • v9 React client to v10 proxy React client