Skip to content

Latest commit

 

History

History
321 lines (144 loc) · 15.1 KB

CHANGELOG.md

File metadata and controls

321 lines (144 loc) · 15.1 KB

Changelog

9.2.0 (2025-01-31)

Features

  • Added config formatFilename to allow more custom formatting of filenames (#231) (ea2cac8)
  • Extend useEnums to all schema files (#223) (447ef09)

9.1.0 (2025-01-31)

Features

9.0.1 (2025-01-31)

Bug Fixes

  • Deal with forbidden chars in description (#272) (df5912c)

9.0.0 (2025-01-30)

⚠ BREAKING CHANGES

  • Use query option pattern and support useSuspense (#263)

Features

  • Use query option pattern and support useSuspense (#263) (b97044f)

Bug Fixes

8.1.1 (2025-01-17)

Bug Fixes

8.1.0 (2024-12-02)

Features

8.0.2 (2024-04-29)

Bug Fixes

  • camelCase query function operationId (93b6669)

8.0.1 (2024-04-03)

Bug Fixes

8.0.0 (2023-11-01)

⚠ BREAKING CHANGES

  • Add camelize to queryKeyFn path parameters (#203)

Bug Fixes

  • Add camelize to queryKeyFn path parameters (#203) (a24d31b)

7.0.1 (2023-09-17)

Bug Fixes

  • omit initialData to support tanstack-query v5 (35a28b5)
  • Parse dot case in path params (#201) (84b7928), closes #101

7.0.0 (2023-07-02)

⚠ BREAKING CHANGES

  • Support react-query v5 (use object signatures) #179

Features

  • Support react-query v5 (use object signatures) #179 (e1076af)

6.2.4 (2023-05-10)

Bug Fixes

6.2.3 (2023-05-09)

Bug Fixes

6.2.2 (2023-05-02)

Bug Fixes

6.2.1 (2023-04-15)

Bug Fixes

6.2.0 (2023-04-12)

Features

6.1.3 (2023-04-07)

Bug Fixes

  • Allow components to have dots in their names (#151) (c91200e)

6.1.2 (2023-03-14)

Bug Fixes

6.1.1 (2023-02-21)

Bug Fixes

6.1.0 (2022-12-23)

Features

  • Create Query Functions (eg. for react-router v6.4+) (#122) (5ff77ef)
  • Support FormData in the TS fetcher generator (#117) (c51203d)

Bug Fixes

6.0.0 (2022-09-21)

⚠ BREAKING CHANGES

  • Implement query cancellation in react-query generated components (#95)

Features

  • Implement query cancellation in react-query generated components (#95) (450b069)

5.2.1 (2022-09-08)

Bug Fixes

5.2.0 (2022-09-07)

Features

  • bump typescript & lerna versions (#89) (cf22aa1)

5.1.0 (2022-08-30)

Features

  • added file upload and download support (#84) (3a15e0c)
  • select support added for react-query components (#83) (01574bc)

5.0.0 (2022-08-02)

⚠ BREAKING CHANGES

  • Update to react-query v4 (#77)

Features

4.0.1 (2022-05-25)

Bug Fixes

4.0.0 (2022-05-18)

⚠ BREAKING CHANGES

  • Improve error type safety (#63)

Features

3.0.2 (2022-04-20)

Bug Fixes

3.0.1 (2022-03-22)

Bug Fixes

  • permit null as body (bdfa4b9)
  • remove spaces in fetcher template (58f7741)

3.0.0 (2022-03-21)

⚠ BREAKING CHANGES

  • React query key cache manager (#49)

Features

  • Allow generating code without a prefix (#50) (cb4d68f)
  • React query key cache manager (#49) (4e30ddb)

2.2.0 (2022-03-18)

Features

Bug Fixes

  • fix baseUrl in fetcherTemplate (78b2a40)

2.1.0 (2022-03-17)

Features

2.0.0 (2022-02-18)

⚠ BREAKING CHANGES

  • Inject query options in context (#31)

Features

1.4.0 (2022-01-27)

Features

  • Add support for flags in gen command (#27) (ec263c2)

1.3.0 (2022-01-20)

Features

  • [generateFetchers] Add extra props support (#25) (35fc219)

1.2.0 (2022-01-19)

Features

  • typescript: Improve generated fetcher names (2aa1b4b)

1.1.0 (2022-01-19)

Features

1.0.0 (2022-01-17)

Features

  • add react-query generator (2ecbcf8)