Skip to content

Releases: lightbasenl/react-query-codegen

Release 2.0.0

24 Mar 08:10
Compare
Choose a tag to compare
  • chore: update package.json with license and keywords, and modify repository URL (5cb9e5b)
  • fix: fix naming of codgen output (00aea2b)
  • docs: update README with PokeAPI characteristic query example (fda781c)
  • docs: update README with PokeAPI query example and import (ce67f9a)
  • refactor: update generated PokeAPI client with camelCase and PascalCase naming conventions (f46e548)
  • feat: update config and generate PokeAPI client with YAML support (da78505)
  • docs: update README with enhanced code examples and generator configuration (39a2f0a)
  • refactor: centralize API client configuration with global Axios instance (cd5942e)
  • chore: re-run example (ea2e1d0)
  • chore: add JSON schema for release-it configuration and update README formatting (d48ee86)
  • refactor: centralize utility functions for identifier sanitization (89f7ff7)
  • docs: create README with project overview and usage instructions (3719732)
  • feat: implement dynamic Axios instance generation for API clients (72955c8)
  • fix: correct query parameter handling in client generator (26dd31b)
  • chore: update Biome linting configuration and example script (7107ef0)
  • refactor: update project configuration and example workflow (de84a59)
  • chore: add release configuration and npm package management (d7aee99)
  • refactor: restructure project for React Query code generation and example workflows (d641343)
  • chore: update project dependencies and formatting (2bc2e38)
  • feat: improve identifier sanitization across generators (9aba9a6)
  • chore: exclude test files from TypeScript compilation (bfee432)
  • feat: support multiple OpenAPI specification sources (1feed2d)
  • feat: enhance multipart/form-data support in API client generation (9907427)
  • feat: add React Query integration for API client generation (8ba4dfd)
  • refactor: improve client method generation with unified parameter handling (2ba086f)
  • feat: implement API client code generation (80b6fb0)
  • feat: add open api spec type generation (e47f84d)

v1.3.0

24 Dec 10:29
Compare
Choose a tag to compare

1.3.0 (2022-12-24)

Features

  • change generated queries to object syntax 5958f90

v1.2.0

27 Sep 14:15
Compare
Choose a tag to compare

1.2.0 (2022-09-27)

Features

  • export Params types and fetch function 60b643a

v1.1.8

01 Sep 14:03
Compare
Choose a tag to compare

1.1.8 (2022-09-01)

Bug Fixes

v1.1.7

26 Aug 13:59
Compare
Choose a tag to compare

1.1.7 (2022-08-26)

Bug Fixes

  • make filterOptions optional for empty param queries 03eeb26

v1.1.6

26 Aug 13:49
Compare
Choose a tag to compare

1.1.6 (2022-08-26)

Bug Fixes

  • fix post requests with empty request body 6785000

v1.1.5

26 Aug 13:32
Compare
Choose a tag to compare

1.1.5 (2022-08-26)

Bug Fixes

  • fix empty param options destructuring bf6b5a5

v1.1.4

26 Aug 13:28
Compare
Choose a tag to compare

1.1.4 (2022-08-26)

Bug Fixes

  • fix error in output for useQuery generation a6268b4

v1.1.3

26 Aug 13:23
Compare
Choose a tag to compare

1.1.3 (2022-08-26)

Bug Fixes

v1.1.2

22 Aug 07:09
Compare
Choose a tag to compare

1.1.2 (2022-08-22)

Bug Fixes

  • update github action workflow c185ef1