v1.3.0
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 tocreateapp
(PR: #554). - [CLI] Stop
createapp my-app
if the directorymy-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
- @foal/core
- @foal/ejs
- @foal/jwks-rsa
- @foal/jwt
- @foal/mongodb
- @foal/mongoose
- @types/[email protected]
- @foal/swagger