Client Generator Versions Save

Generate React or Vue.js-based Progressive Web Apps from an Hydra-enabled API. Also support React Native.

v0.10.0

1 year ago

What's Changed

Full Changelog: https://github.com/api-platform/create-client/compare/v0.9.2...v0.10.0

v0.9.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/api-platform/create-client/compare/v0.9.1...v0.9.2

v0.9.1

1 year ago

Changelog

New Contributors

Full Changelog: https://github.com/api-platform/create-client/compare/v0.9.0...v0.9.1

v0.9.0

1 year ago

Changelog

Full Changelog: https://github.com/api-platform/create-client/compare/v0.8.0...v0.9.0

v0.8.0

1 year ago
  • 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: https://github.com/api-platform/client-generator/compare/v0.7.3...v0.8.0

v0.7.3

3 years ago
  • Next.js: move meta tags in Page
  • Vue.js: respect fetch interface

v0.7.2

3 years ago
  • Fix CI

v0.7.1

3 years ago
  • Fix CI

v0.7.0

3 years ago
  • 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)

v0.6.0

3 years ago
  • Next.js: add Create, Update and Delete components
  • Vue.js: properly import SubmissionError
  • Format all generated code using Prettier