Skip to content

Releases: FoalTS/foal

v3.3.0

13 Aug 18:31
Compare
Choose a tag to compare

Features

The jsonwebtoken dependency has been upgraded to v9 to address security issues.

Note that RSA key size now must be 2048 bits or greater. Make sure to check the size of your RSA key before upgrading to this version.

Dependencies

Dev dependencies

  • mocha
  • rimraf
  • typescript
  • supertest
  • concurrently
  • ESLint dependencies
  • nyc

v3.2.0

04 Apr 18:10
Compare
Choose a tag to compare

Features

  • Re-add @foal/password (issue: #1195) (PR: 1196)
  • Add ctx.controllerName and ctx.controllerMethodeName (issue: #1183) (PR: #1199)

Contributors

@lcnvdl

v3.1.0

28 Nov 05:38
Compare
Choose a tag to compare

Features

  • Update the max-age attribute of the Strict-Transport-Security header to "industry standard" (issue: #1146) (PR: #1155)
  • [CLI] Disable ESLint rule @typescript-eslint/no-non-null-assertion in generated projects (PR: #1178)
  • [Bug] Support whitespaces around variable names in .env files (issue: #1182) (PR: #1185)
  • Support custom cookie domain in social auth (issue: #1099) (PR: #1187)
  • [CLI] Add foal upgrade command (issue: #1158) (PR: #1186, #1193)
  • Fix: support custom OpenAPI "example" keyword in AJV validation (issue: #1192) (PR: #1194)

Dependencies

#1162

Dependencies

Contributors

v3.0.2

31 Oct 09:11
Compare
Choose a tag to compare

Fixes

  • Make createapp install v3 of @foal/cli (PR: #1172)

v3.0.1

30 Oct 15:44
Compare
Choose a tag to compare

Fixes

  • [CLI] Support AJV formats in shell scripts (issue: #1167) (PR: #1168)

v3.0.0

28 Oct 17:24
Compare
Choose a tag to compare

Features

Dependencies

v2.11.0

09 Oct 15:34
Compare
Choose a tag to compare

Features

  • Increase password hashing iterations (PR: #1149)

v2.10.2

20 Aug 17:48
Compare
Choose a tag to compare

Content

  • [Internal] Add getCsrfTokenFromRequest util (PR: #1138)
  • [Internal] Split directories jwt and sessions into jwt|sessions/core and jwt|sessions/http (PR: #1137)
  • [Internal] Add getCsrfTokenFromCookie and shouldVerifyCsrfToken utils (PR: #1140)
  • [Internal] Reorganize utils in jwt/ and sessions/ (PR: #1141)

v2.10.1

17 Aug 18:18
Compare
Choose a tag to compare

Fixes

  • Do not throw errors on uploads with empty filenames (PR: #1129)
  • Add default Content-Type header in Disk.createHttpResponse responses (PR: #1130)

v2.10.0

11 Aug 06:08
Compare
Choose a tag to compare

Features

  • @foal/cli included as dev dependency in new projects generated by createapp (issue: #1097) (PR: #1109)
  • [CLI] Do not use http module in new projects (PR: #1118)
  • [CLI] Fix concurrently issue on some OS (issues: #1115, #1022) (PR: #1123)
  • [Internal] [CLI] Add fs.getProjectDependencies and fs.getProjectDevDependencies (PR: #1111)
  • [Internal] Re-organize common/ internal directory (PR: #1122)

Contributors

@scho-to