Skip to content

0.0.3

Latest
Compare
Choose a tag to compare
@php-coder php-coder released this 24 Apr 04:56
· 19 commits to master since this release

πŸš€ Features added

  • add support for a generation of Golang+Chi+MySQL applications (#9)
  • add support for a generation of Python+FastAPI+PostgreSQL applications (#16)
  • add support for a generation of TypeScript+Express+MySQL applications (#35)
  • generate Dockerfile for running a service (#42)
  • add support for using query parameters (:q.name) (#23)
  • add support for arguments of boolean type (#49)
  • allow to include user defined routes (by creating *_routes.$ext files) (#27)
  • unify behavior for handling internal server errors (#48)
  • preserve newlines in SQL queries (#26)
  • allow comments for SQL queries in endpoints.yaml (#22); contributed by @kirsanium
  • add --dest-dir option to specify a destination directory of generated files (#24)
  • (python only) add support to aggregate multiple queries into a single response (#17)

πŸ“„ Other Changes

  • rewrite integration tests to use hurl (#40)
  • run integration tests on CI (#13)
  • setup dependabot to monitor updates of GitHub Actions (#38)