Skip to content

Releases: FoalTS/foal

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

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)