Skip to content

v1.6.0

Compare
Choose a tag to compare
@LoicPoullain LoicPoullain released this 12 Feb 09:26
· 2564 commits to master since this release

Features

  • Support local and Cloud storage (fs and AWS S3) (issues: #604, #421) (PR: #611)
  • Allow to inject custom instances into the DI system (PR: #599)
  • Fix foal generate controller 鈥攔egister bug (issue: #606) (PR: #619)
  • [CLI] Clean the build directory before building the files (issue: #607) (PR: #621)
  • [Internal] Update GraphQL version and modify tsconfig (issue: #614) (PR: #623, #624)
  • Better stream error handling (PR: #611)

Deprecation

The function createHttpResponseFile is deprecated. Prefer to use Disk.createHttpResponse instead: https://foalts.gitbook.io/docs/topic-guides/file-system/upload-and-download-files#file-downloads

How to upgrade

npm update @foal/core # and all the other packages you use

Additionally, you can update your package.json like this.

Contributors

@jeredmasters

Dependencies

  • @foal/cli
  • @foal/core
  • @foal/graphql
  • @foal/mongodb
    • mongodb@3.5 (#613)
  • @foal/swagger
    • swagger-ui-dist@3.25 (#613)