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