Changelog#
- Switched Node Docker image from node to node-slim, improving performance when running
docker-compose up
. - Switched Django docker image from python-alpine to python-slim in Postgres, improving performance when running
docker-compose up
. While MySQL worked better with python-alpine. - Improved internal compiler's e2e tests so generated code is more reliable in all languages and frameworks.
- Updated README to explain better different alternatives to run the project and improving migrations documentation for TypeScript.
- General bug fixes for linting issues in Typescript implementation.
- Fixed dependencies errors in the app's
RUN UNIT TESTS
console for Typescript - GraphQL. - Added standardization between TypeORM and Sequelize implementations for Typescript.