Releases: api-platform/create-client
Releases · api-platform/create-client
Version 0.10.0
What's Changed
- feat: migrate templates from Vue 2 to Vue 3 by @ValentinCrochemore in #345
- feat: migrate templates from Quasar 1 to Quasar 2 by @ValentinCrochemore in #349
- feat: migrate templates from Nuxt 2 to Nuxt 3 by @ValentinCrochemore in #356
- feat: migrate templates from Vuetify 2 to Vuetify 3 by @ValentinCrochemore in #361
- fix(next): add static generation for the list by @alanpoulain in #359
- chore: bump dependencies by @alanpoulain in #362
Full Changelog: v0.9.2...v0.10.0
Version 0.9.2
What's Changed
- feat: update Next.js generator style with tailwind by @ginifizz in #348
- feat: add support for Next 13 by @dunglas in #352
- fix: React generator by @dunglas in #355
- tests: fix Next functional tests by @dunglas in #353
- chore: bump dependencies by @alanpoulain in #350
- chore: bump deps by @dunglas in #351
New Contributors
Full Changelog: v0.9.1...v0.9.2
Version 0.9.1
Changelog
- fix: change script name because
yarn create
tries to run create-client and fail by @ValentinCrochemore in #342
New Contributors
- @ValentinCrochemore made their first contribution in #342
Full Changelog: v0.9.0...v0.9.1
Version 0.9.0
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
- 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
- @vincentchalamon made their first contribution in #292
- @artandor made their first contribution in #295
- @onadrog made their first contribution in #207
- @Shywim made their first contribution in #307
- @pomali made their first contribution in #316
- @Sirs0ri made their first contribution in #325
- @malikalahfaoui made their first contribution in #319
- @alanpoulain made their first contribution in #329
- @4rthem made their first contribution in #315
- @Bolid1 made their first contribution in #193
Full Changelog: v0.7.3...v0.8.0
Version 0.7.3
- Next.js: move meta tags in
Page
- Vue.js: respect fetch interface
Version 0.7.2
- Fix CI
Version 0.7.1
- Fix CI
Version 0.7.0
Version 0.6.0
- Next.js: add Create, Update and Delete components
- Vue.js: properly import
SubmissionError
- Format all generated code using Prettier