Skip to content

Releases: api-platform/create-client

Version 0.10.0

30 Jan 15:50
ac7e75f
Compare
Choose a tag to compare

What's Changed

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

Version 0.9.2

21 Dec 15:54
ad6e4f5
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Version 0.9.1

06 Oct 08:23
d791b8e
Compare
Choose a tag to compare

Changelog

New Contributors

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

Version 0.9.0

15 Sep 08:30
v0.9.0
19ef9d9
Compare
Choose a tag to compare

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

30 Aug 19:53
0279096
Compare
Choose a tag to compare
  • 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

12 Apr 14:45
cf96630
Compare
Choose a tag to compare
  • Next.js: move meta tags in Page
  • Vue.js: respect fetch interface

Version 0.7.2

12 Apr 14:41
14ffb7b
Compare
Choose a tag to compare
  • Fix CI

Version 0.7.1

12 Apr 14:41
8d451d5
Compare
Choose a tag to compare
  • Fix CI

Version 0.7.0

16 Mar 09:55
0f1ea18
Compare
Choose a tag to compare
  • 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

22 Jan 22:33
456b482
Compare
Choose a tag to compare
  • Next.js: add Create, Update and Delete components
  • Vue.js: properly import SubmissionError
  • Format all generated code using Prettier