Skip to content

v1.3.0

Compare
Choose a tag to compare
@LoicPoullain LoicPoullain released this 03 Dec 14:37
· 2832 commits to master since this release

Features

  • Migrate to TypeScript version 3 (PR: #557) (breaking change).
  • Fix the unknown issue when building @foal/typestack (PR: #557).
  • Accept null as GraphQL query variables (PR: #553).
  • [CLI] Add --no-git and --no-install options to createapp (PR: #554).
  • [CLI] Stop createapp my-app if the directory my-app already exists (PR: #554).
  • [CLI] Fix bug: the CLI help is displayed unexpectedly (PR: #554).
  • [CLI] Generate new projects with ESLint instead of TSLint (issue: #555) (PR: #561) (big thanks to @fer22f)
  • [Social Auth] Add Facebook and Google providers (issue: #125) (PR: #563)
  • Upgrade sub-dependencies (PR: #578).

Breaking change

Due to a compatibility issue with class-transformer, Foal TS does not support TypeScript 2 anymore. Version 3.5 or higher is recommended.

Contributors

@firesharker
@fer22f

Dependencies

  • @foal/cli
    • ajv@6.10
    • colors@1.4
  • @foal/core
    • @types/express@4.17
    • ajv@6.10
    • express@4.17
  • @foal/ejs
    • ejs@2.7
  • @foal/jwks-rsa
    • jwks-rsa@1.6
  • @foal/jwt
    • jsonwebtoken@8.5
  • @foal/mongodb
    • mongodb@3.3
  • @foal/mongoose
    • @types/mongoose@5.5
  • @foal/swagger
    • swagger-ui-dist@3.24