Skip to content

Releases: FoalTS/foal

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

v2.3.0

22 Apr 10:00
Compare
Choose a tag to compare

Features

  • Support .env.local files for configuration (issue: #877) (PR: #899)
  • Support GraphiQL (issue: #439) (PR: #906).
  • Allow to access the service manager in fetchUser and add Prisma docs (issue: #856) (PR: #909).
  • Add streamToBuffer and convertBase64urlToBase64 functions (PR: #910)
  • [Social] Fix state bad URL characters (issue: #754) (PR: #911)

Dependencies

Contributors

v1.12.2

22 Apr 08:56
Compare
Choose a tag to compare

Bug fixes

  • [Social] Fix state bad URL characters (issue: #754) (PR: #912)

v2.2.0

25 Feb 09:55
Compare
Choose a tag to compare

Features

  • [CLI] Prettify createapp and add spinner (PR: #875)
  • [CLI] Support sub-paths in generate rest-api (issue: #862) (PR: #878)
  • Know if the user is authenticated on the client side when using cookies (issue: #843) (PR: #886).
  • Prettify server output (PR: #885)

Dependencies