v0.0.249
Breaking changes
- feat(code-gen): combine files & body handling when body is multipart
1af5f7
- The open api importer is not compatible anymore with 'legacy' code-gen,
please migrate to experimental code-gen.
- Rewrite of FormData handling in the 'experimental' api clients, check the
new generate output and retest your usages of features using multipart
bodies / files.
- In the near future, we will fully combine
files
& body
handling for the
backends as well.
- feat(cli,code-gen): remove
compas visualise
4c6784
- Use the 'includeEntityDiagram' option of the database generator instead.
Features
- feat(store): automatically create migration table if not exists
9496b1
- feat(code-gen): include docs & infer object type in openapi importer
a67b38
- feat(cli): add code-mod to convert api clients to experimental code-gen
0a3ba6
Bug fixes
- fix(code-gen/experimental): use anyOf#discriminant in JS validators
3fa324
- fix(code-gen): correct url trimming for openapi imports
f64593
- fix(code-gen/experimental): don't generate react-query wrapper if query, body
or files are not objects
fb2b2d
Other
- chore(code-gen/experimental): remove old README.md
c96bc4
- chore(code-gen/experimental): update test helpers
1bffb3
- chore(examples): align example APP_NAME values
f78959
- chore(code-gen/experimental): add e2e crud tests
64d07c
- chore(generate): parallelize example generation
f01e64
- chore(code-gen/experimental): add crud nested tests
61f419
Dependency updates
- build(deps): bump eslint-plugin-jsdoc from 43.0.7 to 43.1.1
(#2531)
- build(deps): bump file-type from 18.2.1 to 18.3.0
(#2535)
- build(deps): bump sharp from 0.32.0 to 0.32.1
(#2541)
- build(deps): bump @aws-sdk/client-s3 from 3.317.0 to 3.321.1
(#2538)
- build(deps): bump @aws-sdk/lib-storage from 3.317.0 to 3.321.1
(#2539)
Previous releases
See the
history
for earlier changelogs (< v0.0.249).