Skip to content

Releases: FoalTS/foal

v2.9.0

29 May 17:49
Compare
Choose a tag to compare

Features

  • Support version 15 of graphql and recent versions of type-graphql (issue: #1066) (PR: #1068)
  • Support PKCE in OAuth2 providers (issue: #1014) (PR: #1053)
  • Add Twitter provider (issue: #1047) (PR: #1053)

Dependencies

Contributors

@LeonardoSalvucci

v2.8.2

11 Apr 05:33
Compare
Choose a tag to compare
  • [CLI] Fix installation with yarn on node 10 (PR: #1058)
  • Show security requirements, servers and external doc of sub-controllers in Swagger auto-generated document (issue: #1057) (PR: #1060)

v2.8.1

21 Feb 05:29
Compare
Choose a tag to compare

Improvements / fixes

  • [WS] Allow to emit client events without payload or callback (issue: #1043) (PR: #1044)

v2.8.0

13 Feb 17:21
Compare
Choose a tag to compare

Features

  • Add Websocket/Socket.io support (issue: #481) (PR: #901)
  • Allow to pass a custom redis client to the RedisStore (PR: #1032)
  • Allow to pass a custom MongoDB client to the MongDBStore (PR: #1032)
  • Allow to pass a custom TypeORM connection to the TypeORMStore (PR: #1032)
  • Support ServerSideEncryption for AWS S3 (issue: #1013) (PR: #1040)

Dependencies

v2.7.2

10 Jan 17:41
Compare
Choose a tag to compare

Fixes

  • Fix colors dependency version which causes bad output on Windows terminal (PR: #1023)

Contributors

@kingdun3284

v2.7.1

12 Dec 19:05
Compare
Choose a tag to compare

Bug fix

  • Fix bug introduced in v2.7.0 on HttpResponse["body"] (issue: #1009) (PR: #1010)

v2.7.0

12 Dec 18:19
Compare
Choose a tag to compare

Features

  • foal g hook and foal g entity support sub-directories (issue: #993) (PR: #994)
  • Support signed cookies (issue: #992) (PR: #996)
  • Make HttpResponse generic to type the body property (PR: #978)
  • Allow to use FOAL_ENV (instead of NODE_ENV) to define the environment name (issue: #1004) (PR: #1007)
  • Add a afterPreMiddlewares option to createApp (issue: #980) (PR: #1003)

Contributors

@MCluck90
@kingdun3284

v2.6.0

19 Sep 15:07
Compare
Choose a tag to compare

Features

  • Support the array value of the AJV coerceTypes option (issue: #961).
  • Support more strict CSP for Swagger page (issue: #969) (PR: #970)
  • [Bug] [CLI] Support empty angular.json for connect cmd (issue: #982) (PR: #990)

Dependencies

v2.5.0

11 Jun 13:54
Compare
Choose a tag to compare

Features

  • [CLI] npm run develop watches config files (issue: #945) (PR:#947)
  • createOpenApiDocument accepts an optional serviceManager (issue: #949) (PR: #950)

v2.4.0

19 May 15:10
Compare
Choose a tag to compare

Features

  • Support Ajv $data option (issue: #920) (PR: #923)
  • [CLI] Simplify default create-user script (PR: #927)
  • [Bug] Fix renderError error (issue: #930) (PR: #931)
  • Add cache option to Disk.createHttpResponse (issue: #401) (PR: #938)

Contributors

@ZakRabe