Skip to content

Releases: api-platform/create-client

Version 0.10.0

Choose a tag to compare

@alanpoulain alanpoulain released this 30 Jan 15:50
ac7e75f

What's Changed

Full Changelog: v0.9.2...v0.10.0

Version 0.9.2

Choose a tag to compare

@dunglas dunglas released this 21 Dec 15:54
ad6e4f5

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.9.2

Version 0.9.1

Choose a tag to compare

@alanpoulain alanpoulain released this 06 Oct 08:23
d791b8e

Changelog

New Contributors

Full Changelog: v0.9.0...v0.9.1

Version 0.9.0

Choose a tag to compare

@dunglas dunglas released this 15 Sep 08:30
v0.9.0
19ef9d9

Changelog

  • feat: rename the package @api-platform/create-client by @dunglas in #337
  • fix: better ESM compatibility with api-doc-parser by @alanpoulain in #338

Full Changelog: v0.8.0...v0.9.0

Version 0.8.0

Choose a tag to compare

@alanpoulain alanpoulain released this 30 Aug 19:53
0279096
  • Feat: add support for custom generators
  • Next.js: use React Query
  • Vue.js: add Mercure support
  • React: modernize the template (TS, React Hook Form, hooks)
  • Next.js: use getStaticPaths
  • Next.js: use Mercure hook
  • Next.js: add JSON-LD to Head
  • Next.js: manage route prefix
  • Nuxt: manage route prefix
  • TypeScript: manage identifiers containing dashes
  • React Native: minor changes

New Contributors

Full Changelog: v0.7.3...v0.8.0

Version 0.7.3

Choose a tag to compare

@dunglas dunglas released this 12 Apr 14:45
cf96630
  • Next.js: move meta tags in Page
  • Vue.js: respect fetch interface

Version 0.7.2

Choose a tag to compare

@dunglas dunglas released this 12 Apr 14:41
14ffb7b
  • Fix CI

Version 0.7.1

Choose a tag to compare

@dunglas dunglas released this 12 Apr 14:41
8d451d5
  • Fix CI

Version 0.7.0

Choose a tag to compare

@dunglas dunglas released this 16 Mar 09:55
0f1ea18
  • Next.js: the form now displays validation errors returned by the API (#270)
  • Next.js: pages now contain a <title> element (#266)
  • Vue.js: dynamically import components in routes (#272)
  • CI: switched from Travis to GitHub Actions (#265)

Version 0.6.0

Choose a tag to compare

@dunglas dunglas released this 22 Jan 22:33
456b482
  • Next.js: add Create, Update and Delete components
  • Vue.js: properly import SubmissionError
  • Format all generated code using Prettier